summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Kendrick <rob.kendrick@codethink.co.uk>2014-07-23 13:48:18 +0000
committerRob Kendrick <rob.kendrick@codethink.co.uk>2014-07-23 13:48:18 +0000
commit0c83d4b19c89942f3a39d1df2063fbf379262144 (patch)
treeaf83c3ff1b4653e600c25067f33bbd90ecab7f9a
parentee9e1807b5b3366133a1acfa945e362ba5136d16 (diff)
downloaddefinitions-0c83d4b19c89942f3a39d1df2063fbf379262144.tar.gz
mips64 system morphs
-rw-r--r--cross-bootstrap-system-mips64-generic.morph9
-rw-r--r--devel-system-mips64-chroot.morph17
2 files changed, 26 insertions, 0 deletions
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