summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use the same kernel and u-boot for all jetson systemsbaserock/james/jetson-unified-kernelJames Thomas2014-10-264-9/+9
|
* Remove any existing nouveau drivers before running depmodJames Thomas2014-10-261-2/+4
| | | | This means we use the out-of-tree module located in extra/
* Update cmdtest for parallel yarn runnerRichard Maw2014-10-242-2/+2
|
* Merge remote-tracking branch 'origin/baserock/sam/build-and-devel-systems'Sam Thursfield2014-10-2428-76/+226
|\ | | | | | | | | Reviewed-By: Richard Maw <richard.maw@codethink.co.uk> Reviewed-By: Daniel Silverstone <daniel.silverstone@codethink.co.uk>
| * Remove GENIVI devel system strata from x86_64 Vagrant devel systemSam Thursfield2014-10-221-18/+0
| | | | | | | | | | | | | | These strata used to be in all devel systems and were removed. The only extra component that a system needs to be a Vagrant basebox is the VirtualBox Guest Additions, which are in the virtualbox-guest-x86_64 stratum.
| * Add node.js and Ruby to devel systemsSam Thursfield2014-10-2215-0/+60
| | | | | | | | | | | | | | These are dependencies of the Baserock Import tool. The import tool will be added to the devel system later, in a separate branch. This increases the size of an x86_32 devel system from 1.1GB to 1.2GB.
| * Release build-system rather than devel-systemSam Thursfield2014-10-221-14/+14
| | | | | | | | | | | | | | The build-system is equivalent in functionality to the current devel-system that we release, but this change allows us to add more components to the devel-system without increasing the amount of bytes we have to arrange and transfer when making a release.
| * Add chroot variants of the build-systemsSam Thursfield2014-10-222-0/+62
| | | | | | | | | | These take the place of the devel system chroots that we released previously, and should be functionally equivalent.
| * Change descriptions of devel systemsSam Thursfield2014-10-2217-31/+77
| | | | | | | | | | | | The 'build' system is now the recommended way of building other systems, with 'devel' being a larger variant of 'build' that may be useful when doing development and integration, in addition to building and deployment.
| * Rename 'distbuild' system to 'build', and fix descriptionsSam Thursfield2014-10-228-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's better to have one type of system that can do either distributed or local builds than to have separate ones that must both be kept up to date with changes. The need for a separate 'distbuild' stratum went already: commit 1a7fbedf56a4c7a6afb683851dde5d34bbb48b86 Author: Richard Maw <richard.maw@codethink.co.uk> Date: Thu Oct 2 14:16:00 2014 +0000 Split morph out of tools morph now contains distbuild and morph-cache-server, so the distbuild stratum can go away, and anything that needs it can now use morph.
* | Merge remote-tracking branch 'origin/baserock/pedroalvarez/release-14.40-fixes'Sam Thursfield2014-10-242-4/+7
|\ \ | | | | | | | | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * | Fix KERNEL_ARGS in the jetson devel systembaserock/pedroalvarez/release-14.40-fixesPedro Alvarez2014-10-111-1/+1
| | |
| * | Amend system deploy keyRichard Ipsum2014-10-111-1/+1
| | |
| * | Add DTB_PATH and BOOTLOADER config items to jetson releaseJames Thomas2014-10-111-0/+3
| | |
| * | Downgrade uboot in devel bspRichard Ipsum2014-10-111-2/+2
| | | | | | | | | | | | This partially reverts ced256bda95f184361815a6444d752ee10d86d02
* | | Merge branch 'baserock/sam/ruby-build-deps'Sam Thursfield2014-10-243-1/+52
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk> Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * | | Add hoe and rake-compiler to base Ruby stratumSam Thursfield2014-10-243-1/+52
| | | | | | | | | | | | | | | | Various Gems require one or other of these tools at build time.
* | | | Update lorry-controller and trove-setupPedro Alvarez2014-10-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new version of lorry-controller includes a script to remove the log of old jobs that nobody cares about. The new version of trove-setup is needed to enable a new systemd unit created in lorry-controller to run the new script.
* | | | Update morph for branch sam/fix-edit-synopsisSam Thursfield2014-10-221-1/+1
| |_|/ |/| |
* | | Update Morph for branch sam/validation-fixesSam Thursfield2014-10-171-1/+1
| | |
* | | Merge branch 'zara/nodejs'Sam Thursfield2014-10-161-24/+0
|\ \ \ | |/ / |/| | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * | Fix node.js systemZara Zaimeche2014-10-161-24/+0
| | | | | | | | | | | | | | | It had lots of unneccessary stuff and wouldn't build. Have removed unneccessary stuff; is now just base system plus node.
* | | Merge branch 'baserock/jjardon/libdrm'Sam Thursfield2014-10-1413-115/+77
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-By: James Thomas <james.thomas@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * | | Update jetson GENIVI system to use libdrm-common instead of x-commonSam Thursfield2014-10-141-2/+2
| | | |
| * | | Do not build X11 support in mesaJavier Jardón2014-10-145-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-145-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-148-20/+24
| | | | | | | | | | | | | | | | So libdrm only gets build when it's really needed
| * | | Add graphics-infra stratumJavier Jardón2014-10-149-105/+68
| |/ / | | | | | | | | | With basic infrastructure components like libdrm and xorg macros
* | | Update cmdtest for space efficient yarnRichard Maw2014-10-131-1/+1
| | |
* | | Update lorry controller to not put buttons on static pageRichard Maw2014-10-131-1/+1
| | |
* | | Update morph to include artifact resolving speedupRichard Maw2014-10-131-1/+1
|/ /
* | Merge branch 'baserock/liw/trove-example-cluster'Sam Thursfield2014-10-131-0/+60
|\ \ | |/ |/| | | | | Reviewed-By: Richard Maw <richard.maw@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * Add URL to trove example clusterSam Thursfield2014-10-131-0/+3
| |
| * Add an example cluster morphology for TrovesLars Wirzenius2014-10-131-0/+57
|/
* 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
|/ /