summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade openssl to 1.0.1sbaserock/pedroalvarez/openssl101sPedro Alvarez2016-03-011-2/+2
|
* strata/input-common.morph: Upgrade libinput to 1.2.0Javier Jardón2016-03-0111-8/+28
| | | | Change-Id: I8804aa8d5c7d4a9d2ba714a518775e34b6b19f6f
* Allow --trove-host to be specifiedBen Brown2016-03-011-2/+11
| | | | Change-Id: Ie04a7979c2591dfdb9ead256620593547020abb0
* Add a script for sanity checking unpetrify-refsBen Brown2016-03-011-0/+86
| | | | | | | | | I'm not entirely sure whether the validity of unpetrify-refs is something that is cared about enough for this to be accepted, but I am currently making use of the unpetrify-refs and this script was helpful to me. Change-Id: If689efe4d37ba6fcb7561eb91ea2383de370ceda
* Remove migrations - this content is now in baserock/spec.gitPaul Sherwood2016-03-0115-1642/+3
| | | | Change-Id: Icf333b87e3ae5d6e9984d6e534d8b8c0ae15c7a4
* Remove schemas - this content is now in spec.gitPaul Sherwood2016-03-017-849/+0
| | | | Change-Id: Ibde700b069ddba6056c821deb1c1a8490b04696d
* Update README for separate definitions spec repoSam Thursfield2016-02-291-9/+12
| | | | Change-Id: I2099c07f6add8bb7ab14e203037a76dd24996342
* strata/mesa-common.morph: Update mesa to 1.11.2Javier Jardón2016-02-291-2/+2
| | | | Change-Id: I7240accd89bfb6d3b6610a85e995594508c5225e
* strata/libdrm-common.morph: Upgrade libdrm to 2.4.67Javier Jardón2016-02-291-2/+2
| | | | Change-Id: Iec08785dc8909edd6acc5d7ef6d454fc46f63454
* strata/xdg-app-common.morph: Fix sha to point to baserock/0.4.13 instead 0.4.13Javier Jardón2016-02-291-1/+1
| | | | Change-Id: Ia27f346bf5d9e143f4d894c1a445ed7a9f77f30c
* strata/libdrm-common.morph: Upgrade libpciaccess to 0.13.4Javier Jardón2016-02-291-2/+2
| | | | Change-Id: I6b7631fc3507fc07bce055aed28c70734d0da6cf
* strata/xdg-app-common: Upgrade xdg-app to 0.4.13Javier Jardón2016-02-292-2/+16
| | | | Change-Id: I6815f27049915f8be1cf7f57db99277ee3f3e3e4
* Put quotes around all unpetrify-ref that could be interpreted as numbersPaul Sherwood2016-02-2811-21/+21
| | | | Change-Id: Ide3893f85f52070fe8ce66424ee1463951006004
* Allow upgrade-type + upgrade-location in cluster.json-schemaPaul Sherwood2016-02-281-1/+5
| | | | | | jetson-upgrade.morph, for example, has upgrade-type and upgrade-location Change-Id: I32b2e9d96e2a657b03114933b424396f2e345923
* strata/gnome.morph: build isodate with python-distutilsJavier Jardón2016-02-271-1/+1
| | | | | | isodate is a dependency of rdflib python2 module Change-Id: Ie21dc623cf92df5b7c2b7a3a445d5294ae86c9a6
* Update unpetrify-refs for alsa-lib and alsa-utilsPedro Alvarez2016-02-271-2/+6
| | | | Change-Id: Ic7ab0e7c8a39093d452db2178bde70011d5c4854
* Upgrade 'lorry' to latest versionPedro Alvarez2016-02-261-1/+1
| | | | Change-Id: Ib453aab71cf0d466af53f215b5b3a1c7b4145ee0
* Update weston.ini for GDPPedro Alvarez2016-02-261-5/+21
| | | | Change-Id: I6f0901941eeb4821ddf004f1f5d066c2ff866170
* genivi-demo-platform: Upgrade HMI to be compatible with weston 1.9Pedro Alvarez2016-02-261-2/+2
| | | | Change-Id: I2827af2d64bba10abe0f676a2dc43c9f3398bee6
* Remove 'test-commands' since it's not in DEFAULTS or schemaPaul Sherwood2016-02-261-1/+0
| | | | Change-Id: I250590cd704749078cbc81f51c21df87f262a688
* mason: Use 'find' to clean the cachePedro Alvarez2016-02-251-2/+2
| | | | | | | | | | | Previous approach is not working anymore: # mv /srv/distbuild/!(remove) /srv/distbuild/remove -sh: syntax error: unexpected "(" Also use `find -delete` instead of `rm -r` because is faster. Change-Id: I0b500869281ce44ce565b8cca051c91961a6613d
* writeexts: Fix some errors the `pep8` tool foundSam Thursfield2016-02-251-7/+6
| | | | | | | | | | This includes a crash if DISK_SIZE isn't specified (due to missing 'writeexts' import). There are still various indent/formatting issues that `pep8` complains about. Change-Id: Ida805ad829eeee62768ac54313417d4c9a4a94d9
* writeexts: Clarify a few docstringsSam Thursfield2016-02-251-3/+19
| | | | Change-Id: I742825726280656d5834817c8a0b496fa6aedaae
* Opearate on the temp root when looking for menu.c32James Thomas2016-02-251-4/+4
| | | | | | | | It's possible we'll be generating the bootloader configuration on a partition that doesn't have the root filing system, so grap this file from the extracted rootfs instead Change-Id: I7a599654c2686f554e54aee069dd38200ab9e915
* Correctly setup /boot partition if availibleJames Thomas2016-02-251-10/+45
| | | | | | | | | | | | | | | Treat the prescence of a /boot partition as the partition where the bootloader configuration should live. By maintaining the baserock system layout, and installing the bootloader configuration to /boot in this manner, we can allow boot syslinux and u-boot systems to be upgraded Additionally move the installation of the MBR for x86 systems to where the partitioned system is created, since we only need to do it when deploying a partitioned system Change-Id: I39c90f73f22da209eefc1c408bd6d6c0ab6fd048
* Move extlinux.conf to /extlinux/James Thomas2016-02-251-1/+9
| | | | | | | | U-boot's sysboot command generally looks for the config in /extlinux rather than /, so move it there and create a symlink to maintain comptability with syslinux Change-Id: I19173e284993f364cc8892ba44b8f5d7bc394ec3
* Split btrfs filesystem functions in layout and rootfs creationJames Thomas2016-02-251-8/+13
| | | | | | | This will allow us to mirror the baserock btrfs layout on a non btrfs partition Change-Id: If5dbba133a187eeb26eae671da7dd71495127c8e
* Split creation of the bootloader config/install into separate functionJames Thomas2016-02-251-28/+46
| | | | | | | This will allow us to use the existing btfs layout function on other partitions (namely /boot) Change-Id: I6d43e6eb25c263f7c18eb06b96fa6076483f8e67
* Fix get_partition_by_mountpoint to actually return non '/' mount pointsJames Thomas2016-02-251-3/+6
| | | | Change-Id: Ia11f37eef9aa927414f8b487eba3a276cc91b2aa
* strata/gnome.morph: zeitgeist still depend on the python2 version of rdflibJavier Jardón2016-02-251-1/+1
| | | | Change-Id: I86f49bc8af485a337c44dea029a2b7b9c753ec81
* wayland-ivi-extension: enable WITH_ILM_INPUT, needed for gdp-hmiPedro Alvarez2016-02-251-1/+1
| | | | Change-Id: Ief8a3d565de5360e2f3c3b4a882fbf0654f284c9
* Stop using input-genivi for GENIVI systemsPedro Alvarez2016-02-259-69/+11
| | | | | | | This version is, not needed since the upgrade to weston 1.9 on these systems Change-Id: I36f569edd4abb125b9ddebe9ddcf58d5cf3888d8
* Include link to EGLWLMockNavigation in weston.iniPedro Alvarez2016-02-251-0/+6
| | | | Change-Id: Ia9003cbbcbed30fbed4f76e3e40313398ac4f20b
* Upgrade Weston to 1.9.0 and also wayland-ivi-extensionPedro Alvarez2016-02-251-4/+4
| | | | Change-Id: I0254ae922cd82185de3e0181a3820f9ee38277b1
* strata/audio-bluetooth/avahi.morph: Remove not needed workaroundJavier Jardón2016-02-241-2/+0
| | | | | | As we do not build the avahi ui Change-Id: I8442b17d7e0ec53570a2f9be9836e8b38d339039
* strata/llvm-common/llvm.morph: build explicity with python3Javier Jardón2016-02-241-2/+6
| | | | Change-Id: I6b84cf9503aef6065dcb15ba71288cfebe581ff9
* Use new python3-distutils build system in Python3 modulesJavier Jardón2016-02-242-4/+3
| | | | Change-Id: I425f6abc94c0dfd9764faf7024454f7de64053e8
* Update trove-setup to latest commitPedro Alvarez2016-02-241-1/+1
| | | | Change-Id: Icb9329be4ab641ee0f151113865dc35ba23c66c0
* mason-report: sync with mason.sh to get the SHA1Pedro Alvarez2016-02-241-1/+1
| | | | Change-Id: I64f0d1de7d7e7e0329a61fb028cd7efdf418b13f
* Add migration tool for definitions version 8. Allows for explicitlyDan Firth2016-02-242-0/+229
| | | | | | | declared submodule url translation in chunks with known submodules. Updated schema to match Change-Id: I26d141940cf32810cd9045e9a3c4065e35f7c8a3
* Add multimedia-gstreamer-openmax-generic to GNOME systemJavier Jardón2016-02-241-0/+2
| | | | Change-Id: Ida199ea4723d1465b7b81a043d1ba959487411de
* Add multimedia-gstreamer-openmax-generic stratumJavier Jardón2016-02-232-0/+18
| | | | | | | | | This are the GStreamer OpenMAX IL wrapper plugins I've put this in a different stratum because it can be platform specific (for example, you can specify --with-omx-target=rpi in gst-omx) Change-Id: Ic7d998d3c323eb1876524934d93c277e7a08985d
* licensecheck.py: Update remote before checking outPedro Alvarez2016-02-231-0/+3
| | | | Change-Id: I348df2dda3df3e6d85b6b601163972ca5085ae19
* Add device-management stratum to GNOME systemsJavier Jardón2016-02-232-0/+4
| | | | Change-Id: I6faff35019b3bf630158c822fd1e98e4d981cfc0
* Upgrade Common API runtime and DBus runtime to 3.1.5Pedro Alvarez2016-02-221-4/+4
| | | | Change-Id: Ic28734564c181ba1c883ac3fa7d16618252ee114
* dbus: Upgrade to 1.10.6 with Common API patches neededPedro Alvarez2016-02-221-4/+4
| | | | Change-Id: Ice48921a2d3c0432bb93bf9de177ceeabf3d3753
* mason: Move Mason definitions clone to /wsPedro Alvarez2016-02-211-1/+3
| | | | | | | It's being created in /srv/distbuild at the moment, and mason-report.sh is cleaning that folder after every run. Change-Id: If589b07149bbaa71aacfd33efe68050deafa3620
* strata/storage-management: Fix libmtp buildJavier Jardón2016-02-202-1/+9
| | | | Change-Id: I57dd9886a4fc5d709888d5422fa0a08ac1939f07
* scripts: remove licensecheck.shPedro Alvarez2016-02-201-101/+0
| | | | Change-Id: I0597ca702251ff8b2b890707fd0d3e1a3ff5ee81
* Add python script to check licenses of a given systemPedro Alvarez2016-02-201-0/+182
| | | | | | | | | | | | | This python script will replace the previous one (scripts/licensecheck.sh) to make it work without `morph edit`. The main purpose of this script is to check licenses of the GENIVI Baseline systems, so it will ignore GPLv3 chunks given that they are stripped from these systems. https://storyboard.baserock.org/#!/story/71 Change-Id: I0c6d33163a0ace003e4b34da6a058bb88306f8a7