summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-03-27 11:52:28 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-03-27 11:53:54 +0000
commita3ec6dad49889e8d71aafc7d1773f930872a8107 (patch)
tree830f60786835f0435dffd7e469d8505a7f6730db
parent9fab7a0a945cde5bb8c02ea0c41fa65259abf415 (diff)
parentcc2e44d99c74477c96ade121c0a1200e1de9522e (diff)
downloaddefinitions-a3ec6dad49889e8d71aafc7d1773f930872a8107.tar.gz
Merge branch 'baserock/adamcoldrick/chroot-devel-systems-rebase'
Author: Adam Coldrick <adam.coldrick@codethink.co.uk> Reviewed by: Daniel Silverstone <daniel.silverstone@codethink.co.uk> Richard Maw <richard.maw@codethink.co.uk>
-rw-r--r--devel-system-armv7-chroot.morph16
-rw-r--r--devel-system-armv7b-chroot.morph16
-rw-r--r--devel-system-armv7lhf-chroot.morph16
-rw-r--r--devel-system-ppc64-chroot.morph17
-rw-r--r--devel-system-x86_32-chroot.morph17
-rw-r--r--devel-system-x86_64-chroot.morph17
6 files changed, 99 insertions, 0 deletions
diff --git a/devel-system-armv7-chroot.morph b/devel-system-armv7-chroot.morph
new file mode 100644
index 00000000..0ec755f8
--- /dev/null
+++ b/devel-system-armv7-chroot.morph
@@ -0,0 +1,16 @@
+arch: armv7l
+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 ARM highbank
+ architecture.
+kind: system
+name: devel-system-armv7-chroot
+strata:
+- morph: build-essential
+- morph: core
+- morph: foundation
+- morph: tools
diff --git a/devel-system-armv7b-chroot.morph b/devel-system-armv7b-chroot.morph
new file mode 100644
index 00000000..66fa0af2
--- /dev/null
+++ b/devel-system-armv7b-chroot.morph
@@ -0,0 +1,16 @@
+arch: armv7b
+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 ARMv7b
+ architecture.
+kind: system
+name: devel-system-armv7b-chroot
+strata:
+- morph: build-essential
+- morph: core
+- morph: foundation
+- morph: tools
diff --git a/devel-system-armv7lhf-chroot.morph b/devel-system-armv7lhf-chroot.morph
new file mode 100644
index 00000000..c6d5b5a2
--- /dev/null
+++ b/devel-system-armv7lhf-chroot.morph
@@ -0,0 +1,16 @@
+arch: armv7lhf
+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 ARMv7lhf
+ architecture.
+kind: system
+name: devel-system-armv7lhf-chroot
+strata:
+- morph: build-essential
+- morph: core
+- morph: foundation
+- morph: tools
diff --git a/devel-system-ppc64-chroot.morph b/devel-system-ppc64-chroot.morph
new file mode 100644
index 00000000..4b4f6b57
--- /dev/null
+++ b/devel-system-ppc64-chroot.morph
@@ -0,0 +1,17 @@
+arch: ppc64
+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 PowerPc
+ architecture.
+kind: system
+name: devel-system-ppc64-chroot
+strata:
+- morph: build-essential
+- morph: core
+- morph: foundation
+- morph: tools
+- morph: glanceclient
diff --git a/devel-system-x86_32-chroot.morph b/devel-system-x86_32-chroot.morph
new file mode 100644
index 00000000..3341b440
--- /dev/null
+++ b/devel-system-x86_32-chroot.morph
@@ -0,0 +1,17 @@
+arch: x86_32
+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 32-bit x86
+ architecture.
+kind: system
+name: devel-system-x86_32-chroot
+strata:
+- morph: build-essential
+- morph: core
+- morph: foundation
+- morph: tools
+- morph: glanceclient
diff --git a/devel-system-x86_64-chroot.morph b/devel-system-x86_64-chroot.morph
new file mode 100644
index 00000000..99ac6272
--- /dev/null
+++ b/devel-system-x86_64-chroot.morph
@@ -0,0 +1,17 @@
+arch: x86_64
+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 x86
+ architecture.
+kind: system
+name: devel-system-x86_64-chroot
+strata:
+- morph: build-essential
+- morph: core
+- morph: foundation
+- morph: tools
+- morph: glanceclient