From 1d0b420e86100e156ac2270ae48ed7e4d964f16c Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Fri, 27 Feb 2015 09:00:16 +0000 Subject: 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 --- systems/cross-bootstrap-system-ppc64-generic.morph | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'systems/cross-bootstrap-system-ppc64-generic.morph') diff --git a/systems/cross-bootstrap-system-ppc64-generic.morph b/systems/cross-bootstrap-system-ppc64-generic.morph index 9d736f94..56ce889c 100644 --- a/systems/cross-bootstrap-system-ppc64-generic.morph +++ b/systems/cross-bootstrap-system-ppc64-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 -- cgit v1.2.1