summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update the cmake version in the core stratum to v3.2.1baserock/rdale/update-cmakeRichard Dale2015-03-181-2/+2
|
* Merge branch 'baserock/franred/move-lxml-to-python-core'Francisco Redondo Marchena2015-03-174-15/+20
|\ | | | | | | | | Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk>
| * Update libxsltFrancisco Redondo Marchena2015-03-171-2/+2
| | | | | | | | | | | | This updates libxslt to the latest commit in master because the latest stable release (v1.1.28) is 2 years old and master is 5 months old. This assumes that master is stable enough for using this commit.
| * Update python-lxml and move it to python-core stratumFrancisco Redondo Marchena2015-03-174-15/+20
|/ | | | | | | | This moves python-lxml to python-core to avoid duplication of chunks in strata when the openstack-services strata is merged into definition master. lxslt has been moved to core.morph because is a very common dependency and is a requirement for python-lxml.
* Update Morph for ref jjardon/simple-network-networkd2Sam Thursfield2015-03-171-1/+1
| | | | Change-Id: I90345c467c397081d15be4f5e4f3d3c22b8bfbbf
* baserock-import needs morphlib (morph-utils) to buildSam Thursfield2015-03-131-1/+1
|
* lorry-controller needs python-uwsgiSam Thursfield2015-03-131-0/+1
|
* Move 'bottle' and 'flup' into separate python-wsgi moduleSam Thursfield2015-03-1332-10/+76
| | | | | | | | The lorry-controller webapp uses these, as well as morph-cache-server. In order to use lorry-controller in systems that don't contain Morph, we need them to be in a separate stratum. Change-Id: Ie187c0b506d12ed5e5f8f8ce4a4b91834bf29fe5
* Merge "Move cliapp into its own 'python-cliapp' stratum"Sam Thursfield2015-03-1340-27/+98
|\
| * Move cliapp into its own 'python-cliapp' stratumSam Thursfield2015-03-1240-27/+98
| | | | | | | | | | | | | | This allows us to have a system with Lorry and Lorry Controller but without Morph. Change-Id: I5164237601d0ff028834c674274f13b6e1f315c9
* | Merge branch 'baserock/rdale/fhs-remove-ld-so-conf'Richard Dale2015-03-124-2/+17
|\ \ | | | | | | | | | | | | Reviewed-By: javier.jardon@codethink.co.uk Reviewed-By: pedro.alvarez@codethink.co.uk
| * | Create /etc/ld.so.conf in glibc chunks, as it is glibc specificRichard Dale2015-03-124-2/+17
|/ /
* | Merge branch 'baserock/pedroalvarez/fix-non-gbo-repo'Pedro Alvarez2015-03-111-1/+1
|\ \ | |/ |/| | | | | Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk> Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk>
| * Fix repo not pointing to git.baserock.orgPedro Alvarez2015-03-111-1/+1
|/
* Update lorry-controller for branches:Sam Thursfield2015-03-111-1/+1
| | | | | - sam/gerrit-support - sam/ignore-globs
* Merge branch 'baserock/pedroalvarez/strip-rsync'Pedro Alvarez2015-03-112-0/+2
|\ | | | | | | | | Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * Include rsync as GPL3 chunkPedro Alvarez2015-03-112-0/+2
|/
* Fix path of rsync.morphSam Thursfield2015-03-111-1/+1
| | | | I moved the file but didn't update the stratum.
* Merge branch 'baserock/sam/rsync-to-foundation'Sam Thursfield2015-03-113-5/+5
|\ | | | | | | | | Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk> Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * Move rsync to 'foundation' stratumbaserock/sam/rsync-to-foundationSam Thursfield2015-03-113-5/+5
| | | | | | | | | | Our default upgrade process requires 'rsync'. So it needs to be in all systems, not just those that happen to contain the 'tools' stratum.
* | Update Morph for branch sam/distbuild-build-logsSam Thursfield2015-03-111-1/+1
|/
* Fix upgrade version of MorphPedro Alvarez2015-03-071-1/+1
| | | | | | | | | | We wanted to upgrade Morph to use latest master, and because of an human error of a Friday evening we used the sha1 of master of definitions.git instead of master of morph.git in the commit c3586f5c01937e19ed1b4a4ea7f195b5045e9201. Given that I gave a +2 for upgrading Morph to latest master, I'm merging this change without sending it for review.
* Merge branch 'baserock/jjardon/no_build_depends_fix'Javier Jardón2015-03-0692-330/+2
|\ | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
| * Do not use 'build-depends' chunk parameter when it's empthy (and change to ↵baserock/jjardon/no_build_depends_fixJavier Jardón2015-03-0692-329/+1
| | | | | | | | version: 1)
| * Update morph to support version 1 definitions formatbaserock/pedroalvarez/v1updateJavier Jardón2015-03-061-1/+1
|/
* Revert "Do not use 'build-depends' chunk parameter when it's empthy (and ↵Javier Jardón2015-03-0692-1/+329
| | | | | | | | change to version: 1)" Morph should have been updated first This reverts commit ced4ed5f7aa35b46d161c5efea972699826f09de.
* Merge branch 'baserock/jjardon/no_build_depends'Javier Jardón2015-03-0692-329/+1
|\ | | | | | | | | Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk> Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
| * Do not use 'build-depends' chunk parameter when it's empthy (and change to ↵baserock/jjardon/no_build_dependsJavier Jardón2015-03-0692-329/+1
|/ | | | version: 1)
* Merge branch 'baserock/jjardon/busybox_1_23_1'Javier Jardón2015-03-061-4/+4
|\ | | | | | | | | Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk> Reviewed-By: Richard Dale <richard.dale@codethink.co.uk>
| * strata/build-essential: Update busybox to latest (1.23.1)baserock/jjardon/busybox_1_23_1Javier Jardón2015-03-061-4/+4
|/
* Merge branch 'baserock/pedroalvarez/upgrade-morph-version'baserock-15.10baserock/release/baserock-15.10Pedro Alvarez2015-03-061-1/+1
|\ | | | | | | | | Reviewed-By: Richard Ipsum <richard.ipsum@codethink.co.uk> Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk>
| * Use latest morphbaserock/pedroalvarez/upgrade-morph-versionPedro Alvarez2015-03-061-1/+1
|/
* Fix merge 6f6ae875a9026949d8c143c54b2dd39fe7280cb3Pedro Alvarez2015-03-061-4/+4
| | | | | I forgot to change personal branches for non-personal ones when doing this merge.
* Merge branch 'baserock/pedroalvarez/genivi-jupiter2'Pedro Alvarez2015-03-069-2/+71
|\ | | | | | | | | Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk> Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk>
| * Install systemd units in DLT-daemonbaserock/pedroalvarez/genivi-jupiter2Pedro Alvarez2015-03-062-0/+6
| |
| * Add node-health-monitor to genivi.morphPedro Alvarez2015-03-061-0/+8
| |
| * Add x-common to the genivi systemsPedro Alvarez2015-03-063-0/+6
| |
| * Upgrade persistence-client-library to v1.0.0Pedro Alvarez2015-03-062-10/+18
| |
| * Add persistence-administrator and dependenciesPedro Alvarez2015-03-064-0/+41
|/
* Merge branch 'baserock/pedroalvarez/attr-common-api-fixes'Pedro Alvarez2015-03-055-11/+27
|\ | | | | | | | | Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * Upgrade attr version and remove DESTDIR hackPedro Alvarez2015-03-052-11/+15
| | | | | | | | | | | | | | | | | | | | This chunk was installing things in $DESTDIR$DESTDIR. For some reason when creating the artifact morph ignores this error and creates the artifact successfully, but some paths in files installed by attr were wrong because they were including $DESTDIR on it: # grep attr.inst /usr/lib*/libattr.la libdir='/attr.inst/usr/lib64'
| * Fix builds of genivi-common-api componentsPedro Alvarez2015-03-053-0/+12
|/ | | | | | | | | Running `autoreconf -ivf` will generate some files needed for ./configure in the build-aux folder. But ./configure needs them in the same folder. The workaround is generate a symlink 'build-aux -> .' so the files generated will end up next to the configure script.
* Merge branch 'baserock/richardipsum/put-units-in-usr-lib-v2'Richard Ipsum2015-03-052-2/+2
|\ | | | | | | | | | | Reviewed by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> Sam Thursfield <sam.thursfield@codethink.co.uk>
| * Put memcached unit in /usr/lib/systemd/systembaserock/richardipsum/put-units-in-usr-lib-v2Richard Ipsum2015-03-051-1/+1
| | | | | | | | Units of installed packages should go in /usr/lib, /etc is for local config
| * Put the rsync unit in /usr/lib/systemd/systemRichard Ipsum2015-03-051-1/+1
| | | | | | | | Units of installed packages should go in /usr/lib, /etc is for local config
* | Merge branch 'baserock/jjardon/version_file'Javier Jardón2015-03-041-0/+1
|\ \ | | | | | | | | | Reviewed-By: Richard Maw <richard.maw@gmail.com>
| * | Add VERSION filebaserock/jjardon/version_fileJavier Jardón2015-03-041-0/+1
|/ / | | | | | | | | | | | | | | Morph now support reading this file to check what version of the format is being used in a specific definitions set. This will allow changes in the format of definitions without breaking compatibility
* | Merge branch 'baserock/richardmaw/shrink-initramfs'Richard Maw2015-03-044-4/+32
|\ \ | |/ |/| | | | | Reviewed-by: Sam Thursfield Reviewed-by: Pedro Alvarez
| * Put syslinux header files in syslinux-develbaserock/richardmaw/shrink-initramfsRichard Maw2015-02-253-4/+16
| | | | | | | | | | | | | | It puts headers for building com32 binaries in a different path, presumably because they're not for building normal libraries, so putting them in the search paths for normal libraries would just cause conflicts.
| * gcc.morph: Define splitting rulesRichard Maw2015-02-251-0/+16
| |