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/cross-bootstrap-system-armv8b64-generic.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/cross-bootstrap-system-armv8b64-generic.morph')
-rw-r--r-- | systems/cross-bootstrap-system-armv8b64-generic.morph | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/systems/cross-bootstrap-system-armv8b64-generic.morph b/systems/cross-bootstrap-system-armv8b64-generic.morph index ed2cbc89..a146a1f6 100644 --- a/systems/cross-bootstrap-system-armv8b64-generic.morph +++ b/systems/cross-bootstrap-system-armv8b64-generic.morph @@ -7,8 +7,18 @@ strata: morph: strata/build-essential.morph - name: core morph: strata/core.morph +- name: foundation + morph: strata/foundation.morph - name: python-cliapp morph: strata/python-cliapp.morph +- name: python-core + morph: strata/python-cliapp.morph +- name: python-pygobject + morph: strata/python-pygobject.morph +- name: libsoup-common + morph: strata/libsoup-common.morph +- name: ostree-core + morph: strata/ostree-core.morph - name: morph-utils morph: strata/morph-utils.morph - name: cross-bootstrap |