summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade the kernel to a 3.16 branchbaserock/james/jetson-devel-updateJames Thomas2014-08-141-7/+2
| | | | This no longer requires the scaling governor fix, so remove that as well
* Build u-boot with btrfs support as part of the bspJames Thomas2014-08-141-3/+9
| | | | This requires device tree compiler
* Update morph and tbdiff to latest versionJames Thomas2014-08-142-2/+2
| | | | | | | This adds support for setting a ROOT_DEVICE, and DTB_PATH for an upgrade Additionally it replaces the old bootloader configuration logic with BOOTLOAD_CONFIG_FORMAT and BOOTLOAD_INSTALL
* Use the corrected chunk morphology in 'attr', 'lua' and 'lrexlib'Pedro Alvarez2014-08-142-3/+3
|
* Update morphAdam Coldrick2014-08-142-2/+2
|
* Merge branch 'baserock/michaeldrake/mason-devel'Michael Drake2014-08-132-9/+33
|\ | | | | | | | | Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk> Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
| * Report last time we checked for updates.baserock/michaeldrake/mason-develMichael Drake2014-08-121-4/+28
| | | | | | | | | | | | | | | | | | Now the timestamp of the last time we looked for any changes in the definitions.git repository is put into the footer area. It is highlighted for visibility. This makes it easier to see that the mason system is still running, but that there is nothing new to build.
| * Reduce refresh rate of report from 10s to 1min.Michael Drake2014-08-081-1/+1
| | | | | | | | This reduces flicker/churn when browsing a mason report page.
| * Use the local trove rather than upstream trove when polling for updates.Michael Drake2014-08-082-4/+4
| | | | | | | | | | This prevents discovering changes, and then being unable to build them because the local trove has not yet got them.
* | Update the version of morphRichard Maw2014-08-121-1/+1
|/
* Fix --help output to describe copying the correct key for test deployment.Michael Drake2014-08-081-1/+1
| | | | | Reviewed-By: Lars Wirzenius <lars.wirzenius@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk>
* Merge branch 'baserock/michaeldrake/mason-net-down-report'Michael Drake2014-08-072-2/+24
|\ | | | | | | Reviewed-By: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
| * Detect lack of network and report as such, rather than failbaserock/michaeldrake/mason-net-down-reportMichael Drake2014-08-072-2/+24
|/ | | | | | If the git remote update command fails, we assume it's because we are unable to connect to the trove. This gets reported as a networking issue, rather than as a failure.
* Merge branch 'baserock/michaeldrake/mason-devel'Michael Drake2014-08-0711-1/+967
|\ | | | | | | Reviewed-By: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
| * Ensure .log files are served with mime-type of text/plain.Michael Drake2014-08-071-0/+9
| | | | | | | | Stops the server offering logs for download, instead of displaying them.
| * Fix web server root directory creation.Michael Drake2014-08-071-1/+1
| |
| * Add Mason scripts on top of distbuild systemMichael Drake2014-08-069-0/+553
| | | | | | | | | | | | | | | | The distbuild system can be configured to act as a CI controller. Providing appropriate config makes it copy all the scripts and systemd units out of the mason directory onto the target, such that it will start building and testing the configured cluster morphology on boot.
| * Add script for testing releasesRichard Maw2014-08-051-0/+402
| | | | | | | | | | This will deploy and run build tests on systems listed in the morphology passed as its first argument.
| * Allow changing upstream trove fetch protocol at configure timeMichael Drake2014-08-051-1/+3
| |
* | Merge branch 'baserock/sam/readline-python-rebased'Sam Thursfield2014-08-053-13/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This branch includes GNU Readline in all Baserock systems, by moving it into 'core'. Note that in order to remain GENIVI compliant we must NOT upgrade to GNU Readline 6 because that version is licensed under the GPLv3 which is forbidden by the GENIVI Alliance at this point. Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-By: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
| * | Make database stratum get readline from coreRichard Ipsum2014-08-051-7/+1
| | |
| * | Take readline out of audio-bluetoothRichard Ipsum2014-08-051-6/+0
| | |
| * | Build cpython with readline and ncursesRichard Ipsum2014-08-051-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At the moment if you try to use the arrow keys in a python shell then you just get some unhelpful output. This builds cpython with readline so the arrow keys can do useful things It also adds ncurses as a build dependency, so that the 'curses' module can be imported.
* | | Update trove-setup: Allow trove lorry protocol to be set at deploy timeRichard Maw2014-08-051-1/+1
| | |
* | | Merge branch 'baserock/jjardon/gstreamer'Sam Thursfield2014-08-051-4/+26
|\ \ \ | |/ / |/| | | | | Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * | multimedia.morph: build GStreamer 1.2.x pluginsJavier Jardón2014-08-041-0/+22
| | | | | | | | | | | | At least the -base, -good, -bad sets to have a functional system
| * | multimedia.morph: Upgrade GStreamer to latest stable branch (1.2.x)Javier Jardón2014-08-041-2/+2
| | |
| * | multimedia.morph: Update ORC to 0.4.19Javier Jardón2014-08-041-2/+2
|/ /
* | Update morph to get a fix for the distbuild cache key issueAdam Coldrick2014-08-012-2/+2
|/
* Update morph to version with patch that fixes eglibc buildingLars Wirzenius2014-08-012-2/+2
|
* Update ref for morph to fix .morph.morph problemLars Wirzenius2014-08-012-2/+2
|
* Merge branch 'baserock/michaeldrake/release-upload-cluster'Michael Drake2014-08-011-9/+12
|\ | | | | | | Reviewed-By: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
| * Pass cluster morphology to release upload script.baserock/michaeldrake/release-upload-clusterMichael Drake2014-08-011-9/+12
|/ | | | This makes the release-upload script more versatile.
* Update morph in tools.morph, cross-bootstrap.morphLars Wirzenius2014-07-312-2/+2
|
* Merge branch 'baserock/jjardon/gtk3-stratum'Sam Thursfield2014-07-314-93/+73
|\ | | | | | | | | Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-By: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
| * Add GTK+3 stratumJavier Jardón2014-07-311-0/+13
| |
| * gtk-deps.morph: Upgrade accesibility packagesJavier Jardón2014-07-311-6/+6
| | | | | | | | No morph file is needed in any of them
| * gtk-deps.morph: Update gnome-common to 3.12.0Javier Jardón2014-07-311-2/+2
| | | | | | | | | | No morph file needed thanks to a patch upstreamed by me to use autoreconf to check the automake version
| * gtk2.morph: Remove some build-depsJavier Jardón2014-07-311-2/+0
| | | | | | | | | | GTK+2 doesnt depend on genivi-foundation and x-common is already a dependency of x-x86_64-generic
| * gtk-deps.morph: Remove cairo, pango and deps as they are already in wayland ↵Javier Jardón2014-07-311-29/+1
| | | | | | | | stratum
| * Move GTK+ dependencies to a new 'gtk-deps' stratumJavier Jardón2014-07-312-74/+78
| | | | | | | | As they are shared by GTK+2 and GTK+3
| * gtk2.morph: librsvg is not a GTK+ dependencyJavier Jardón2014-07-312-17/+10
|/ | | | | Move to xfce stratum for now as seems to be the only stratum that requires it
* Merge branch 'baserock/liw/merge-michaels-ci-release-scripts'Lars Wirzenius2014-07-302-39/+129
|\ | | | | | | | | This is a merge of the baserock/michaeldrake/ci-release-scripts branch, but with some cleanups of the code for cleanliness.
| * Add --upload-build-artifacts settingLars Wirzenius2014-07-301-1/+13
| |
| * Join short lines into one line, for readabilityLars Wirzenius2014-07-301-2/+1
| |
| * Avoid running rsync if source file list is emptyLars Wirzenius2014-07-301-1/+4
| |
| * Refactor long method into smaller onesLars Wirzenius2014-07-301-19/+37
| | | | | | | | For comprehensibility.
| * Add markers around list in debug logLars Wirzenius2014-07-301-0/+2
| |
| * Simplify logic and conditionLars Wirzenius2014-07-301-3/+2
| | | | | | | | | | Avoiding a condition that has a negation tends to be a bit simpler for humans to understand.
| * Refactor process_args to be clearerLars Wirzenius2014-07-301-9/+14
| | | | | | | | | | Move stuff into new methods to make overall logic clearer and to avoid stuffing too much into each method.