name: cross-bootstrap-system-ppc64-generic kind: assemblage description: A system that produces the minimum needed to build a devel system contents: - name: build-essential morph: strata/build-essential.morph build-depends: [] - name: core morph: strata/core.morph build-depends: - build-essential - name: python2-core morph: strata/python2-core.morph include-mode: build-time build-depends: - build-essential - core - name: tools morph: strata/tools.morph include-mode: build-time build-depends: - build-essential - core - name: coreutils-common morph: strata/coreutils-common.morph include-mode: build-time build-depends: - build-essential - core - name: python-cliapp morph: strata/python-cliapp.morph build-depends: - build-essential - core - python2-core - name: pcre-utils morph: strata/pcre-utils.morph build-depends: - build-essential - core - tools - name: cross-bootstrap morph: strata/cross-bootstrap.morph build-depends: - build-essential - core - python2-core - name: foundation morph: strata/foundation.morph include-mode: build-time build-depends: - build-essential - core - coreutils-common - name: python-wsgi morph: strata/python-wsgi.morph include-mode: build-time build-depends: - build-essential - core - python2-core - name: glib-common morph: strata/glib-common.morph build-depends: - build-essential - core - pcre-utils - python2-core - tools - name: python-pygobject morph: strata/python-pygobject.morph build-depends: - build-essential - core - glib-common - pcre-utils - python2-core - tools - name: libsoup-common morph: strata/libsoup-common.morph build-depends: - build-essential - core - glib-common - pcre-utils - python2-core - tools - name: ostree-core morph: strata/ostree-core.morph build-depends: - build-essential - core - coreutils-common - foundation - glib-common - libsoup-common - pcre-utils - python2-core - tools - name: morph-utils morph: strata/morph-utils.morph build-depends: - build-essential - core - coreutils-common - foundation - glib-common - libsoup-common - ostree-core - pcre-utils - python-cliapp - python-pygobject - python-wsgi - python2-core - tools