summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* split zookeeper and the test programs into multiple strata, on Pedro's ↵baserock/mikesmith/zookeeper-for-review-v2Mike Smith2014-12-163-57/+35
| | | | suggestion
* Updated Repo to respond to comments from review. see full desc for list.baserock/mikesmith/zookeeper-for-reviewMike Smith2014-12-167-56/+44
| | | | | | | | | * Removed un-needed 'mkdir' command from ant setup. * Addressed in e-mail thread relating to this patch the reason for compiling inside of install dirrectory. * Added more informative discriptions to .morphs * Renames 'java/ant' to java-ant to be more consistant with naming conventions * Removed un-nessisary inclusion of the Devel-system. * Zookeeper strata names now reflect client / server roles
* Add ZooKeeper systems for x86_64 and example cluster to deploy them.Mike Smith2014-12-113-0/+83
| | | | | | | | | The Java binary chunk only works for x86_64. As such, these systems are limited to that architecture and use the demo strata developed in the previous commit. The cluster provides the ability to deploy either or both of the systems to a libvirt/kvm host.
* Add ZooKeeper demonstration application and strata.Mike Smith2014-12-114-0/+119
| | | | | | The ZooKeeper demonstration server and client are currently hosted on github. The strata bring together Java, ANT, ZooKeeper and the client and server respectively for demonstration purposes.
* Add chunks for Java, ANT and ZooKeeperMike Smith2014-12-113-0/+34
| | | | | | | | | Java is sourced from the binary Java release from Oracle. This chunk was originally written by Francisco Marchena. ANT is a Java build system and is needed by ZooKeeper. ZooKeeper itself is documented at http://zookeeper.apache.org/
* 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
|/ /
* | 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>