summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 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
|/ /
* | Merge remote-tracking branch 'origin/baserock/sam/distbuild-ansible-fix'Sam Thursfield2014-10-064-0/+24
|\ \ | | | | | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk>
| * | Add Ansible and cloud-init to all distbuild systems to match x86_64Sam Thursfield2014-10-034-0/+24
| | | | | | | | | | | | The mason.configure extension is also added to each system.
* | | Merge branch 'baserock/release/baserock-14.40'Richard Ipsum2014-10-0313-21/+245
|\ \ \ | |/ / |/| | | | | | | | | | | Reviewed by: Sam Thursfield Paul Sherwood
| * | Enable nouveau drivers in mesabaserock-14.40Pedro Alvarez2014-10-031-6/+18
| | |
| * | Update release.morph for the 14.40 releasePedro Alvarez2014-10-031-7/+14
| | |
| * | Add support for btrfs in jetson u-bootPedro Alvarez2014-10-032-4/+4
| | |
| * | Add a GENIVI baseline system for jetson TK1Pedro Alvarez2014-10-031-0/+45
| | |
| * | Add bsp for jetson genivi-baselinePedro Alvarez2014-10-036-0/+149
| | |
| * | Upgrade weston and wayland-ivi-extensionPedro Alvarez2014-10-031-4/+4
| | |
| * | Upgrade drm enable jetson TK1 supportPedro Alvarez2014-10-032-2/+13
|/ /
* | Strip GNU patch from genivi baseline systemsPedro Alvarez2014-10-032-0/+2
| | | | | | | | | | Reviewed-by: Paul Sherwood Reviewed-by: Sam Thursfield
* | Fix some ref to use SHA1s instead of branches or tagsPedro Alvarez2014-10-033-3/+6
| | | | | | | | | | Reviewed-by: Daniel Silverstone Reviewed-by: Paul Sherwood
* | Merge branch 'baserock/ps/cycle-v2'Sam Thursfield2014-10-022-1/+44
|\ \ | | | | | | | | | | | | Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * | Add cycle script for build+deploy to selfPaul Sherwood2014-10-022-1/+44
| | |
* | | Update tbdiff to include branch 'sam/allow-file-migrations'Sam Thursfield2014-10-021-1/+1
| | |
* | | Update morph to get the xfer-hole bug fixPedro Alvarez2014-10-022-2/+2
| |/ |/|
* | Merge branch 'baserock/sam/build-essential-comments'Sam Thursfield2014-10-0216-36/+237
|\ \ | | | | | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk>
| * | Add back missing comments to build-essential chunk morphsSam Thursfield2014-09-2616-36/+237
| | | | | | | | | | | | | | | These will have been lost in the automated chunks-in-definitions transition.
* | | Update morph to make the ssh-rsync deployment use UUIDs in fstabPedro Alvarez2014-10-022-2/+2
| | |
* | | Merge branch 'baserock/sam/bash-upgrade'Francisco Redondo Marchena2014-10-021-2/+2
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | Reviewed by: Richard Maw <richard.maw@codethink.co.uk> Paul Sherwood <paul.sherwood@codethink.co.uk> Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> Merged by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * | Update bash to Bash-4.3 patch 27, including 'Shellshock' fixesPaul Sherwood2014-10-021-2/+2
|/ /
* | Merge remote-tracking branch 'gitorious/jjardon/NetworkManager'Javier Jardón2014-10-0115-9/+52
|\ \ | | | | | | | | | | | | Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk>
| * | Add NetworkManager-common stratumJavier Jardón2014-09-222-0/+23
| | |
| * | Move connman to its own stratumJavier Jardón2014-09-2213-9/+29
| | |
* | | Merge branch 'jjardon/dbus-glib'Javier Jardón2014-10-018-9/+13
|\ \ \ | | | | | | | | | | | | | | | | | | | | Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk> Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk>
| * | | Fix some strata that depends on foundation, not genivi-foundationJavier Jardón2014-09-256-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | x-common depends on foundation because llvm. Note that other strata assume that x-common depends on core as llvm will be moved away from it
| * | | strata/foundation.morph: Update to latest dbus-glib (0.102)Javier Jardón2014-09-251-2/+2
| | | |
| * | | Move dbus-glib to foundation from genivi-foundationJavier Jardón2014-09-252-5/+7
| | | | | | | | | | | | | | | | dbus-glib is a generic component not only needed by genivi stuff
* | | | Merge branch 'baserock/pedroalvarez/ca-certificates2'Pedro Alvarez2014-10-012-0/+27
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Reviewed-by: Paul Sherwood Reviewed-by: Richard Maw
| * | | | Add ca-certificates to corePedro Alvarez2014-10-012-0/+27
|/ / / /
* | | | Update morph to include 'morph --version' fixPedro Alvarez2014-09-302-2/+2
| | | |