diff options
author | Pedro Alvarez <pedro.alvarez@codethink.co.uk> | 2013-12-03 16:57:58 +0000 |
---|---|---|
committer | Pedro Alvarez <pedro.alvarez@codethink.co.uk> | 2013-12-03 16:57:58 +0000 |
commit | 2e8685ed6fc35bf62569b514929388f7df189055 (patch) | |
tree | e0ff8e6c795486a010505c088389260bf84b05dd /cross-bootstrap-system-ppc64-generic.morph | |
parent | 779514557a2e94483eb7fc8709386ba8432fd20b (diff) | |
parent | 8e889402bca36fb198040941e0b5d511eb626dc2 (diff) | |
download | definitions-2e8685ed6fc35bf62569b514929388f7df189055.tar.gz |
Merge branch 'baserock/pedroalvarez/power-port-clean'
Reviewed-by: Lars Wirzenius
Diffstat (limited to 'cross-bootstrap-system-ppc64-generic.morph')
-rw-r--r-- | cross-bootstrap-system-ppc64-generic.morph | 14 |
1 files changed, 14 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 |