summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use the nvidia 3.10 kernel for the devel imagebaserock/tegraJames Thomas2014-06-232-1/+18
| | | | | This gives us access to SATA, USB3 + ethernet, currently missing in 3.15 upstream
* Add deploy fileJames Thomas2014-06-221-0/+15
|
* Add qt5-multimediaJames Thomas2014-06-223-2/+8
|
* Add xmlpatterns as a build dep of webkit-examplesJames Thomas2014-06-221-5/+6
|
* Fix qt5 nameJames Thomas2014-06-181-2/+2
|
* Add qt5 to jetson systemJames Thomas2014-06-181-0/+1
|
* Add a jetson specific qt5-tools stratumJames Thomas2014-06-181-0/+128
|
* Change ref to use latest kernel updatesJames Thomas2014-06-171-1/+1
|
* Add mesa as a dependency of kmscubeJames Thomas2014-06-161-1/+2
|
* Fix mesa chunk nameJames Thomas2014-06-131-3/+3
|
* PetrifyJames Thomas2014-06-134-14/+20
|
* Fix spurious internal refsJames Thomas2014-06-133-5/+5
|
* Add kmscube demo to Wayland stratumJames Thomas2014-06-132-0/+21
| | | | This is a temporary hack for the purposes of having a good demo!
* Jetson BSPJames Thomas2014-06-132-1/+2
|
* Update refs for JetsonJames Thomas2014-06-132-10/+11
|
* Merge Jetson morphologiesJames Thomas2014-06-137-19/+183
|\ | | | | | | | | | | | | Conflicts: core.morph scripts/distbuild-cluster.py tools.morph
| * Remove LLVM from x-common for Jetson branchSam Thursfield2014-06-131-5/+0
| | | | | | | | This is to speed up compilation, LLVM is for software rending.
| * Changes for JetsonSam Thursfield2014-06-136-17/+17
| |
| * Add systems for NVIDIA Jetson boardSam Thursfield2014-06-133-0/+177
| |
| * Remove imx53 BSP.Richard Maw2014-06-131-12/+0
| | | | | | | | | | Our officially supported ARM dev-board is the Wandboard. We haven't used the imx53 BSP in a long time, so let's remove it.
| * tools: Update 'morph' to commit 'Check for presence of btrfs before trying ↵Sam Thursfield2014-06-131-1/+1
| | | | | | | | to use it'
| * Move scripts into scripts/ directorySam Thursfield2014-06-134-0/+0
| | | | | | | | | | | | | | | | They probably do not belong in definitions.git at all, but at least they are now in one place. In future they should move either into a separate baserock-utilities chunk, or into morph.git itself.
| * Add distbuild-cluster scriptSam Thursfield2014-06-131-0/+97
| | | | | | | | This lets you call 'morph distbuild' for a bunch of systems at once.
| * Add release automation script.Sam Thursfield2014-06-131-0/+444
| |
| * Correct trove.baserock.org-upgrade clusterSam Thursfield2014-06-131-3/+3
| |
| * Fix licensecheck.sh to work with the new `morph edit` syntax.Sam Thursfield2014-06-131-1/+1
| |
| * Use updated versions of util-linux and e2fsprogsRichard Maw2014-06-132-2/+2
| | | | | | | | | | | | | | | | | | | | Both are updated to the latest release, and there are morphology changes to: 1. prefer util-linux's versions of blkid, findfs and fsck. 2. Install all of util-linux's tools, regardless of whether busybox also has a version. We can have the busybox version for minimal systems, but the util-linux versions for base systems.
| * Prevent distbuild nodes from filling up their disksSam Thursfield2014-06-131-5/+2
| | | | | | | | | | | | | | | | Distbuild workers run `morph gc` before running a build, to remove stale artifacts, but it turns out that they were configured in such a way that the command didn't do anything. Because of this, it was possible for distbuild nodes to break due to filling up their disks with cached git repos and artifacts.
* | Update wandboard kernel versionbaserock-14.24Richard Maw2014-06-131-1/+1
| | | | | | | | | | | | | | | | This is required to update the morphology to a version that compresses the kernel with gzip, rather than lzo. Refs for other bsp strata have been left, since the source they build from is not otherwise changed.
* | Make 14.24 release changesRichard Maw2014-06-122-8/+8
| |
* | Strip devel systems down to headlessRichard Maw2014-06-1212-73/+9
| | | | | | | | | | | | | | | | | | | | | | Our new definition of a devel system is the minimal system to build and deploy anything else. We may in future re-add "fat" devel systems again under another name, but it's significanly easier to release just this system. The vagrant systems have been left alone, since they require guest extensions, which depend on the X stuff anyway.
* | Update the version of morph included in systemsRichard Maw2014-06-121-1/+1
| |
* | Explicitly separate linux chunk names for bsp variantsRichard Maw2014-06-128-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplifying 'morph edit' syntax showed that we have several different versions of the chunk called 'linux'. This patch versions of linux to match what they are for. This patch was originally written by Paul Sherwood, but the name of the morphology also has to be set in the chunk morphology, so wasn't sufficient by itself. Instead of making the changes in the 7 kernel trees that we had, they have now all been merged into one, hence the sha1s and refs have also been updated.
* | Remove imx53 BSP.Richard Maw2014-06-121-12/+0
| | | | | | | | | | Our officially supported ARM dev-board is the Wandboard. We haven't used the imx53 BSP in a long time, so let's remove it.
* | Merge branch 'baserock/richardmaw/yakshave/util-linux-blkid'Richard Maw2014-06-122-2/+2
|\ \ | | | | | | | | | | | | Reviewed-by: Lars Wirzenius Reviewed-by: Sam Thursfield
| * | Use updated versions of util-linux and e2fsprogsbaserock/richardmaw/yakshave/util-linux-blkidRichard Maw2014-06-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both are updated to the latest release, and there are morphology changes to: 1. prefer util-linux's versions of blkid, findfs and fsck. 2. Install all of util-linux's tools, regardless of whether busybox also has a version. We can have the busybox version for minimal systems, but the util-linux versions for base systems.
* | | tools: Update 'morph' to commit 'Check for presence of btrfs before trying ↵Sam Thursfield2014-06-111-1/+1
| | | | | | | | | | | | to use it'
* | | Merge branch 'sam/release-tooling'Sam Thursfield2014-06-104-0/+541
|\ \ \ | | | | | | | | | | | | Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk>
| * | | Move scripts into scripts/ directorySam Thursfield2014-06-104-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They probably do not belong in definitions.git at all, but at least they are now in one place. In future they should move either into a separate baserock-utilities chunk, or into morph.git itself.
| * | | Add distbuild-cluster scriptSam Thursfield2014-06-101-0/+97
| | | | | | | | | | | | | | | | This lets you call 'morph distbuild' for a bunch of systems at once.
| * | | Add release automation script.Sam Thursfield2014-06-101-0/+444
| | | |
* | | | Correct trove.baserock.org-upgrade clusterSam Thursfield2014-06-091-3/+3
|/ / /
* | | Merge branch 'baserock/sam/test-licenses'Sam Thursfield2014-06-091-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-By: Daniel Silverstone (on IRC) Reviewed-By: Lars Wirzenius (on IRC)
| * | | Fix licensecheck.sh to work with the new `morph edit` syntax.Sam Thursfield2014-06-091-1/+1
|/ / /
* | | Merge branch 'baserock/sam/distbuild-disk-space'Sam Thursfield2014-06-061-5/+2
|\ \ \ | |_|/ |/| | | | | | | | Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk> Reviewed-By: Richard Ipsum <richard.ipsum@codethink.co.uk>
| * | Prevent distbuild nodes from filling up their disksSam Thursfield2014-06-051-5/+2
|/ / | | | | | | | | | | | | | | Distbuild workers run `morph gc` before running a build, to remove stale artifacts, but it turns out that they were configured in such a way that the command didn't do anything. Because of this, it was possible for distbuild nodes to break due to filling up their disks with cached git repos and artifacts.
* | Update release.morph for Baserock 14.23baserock-14.23Adam Coldrick2014-06-051-39/+7
| |
* | Update morph ref for Baserock 14.23Adam Coldrick2014-06-051-1/+1
|/
* Merge branch 'baserock/sam/clarify-upgrade-devel'Sam Thursfield2014-06-051-9/+3
|\ | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk>
| * Improve upgrade-devel.morphSam Thursfield2014-06-051-9/+3
| | | | | | | | | | | | | | Avoid having placeholders which look like they might be automatically filled but actually are not. Use a shorter and clear system ID: 'self', rather than 'upgrade-devel'.