From 0c83d4b19c89942f3a39d1df2063fbf379262144 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Wed, 23 Jul 2014 13:48:18 +0000 Subject: mips64 system morphs --- cross-bootstrap-system-mips64-generic.morph | 9 +++++++++ devel-system-mips64-chroot.morph | 17 +++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 cross-bootstrap-system-mips64-generic.morph create mode 100644 devel-system-mips64-chroot.morph diff --git a/cross-bootstrap-system-mips64-generic.morph b/cross-bootstrap-system-mips64-generic.morph new file mode 100644 index 00000000..117eb515 --- /dev/null +++ b/cross-bootstrap-system-mips64-generic.morph @@ -0,0 +1,9 @@ +arch: mips64 +description: A system that produces the minimum needed to build a devel system +kind: system +name: cross-bootstrap-system-mips64-generic +strata: +- morph: build-essential +- morph: core +- morph: cross-bootstrap + diff --git a/devel-system-mips64-chroot.morph b/devel-system-mips64-chroot.morph new file mode 100644 index 00000000..b7faa667 --- /dev/null +++ b/devel-system-mips64-chroot.morph @@ -0,0 +1,17 @@ +arch: mips64 +configuration-extensions: +- set-hostname +- add-config-files +- simple-network +- nfsboot +- install-files +description: A system that is able to build other systems based on the 64-bit MIPS + architecture. +kind: system +name: devel-system-mips64-chroot +strata: +- morph: build-essential +- morph: core +- morph: foundation +- morph: tools +- morph: openstack-clients -- cgit v1.2.1