summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* FIXbaserock/james/gnome-jetsonJames Thomas2014-10-123-0/+3
|
* Do not build NetworkManager for nowJavier Jardón2014-10-112-3/+0
|
* Build correct version of cogl and clutterJavier Jardón2014-10-111-2/+2
|
* Disable man pages in dconfJavier Jardón2014-10-112-0/+6
|
* Build NetworkManager masterJavier Jardón2014-10-112-3/+2
|
* Do not build gtk2 in GNOME stratumJavier Jardón2014-10-112-3/+0
| | | | So we can depend only in wayland
* wipJames Thomas2014-10-111-9/+1
|
* Build against systemd with logindJames Thomas2014-10-114-0/+41
|
* Remove coreutils from toolsJames Thomas2014-10-101-6/+0
|
* Add a jetson imageJames Thomas2014-10-101-0/+49
|
* Merge remote-tracking branch 'origin/jjardon/libdrm' into jjardon/gnomeJames Thomas2014-10-102-1/+16
|\ | | | | | | | | | | | | Conflicts: strata/libdrm-common.morph strata/mesa-common.morph strata/x-generic.morph
| * Change graphics-infra stratum name to xorg-util-macros-commonJavier Jardón2014-09-255-5/+5
| | | | | | | | | | As libdrm was moved to an independent stratum this only holds some macros needed to compile other strata
| * Split libdrm from graphics-infra stratum and create libdrm-common stratumJavier Jardón2014-09-257-19/+23
| | | | | | | | So libdrm only gets build when it really needed
| * Add graphics-infra stratumJavier Jardón2014-09-258-108/+67
| |
| * llvm.morph: Compile the default options with some exceptionsjjardon/llvmJavier Jardón2014-09-251-3/+3
| | | | | | | | | | | | | | | | | | --disable--asertions: those checks are not needed in production systems --enable-optimized: it will help compiling on ARM --enable-shared: mesa recommends llvm to be compiled in this way See http://llvm.org/docs/GettingStarted.html#local-llvm-configuration and http://llvm.org/docs/HowToBuildOnARM.html
| * strata/mesa-common.morph: Update llvm to latest version (3.5)Javier Jardón2014-09-251-2/+2
| |
| * Move llvm to mesa-commonJavier Jardón2014-09-253-8/+9
| |
* | Merge branch 'jjardon/systemd' into jjardon/gnomeJames Thomas2014-10-1017-139/+114
|\ \
| * | geniviJavier Jardón2014-10-101-4/+2
| | |
| * | systemd: isable resolvedJavier Jardón2014-10-101-3/+1
| | |
| * | libgpg-errorJavier Jardón2014-10-101-2/+1
| | |
| * | New version of kmod needed to compile systemdJavier Jardón2014-10-101-2/+1
| | |
| * | Need coreutils to fix a build failure in systemdJavier Jardón2014-10-103-15/+23
| | |
| * | strata/foundation.morph: Add libgcrypt, new systemd dependencyJavier Jardón2014-10-101-0/+11
| | |
| * | Build systemd v216Javier Jardón2014-10-101-2/+2
| | |
| * | Do not build X11 support in mesaJavier Jardón2014-10-105-8/+3
| | | | | | | | | | | | | | | | | | | | | In this way we can build completely wayland-only systems The reason to do this is that cairo will pull the X11 dependency if the mesa stratum is built with X11 support (as graphics-common depens on mesa-common)
| * | Change graphics-infra stratum name to xorg-util-macros-commonJavier Jardón2014-10-105-5/+5
| | | | | | | | | | | | | | | As libdrm was moved to an independent stratum this only holds some macros needed to compile other strata
| * | Split libdrm from graphics-infra stratum and create libdrm-common stratumJavier Jardón2014-10-108-20/+24
| | | | | | | | | | | | So libdrm only gets build when it's really needed
| * | Add graphics-infra stratumJavier Jardón2014-10-109-105/+68
| | | | | | | | | | | | With basic infrastructure components like libdrm and xorg macros
* | | Add a basic GNOME deployJavier Jardón2014-10-101-0/+9
| | |
* | | Add GNOME systemJavier Jardón2014-10-101-0/+49
| | |
* | | Add GNOME stratumJavier Jardón2014-10-1011-0/+405
| | |
* | | strata/foundation.morph: Upgrade fuseJavier Jardón2014-10-101-2/+1
| | | | | | | | | | | | Needed by gvfs
* | | strata/tools.morph: Upgrade to latest stable ValaJavier Jardón2014-10-102-4/+10
|/ /
* | Merge remote-tracking branch ↵Richard Maw2014-10-101-5/+12
|\ \ | | | | | | | | | | | | | | | 'origin/baserock/ps/cycle-refuses-to-delete-TEST-system' Reviewed-by: Richard Maw (+2)
| * | Tidy up a bit, and don't let user run this in TEST systemPaul Sherwood2014-10-091-4/+11
| | |
* | | Merge branch 'baserock/franred/updating-cpython-to-v2.7.8'Francisco Redondo Marchena2014-10-101-2/+2
|\ \ \ | |/ / |/| | | | | | | | | | | Change-Id: I96d767050b7261cb9e4ec1ff6ce8fa1865bf51ab Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
| * | Update cpython to v2.7.8Francisco Redondo Marchena2014-10-101-2/+2
|/ / | | | | | | Change-Id: I1f77fc4c23335f838f1b1f4b4ddaa8da355dab8f
* | Merge branch 'baserock/jjardon/llvm_33'Javier Jardón2014-10-096-15/+23
|\ \ | | | | | | | | | | | | Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@gmail.com>
| * | llvm.morph: Compile the default options with some exceptionsbaserock/jjardon/llvm_33Javier Jardón2014-10-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --disable-assertions: those checks are not needed in production systems --enable-optimized: it will help compiling on ARM --enable-shared: mesa recommends llvm to be compiled in this way --enable-targets=host: Only build for the host architecture See http://llvm.org/docs/GettingStarted.html#local-llvm-configuration and http://llvm.org/docs/HowToBuildOnARM.html
| * | strata/llvm-common.morph: Update llvm to latest 3.3.x versionJavier Jardón2014-10-061-2/+2
| | | | | | | | | | | | Seems 3.4.2 and 3.5.1 doesnt compile in ARM
| * | Move llvm to its own stratumJavier Jardón2014-10-065-7/+15
| | | | | | | | | | | | | | | llvm is a bif piece of software that take long time to build With this move we will only build it when its really necessary
* | | Update morph for branch sam/handle-missing-version-labelSam Thursfield2014-10-081-1/+1
| | |
* | | Merge remote-tracking branch 'origin/baserock/richardmaw/distbuild-fix'Richard Maw2014-10-0832-113/+131
|\ \ \ | | | | | | | | | | | | This updates morph and ensures the new dependencies are available.
| * | | Split morph out of toolsbaserock/richardmaw/distbuild-fixRichard Maw2014-10-0232-113/+131
| | | | | | | | | | | | | | | | | | | | morph now contains distbuild and morph-cache-server, so the distbuild stratum can go away, and anything that needs it can now use morph.
* | | | Update Morph to include fix for issue that breaks MasonSam Thursfield2014-10-071-1/+1
| | | |
* | | | Merge branch 'baserock/pedroalvarez/improve-cloud-init-configuration'Pedro Alvarez2014-10-071-8/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Richard Maw Reviewed-by: Sam Thursfield Reviewed-by: Francisco Redondo Marchena
| * | | | Improve cloud-init.configure extension to detect cloud-initPedro Alvarez2014-10-071-8/+21
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some users think that adding the cloud-init configuration extension to a system is enough to install and enable cloud-init. This is not true, to add and enable cloud-init in a system the system has to have cloud-init installed (cloud-init chunk) and cloud-init services have to be enabled (with cloud-init configuration extension) This patch is to alert the user that cloud-init can't be enabled in a system without cloud-init installed, and making the deployment fail.
* | | | Merge branch 'baserock/sam/why-two-jetson-bsps'Sam Thursfield2014-10-062-4/+17
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Reviewed-By: Richard Ipsum (on IRC) Reviewed-By: Francisco Redondo Marchena (on IRC)
| * | | Explain why there are two different BSP strata for NVIDIA JetsonSam Thursfield2014-10-062-4/+17
|/ / /