diff options
author | Adam Coldrick <adam.coldrick@codethink.co.uk> | 2015-02-27 09:00:16 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2015-04-23 11:34:14 +0000 |
commit | 1d0b420e86100e156ac2270ae48ed7e4d964f16c (patch) | |
tree | cfc24d6ea45151482f7e021b83b95458f1fe4a26 /systems/devel-system-armv7lhf-highbank.morph | |
parent | 71b0af69e6c0c150306c0d276fbc61fd518b8e04 (diff) | |
download | definitions-1d0b420e86100e156ac2270ae48ed7e4d964f16c.tar.gz |
Add an ostree-core stratum
This will be used by future versions of Morph.
By adding OSTree to the cross-bootstrap systems we have significantly
increased the size and complexity of them. Some of this can be reduced:
OStree doesn't actually depend on all of 'foundation', just 'glib'.
Change-Id: I89403bf4625178e6f887402b5817f6a727cfcf97
Diffstat (limited to 'systems/devel-system-armv7lhf-highbank.morph')
-rw-r--r-- | systems/devel-system-armv7lhf-highbank.morph | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/systems/devel-system-armv7lhf-highbank.morph b/systems/devel-system-armv7lhf-highbank.morph index f910ad92..d793a122 100644 --- a/systems/devel-system-armv7lhf-highbank.morph +++ b/systems/devel-system-armv7lhf-highbank.morph @@ -51,6 +51,10 @@ strata: morph: strata/ansible.morph - name: swift morph: strata/swift.morph +- name: libsoup-common + morph: strata/libsoup-common.morph +- name: ostree-core + morph: strata/ostree-core.morph configuration-extensions: - set-hostname - add-config-files |