summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2013-12-03 16:57:58 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2013-12-03 16:57:58 +0000
commit2e8685ed6fc35bf62569b514929388f7df189055 (patch)
treee0ff8e6c795486a010505c088389260bf84b05dd
parent779514557a2e94483eb7fc8709386ba8432fd20b (diff)
parent8e889402bca36fb198040941e0b5d511eb626dc2 (diff)
downloaddefinitions-2e8685ed6fc35bf62569b514929388f7df189055.tar.gz
Merge branch 'baserock/pedroalvarez/power-port-clean'
Reviewed-by: Lars Wirzenius
-rw-r--r--cross-bootstrap-system-ppc64-generic.morph14
-rw-r--r--cross-bootstrap.morph10
2 files changed, 24 insertions, 0 deletions
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
diff --git a/cross-bootstrap.morph b/cross-bootstrap.morph
index 8d46e096..f84acef0 100644
--- a/cross-bootstrap.morph
+++ b/cross-bootstrap.morph
@@ -4,6 +4,10 @@ build-depends:
repo: baserock:baserock/morphs
chunks:
- build-depends: []
+ name: six
+ ref: baserock/morph
+ repo: upstream:six
+- build-depends: []
name: groff
ref: baserock/morph
repo: upstream:groff
@@ -46,9 +50,15 @@ chunks:
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