summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* weston: Do not disable drm backendbaserock/jjardon/wayland-commonJavier Jardón2014-08-272-1/+3
| | | | Its the default backend and probably the best supported
* weston.morph: Do not disable weston-launchJavier Jardón2014-08-272-2/+7
|
* Do not build the same mesa in different strata, move to its own stratumJavier Jardón2014-08-277-21/+13
|
* Move common input components from wayland-generic to input-common stratumJavier Jardón2014-08-276-42/+59
| | | | | | This is libinput library and deps These are common dependencies to weston and clutter/gtk
* Move common graphics components from wayland-generic to an independent stratumJavier Jardón2014-08-278-57/+58
| | | | | | Basically pixman, cairo, pango and deps These are common dependencies for weston and gtk/clutter
* Move weston to its own stratumJavier Jardón2014-08-276-25/+59
|
* Build a unique mesa with wayland and x11 supportJavier Jardón2014-08-274-14/+14
|
* Build only one wayland independent of the architectureJavier Jardón2014-08-2722-263/+17
| | | | | This makes gtk (and everything that is on top) independent of the architecture we are building.
* Update morph to latest versionRichard Maw2014-08-261-1/+1
| | | | | | This includes `git replace` mitigation code and raising an exception if morph can't talk to the remote git cache, rather than assuming the morphology didn't exist, and building the wrong thing.
* Merge branch 'baserock/pedroalvarez/fix-licensecheck'Pedro Alvarez2014-08-201-14/+12
|\ | | | | | | Reviewed-by: Richard Maw
| * Update licensecheck.sh to use the new definitions tree.Pedro Alvarez2014-08-201-14/+12
| |
* | mason: Don't checkout repo using .git suffixRichard Maw2014-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Failing to do this means that the deployment uses the wrong morphology, because build will end up using the repo without the .git suffix, so it will never update the cached version of the repo without it. The version with the .git suffix is only updated on the initial checkout, but is used by deploy, so it would pick up obsolete morphologies and not include new changes. Rubber-stamped-by: Richard Maw
* | Update morph for branch sam/rawdisk-upgrades'Sam Thursfield2014-08-191-1/+1
|/
* Merge branch 'baserock/richardmaw/fix-up-release-test'Richard Maw2014-08-193-34/+36
|\ | | | | | | | | | | | | | | | | | | Rubber-stamped-by: Richard Maw The majority of the patches were approved, but for the rest there is nobody else familiar enough with the code to comment. This code has been through a Mason pipeline a couple of times though, so it is less likely to break anything.
| * mason: Include build logs in output when builds failRichard Maw2014-08-191-2/+7
| |
| * Use file: URI for list-artifacts in release-uploadRichard Maw2014-08-191-1/+1
| | | | | | | | | | | | This requires the script be run in the top of the definitions repository, but will actually try to upload the changes that were tested, rather than the current HEAD.
| * Remove all VM storage together in one commandRichard Maw2014-08-191-4/+1
| |
| * Never remember hosts when running ssh commands on instancesRichard Maw2014-08-191-4/+2
| | | | | | | | | | The rest of the ssh commands are to the VM host, which we can't change all of, since some are run as part of the deployment extension.
| * Rename wait_online to wait_until_onlineRichard Maw2014-08-191-2/+2
| |
| * Rename Instance -> DeployedSystemInstanceRichard Maw2014-08-191-2/+3
| | | | | | | | This name requires less context to understand its use.
| * Various style fixes to release-testRichard Maw2014-08-191-4/+7
| |
| * Implement load_cluster_systems in terms of load_morphologyRichard Maw2014-08-191-2/+1
| |
| * Rename MorphologyFrobber -> MorphologyHelperRichard Maw2014-08-191-13/+12
|/ | | | It was a sucky placeholder name that wasn't replaced by anything better.
* Update cpython morphology to support newer cpython branches.Daniel Silverstone2014-08-192-2/+2
| | | | | | | | | Also update morph with fix to GitDirectory config caching. Cpython change reviewed by Richard Maw and Paul Sherwood, each giving +1. Morph change reviewed by Richard Maw, +2
* Re-organise definitions with scripts/organise-morphologies.pyGENIVI-I0.1baserock/release/GENIVI-I0.1Richard Maw2014-08-18428-1048/+4930
|
* Merge branch 'baserock/james/revert-3.16-tegra'James Thomas2014-08-181-2/+7
|\ | | | | | | | | Reviewed by: Richard Maw <richard.maw@codethink.co.uk> Merged by: James Thomas <james.thomas@codethink.co.uk>
| * Upgrade kernel in bsp-jetson-devel to R19 versionbaserock/james/revert-3.16-tegraJames Thomas2014-08-181-1/+1
| |
| * Revert "Upgrade the kernel to a 3.16 branch"James Thomas2014-08-181-2/+7
|/ | | | | | | This reverts commit 737265115c5b26a3511f6a8a34c87aa48f6b8ca1. The upstream 3.16 kernel has too many problems for it to be useful at this time
* Merge branch 'baserock/pedroalvarez/GENIVI-I01v2'Pedro Alvarez2014-08-181-6/+6
|\ | | | | | | Reviewed-by: Sam Thursfield
| * Update AudioManager and common-api for Intrepid Baseline I-0.1Pedro Alvarez2014-08-181-6/+6
|/ | | | | - CommonAPI and CommonAPI DBus upgraded to 2.1.6 - AudioManager upgraded to 6.0 + patch to use CommonAPI 2.1.6
* Merge branch 'baserock/franred/organize-morphologies-script_v2'Francisco Redondo Marchena2014-08-182-1/+267
|\ | | | | | | | | | | Reviewed by: Richard Maw <richard.maw@codethink.co.uk> Daniel Silverstone <daniel.silverstone@codethink.co.uk> Merged by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * Add a script to organize morpholgies into definitionsbaserock/franred/organize-morphologies-script_v2Francisco Redondo Marchena2014-08-181-0/+266
| |
| * ruby.morph: Fix typo in chunk: unpetrify-refFrancisco Redondo Marchena2014-08-181-1/+1
|/
* Update morph ref for branch baserock/straycat/distbuild-triviaSam Thursfield2014-08-181-1/+1
|
* Merge branch 'baserock/franred/fixing-chunks'Francisco Redondo Marchena2014-08-156-6/+6
|\ | | | | | | | | Merged by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> Review by: Pedro Alvarez Piedehierro <pedro.alvarez@codethink.co.uk>
| * Update qt5-tools ref to use a valid morphologyFrancisco Redondo Marchena2014-08-151-1/+1
| |
| * Update freefont-otf ref to use a valid morphologyFrancisco Redondo Marchena2014-08-153-3/+3
| |
| * Update attr ref to use a valid morphologyFrancisco Redondo Marchena2014-08-151-1/+1
| |
| * Update lua ref to use the YAML versionFrancisco Redondo Marchena2014-08-151-1/+1
|/
* Update attr so it isn't brokenAdam Coldrick2014-08-151-2/+2
|
* Merge branch 'baserock/james/jetson-devel-update'James Thomas2014-08-141-10/+11
|\ | | | | | | | | Reviewed by: Paul Sherwood <paul.sherwood@codethink.co.uk> Merged by: James Thomas <james.thomas@codethink.co.uk>
| * 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.