summaryrefslogtreecommitdiff
path: root/strata/foundation.morph
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix path of rsync.morphSam Thursfield2015-03-111-1/+1
| | | | I moved the file but didn't update the stratum.
* Move rsync to 'foundation' stratumbaserock/sam/rsync-to-foundationSam Thursfield2015-03-111-0/+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.
* Do not use 'build-depends' chunk parameter when it's empthy (and change to ↵baserock/jjardon/no_build_depends_fixJavier Jardón2015-03-061-12/+0
| | | | version: 1)
* Revert "Do not use 'build-depends' chunk parameter when it's empthy (and ↵Javier Jardón2015-03-061-0/+12
| | | | | | | | 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-061-12/+0
| | | | version: 1)
* Upgrade attr version and remove DESTDIR hackPedro Alvarez2015-03-051-1/+1
| | | | | | | | | | 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'
* strata/foundation.morph: Upgrade systemd to v219Javier Jardón2015-02-191-2/+2
|
* Merge branch 'baserock/pedroalvarez/systemd-v218'Pedro Alvarez2015-02-121-2/+2
|\ | | | | | | | | Reviewed-by: Javier Jardon <jjardon@gnome.org> Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * Upgrade systemd to v218 to get bug fixesPedro Alvarez2015-02-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trove-setup uses `systemctl enable` and it wasn't working for template units (in this case the minion services). With this upgrade we fix the Trove deployments. Also some users have found some problems with the 'systemd-journald' service, which starts logging before the system mounts the '/var' subvolume. This upgrade is supposed to fix that as well. Systemd v218 had an important bug: ~ # ssh localhost Connection closed by ::1 Which was dropping this error in the systemd journal: Assertion 'canonical' failed at src/nss-myhostname/nss-myhostname.c:204, function fill_in_hostent(). Aborting. This bug was fixed upstream in the commit 3fdcecc87eb381ef300719e419d5863dd8a64a97 and it's also been included in this upgrade.
* | Merge branch 'baserock/tiagogomes/armv8l64'Tiago Gomes2015-02-121-11/+26
|\ \ | |/ |/| | | | | | | Reviewed by: * Javier Jardón <jjardon@gnome.org> * Sam Thursfield <sam.thursfield@codethink.co.uk>
| * Update to btrfs-progs v3.18.2Tiago Gomes2015-02-121-2/+17
| | | | | | | | acl and e2fsprogs are new dependencies of btrfs-progs.
| * Update to openssh 6.7Tiago Gomes2015-02-121-3/+3
| | | | | | | | | | | | The ref points to a tip which also includes the commits 37a2376 and 782fe9e, cherry-picked from the commits a2e654f and 91e7ac9 in the old repo.
| * Point fuse to a ref that builds on aarch64Tiago Gomes2015-02-121-2/+2
| |
| * Update to lzo 2.08Tiago Gomes2015-02-121-2/+2
| |
| * Update to groff 1.22.3Tiago Gomes2015-02-121-3/+3
|/
* Fix error in linux-pam when try to run sudo commandbaserock/franred/fix-pam-sudo-errorFrancisco Redondo Marchena2015-02-111-0/+1
| | | | | | | | | | sudo command in an openstack system fails with the following error message: # sudo -u neutron echo sudo: unable to initialize PAM: No such file or directory Adding the "other" file in /etc/pam.d fixes this error.
* Merge branch 'baserock/jjardon/linux_pam'Javier Jardón2015-02-101-0/+6
|\ | | | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * strata/foundation: systemd's logind needs pam to workJavier Jardón2015-02-101-0/+6
| |
* | Merge remote-tracking branch 'origin/sam/timezone-data'Sam Thursfield2015-02-101-0/+6
|\ \ | |/ |/| | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk>
| * Add time-zone-database to foundationSam Thursfield2015-02-041-0/+6
| | | | | | | | | | | | | | | | This increases the size of each system by about 3MB. It allows Baserock systems to convert local time values between different timezones, and is useful for all systems with users who want to be able to manage their system time relative to a certain timezone.
* | strata/foundation.morph: Update fuse to latest stable branch: fuse_2_9_bugfixbaserock/jjardon/more_updatesJavier Jardón2015-02-061-2/+2
| |
* | strata/foundation: Use libusb instead libusbxbaserorck/jjardon/libusbbaserock/jjardon/libusbJavier Jardón2015-02-041-11/+12
|/ | | | libusbx is now a death project as it has been merged in libusb
* strata/foundation.morph: Remove pciutils, usbutils from systemd depsbaserock/jjardon/systemd_depsJavier Jardón2014-12-101-2/+0
| | | | | systemd doesnt depend on them anymore since commit 796b06c21b62d13c9021e2fbd9c58a5c6edb2764
* Update tbdiff for branch baserock/james/add_boot_deviceSam Thursfield2014-11-211-1/+1
|
* Build systemd v217Javier Jardón2014-11-171-2/+2
|
* New version of kmod needed to compile systemdJavier Jardón2014-11-171-2/+2
|
* strata/foundation.morph: Add libgcrypt, new systemd dependencyJavier Jardón2014-11-171-0/+10
|
* strata/foundation: Make it depend on coreutils-commonJavier Jardón2014-11-111-1/+1
|
* Move coreutils to its own stratumJavier Jardón2014-11-111-6/+0
|
* Update patch to v2.7.1Pedro Alvarez2014-11-111-2/+2
|
* strata/foundation: upgrade GLibJavier Jardón2014-10-271-4/+2
|
* Update tbdiff to include branch 'sam/allow-file-migrations'Sam Thursfield2014-10-021-1/+1
|
* strata/foundation.morph: Update to latest dbus-glib (0.102)Javier Jardón2014-09-251-2/+2
|
* Move dbus-glib to foundation from genivi-foundationJavier Jardón2014-09-251-0/+7
| | | | dbus-glib is a generic component not only needed by genivi stuff
* Update tbdiff ref for system-version-manager improvementsPedro Alvarez2014-09-251-1/+1
|
* Update D-Bus to 1.8.8 stable with GENIVI IPC patchPaul Sherwood2014-09-191-4/+4
|
* Bison depends on help2manJavier Jardón2014-09-151-6/+0
| | | | | | Move help2man to core as bison depends on it; the attempt to create manpages without help2man turns from no-op to hard error since automake 1.13
* Re-organise definitions with scripts/organise-morphologies.pyGENIVI-I0.1baserock/release/GENIVI-I0.1Richard Maw2014-08-181-0/+144