From ebbf41e20293eebab1828d192ae4da767c7fe403 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 3 Dec 2013 14:32:02 +0000 Subject: Adding pyfilesystem in cross-bootstrap stratum --- cross-bootstrap.morph | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cross-bootstrap.morph b/cross-bootstrap.morph index 8d46e096..f84acef0 100644 --- a/cross-bootstrap.morph +++ b/cross-bootstrap.morph @@ -3,6 +3,10 @@ build-depends: ref: master repo: baserock:baserock/morphs chunks: +- build-depends: [] + name: six + ref: baserock/morph + repo: upstream:six - build-depends: [] name: groff ref: baserock/morph @@ -45,10 +49,16 @@ chunks: name: linux-user-chroot ref: baserock/morph repo: upstream:linux-user-chroot +- build-depends: + - six + name: pyfilesystem + ref: baserock/morph + repo: upstream:pyfilesystem - build-depends: - cliapp - cmdtest - python-coverage-test-runner + - pyfilesystem name: morph ref: master repo: baserock:baserock/morph -- cgit v1.2.1 From 8e889402bca36fb198040941e0b5d511eb626dc2 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 3 Dec 2013 14:42:47 +0000 Subject: Add cross-bootstrap system for ppc64 --- cross-bootstrap-system-ppc64-generic.morph | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cross-bootstrap-system-ppc64-generic.morph diff --git a/cross-bootstrap-system-ppc64-generic.morph b/cross-bootstrap-system-ppc64-generic.morph new file mode 100644 index 00000000..279ed27f --- /dev/null +++ b/cross-bootstrap-system-ppc64-generic.morph @@ -0,0 +1,14 @@ +arch: ppc64 +description: A system that produces the minimum needed to build a devel system +kind: system +name: cross-bootstrap-system-ppc64-generic +strata: +- morph: build-essential + ref: master + repo: baserock:baserock/morphs +- morph: core + ref: master + repo: baserock:baserock/morphs +- morph: cross-bootstrap + ref: master + repo: baserock:baserock/morphs -- cgit v1.2.1