summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-05-02 15:08:01 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-05-19 16:03:54 +0100
commitbc3ea639e3ecff26383a889c602ea212a677c516 (patch)
treeb97c4d9f35232c844a76cb1af986494c3bfbd095
parent185f2edea5b687d65f0dc488b3cb95919a2a79a2 (diff)
downloaddefinitions-bc3ea639e3ecff26383a889c602ea212a677c516.tar.gz
distbuild: Add x86_32 and x86_64 systems
-rw-r--r--distbuild-system-x86_32.morph20
-rw-r--r--distbuild-system-x86_64.morph20
2 files changed, 40 insertions, 0 deletions
diff --git a/distbuild-system-x86_32.morph b/distbuild-system-x86_32.morph
new file mode 100644
index 00000000..49a7458a
--- /dev/null
+++ b/distbuild-system-x86_32.morph
@@ -0,0 +1,20 @@
+arch: x86_32
+configuration-extensions:
+- set-hostname
+- add-config-files
+- simple-network
+- nfsboot
+- install-files
+- distbuild
+- fstab
+description: Morph distributed build node for x86_32
+kind: system
+name: distbuild-system-x86_32
+strata:
+- morph: build-essential
+- morph: core
+- morph: foundation
+- morph: bsp-x86_32-generic
+- morph: tools
+- morph: nfs
+- morph: distbuild
diff --git a/distbuild-system-x86_64.morph b/distbuild-system-x86_64.morph
new file mode 100644
index 00000000..52d91626
--- /dev/null
+++ b/distbuild-system-x86_64.morph
@@ -0,0 +1,20 @@
+arch: x86_64
+configuration-extensions:
+- set-hostname
+- add-config-files
+- simple-network
+- nfsboot
+- install-files
+- distbuild
+- fstab
+description: Morph distributed build node for x86_64
+kind: system
+name: distbuild-system-x86_64
+strata:
+- morph: build-essential
+- morph: core
+- morph: foundation
+- morph: bsp-x86_64-generic
+- morph: tools
+- morph: nfs
+- morph: distbuild