summaryrefslogtreecommitdiff
path: root/strata
Commit message (Collapse)AuthorAgeFilesLines
* Do not use 'build-depends' chunk parameter when it's empthy (and change to ↵baserock/jjardon/no_build_depends_fixJavier Jardón2015-03-0691-328/+0
| | | | 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-0691-0/+328
| | | | | | | | change to version: 1)" Morph should have been updated first This reverts commit ced4ed5f7aa35b46d161c5efea972699826f09de.
* Do not use 'build-depends' chunk parameter when it's empthy (and change to ↵baserock/jjardon/no_build_dependsJavier Jardón2015-03-0691-328/+0
| | | | version: 1)
* strata/build-essential: Update busybox to latest (1.23.1)baserock/jjardon/busybox_1_23_1Javier Jardón2015-03-061-4/+4
|
* 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.
* 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
|
* Upgrade persistence-client-library to v1.0.0Pedro Alvarez2015-03-062-10/+18
|
* Add persistence-administrator and dependenciesPedro Alvarez2015-03-064-0/+41
|
* 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/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
| |
* | Fix openstack-common dependencybaserock/franred/fix-openstack-chunk-duplicityFrancisco Redondo Marchena2015-03-031-1/+1
| |
* | Remove duplicated chunks in openstack-{common,clients}Francisco Redondo Marchena2015-03-031-13/+0
| |
* | Remove argparse chunk because is included in python packageFrancisco Redondo Marchena2015-03-031-8/+1
| |
* | Move python duplicated chunk to python-commonFrancisco Redondo Marchena2015-03-035-47/+20
| |
* | Add openstack-common and update openstack-clientsFrancisco Redondo Marchena2015-03-033-77/+220
| | | | | | | | | | | | openstack-common is a stratum with common packages between the openstack clients and servers. update the clients to work with Juno tag 2014.2.1
* | Update Morph for branch sam/fewer-submodule-updatesSam Thursfield2015-03-031-1/+1
| |
* | Install ebtables in /usr/sbinPedro Alvarez2015-03-021-1/+1
| |
* | Upgrade ebtables to latest commit on master.Pedro Alvarez2015-03-021-1/+1
| | | | | | | | | | | | This verion fixes problems when building ebtables after we upgraded linux-api-headers. See ebtables commit for more info.
* | Merge branch 'baserock/sam/lorry-controller-stratum'Sam Thursfield2015-03-023-6/+16
|\ \ | | | | | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * | Move lorry-controller into its own stratumSam Thursfield2015-03-023-6/+16
| | | | | | | | | | | | | | | | | | This allows using it separately from Trove. I want to use it in the gerrit.baserock.org system to handle mirroring from git.baserock.org, at least initially.
* | | Merge branch 'baserock/sam/armhf-abi-compat'Sam Thursfield2015-03-021-0/+6
|\ \ \ | |/ / |/| | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Richard Dale <richard.dale@codethink.co.uk>
| * | Add a compatibility symlink for /lib/ld-linux.so.3 on ARMv7 hard-floatSam Thursfield2015-02-271-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Morph's cache key algorithm doesn't yet take into account the fact that bootstrap chunks use files from the host system. While we are careful in the Baserock reference system definitions to minimise the number of components from the host system that it uses, the GNU C Library is pretty much unavoidable. Until we make the cache key algorithm more comprehensive, we need to ensure that the bootstrap-mode chunks from build-essential will indeed run on all versions of Baserock 'build' and 'devel' reference systems. Otherwise cached artifacts built on one system will randomly break for other people using different systems. This commit fixes one such breakage, which was due to the name of the GLIBC dynamic loader (ld.so) changing on ARMv7 hard-float platforms.
* | | Force pycrypto to use python-distutils build systembaserock/pedroalvarez/pycrypto-fix-morphologyPedro Alvarez2015-03-022-1/+4
| | |
* | | Install 'Image' in the /boot directoryTiago Gomes2015-02-271-0/+1
| | |
* | | Rename the Linux chunk morph for the armv8l64 BSPEdward Cragg2015-02-272-1/+1
| | |
* | | Merge branch 'baserock/simonhoinkis/cross-bootstrap-update'Sam Thursfield2015-02-275-77/+0
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * | | Clean up the Morph chunks in cross-bootstrapSimon Hoinkis2015-02-255-77/+0
| | |/ | |/| | | | | | | and include morph-utils instead
* | | Install the systemd unit included with memcached sourcePatrick Darley2015-02-271-0/+13
| | | | | | | | | | | | and add a default config file where the systemd unit expects
* | | Install systemd unit provided with rsyncPatrick Darley2015-02-271-0/+3
| |/ |/|
* | Update Morph for ref sam/disable-new-btrfs-featuresSam Thursfield2015-02-271-1/+1
| |
* | Merge remote-tracking branch 'write/baserock/sam/add-ext4-progs'Sam Thursfield2015-02-271-2/+3
|\ \ | | | | | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk>
| * | Install e2fsprogs binaries such as mkfs.ext* and fsck.ext*Sam Thursfield2015-02-251-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 57ce68fea03e8985888ab2a875f5efbc79d7b07a changed the install command from `make install` to `make install-libs`. Since then systems have been missing mkfs.ext4 and other important tools. Also, don't disable fsck.ext*. No other component provides these programs, and they are needed to check for disk errors on 'ext' formatted disks.
* | | Move Ansible dependencies to python-common.morphPedro Alvarez2015-02-272-33/+37
| | | | | | | | | | | | | | | This dependencies are needed for some Openstack components, and this will avoid duplication once this work is done.
* | | Upgrade Ansible to v1.8.4 and dependenciesPedro Alvarez2015-02-272-10/+27
| | |
* | | xstatic needs python-corePedro Alvarez2015-02-261-0/+1
| | |
* | | Python-core needed in apache-httpd for mod_wsgi-metricsPedro Alvarez2015-02-261-0/+1
| | |
* | | Python-core is needed in databases to build python-memcachedPedro Alvarez2015-02-261-0/+1
| | |
* | | Add python-core to ansible stratumFrancisco Redondo Marchena2015-02-261-0/+1
| | | | | | | | | | | | | | | markupsafe needs setuptools to compile and it got moved to python-core, so ansible build-depends on python-core.
* | | Move sgdisk morph file to correct location (chef stratum)baserock/jjardon/core_cleanupJavier Jardón2015-02-262-1/+1
| | |
* | | strata/chef/libpopt: Use default autotools commands instead hardcode themJavier Jardón2015-02-261-5/+1
| | |
* | | Move libopt morph file to correct location (chef stratum)Javier Jardón2015-02-262-1/+1
| | |