From 0736d7d9efd687aab8a0e55e91cc9ec6098e6076 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Wed, 26 Mar 2014 15:40:46 +0000 Subject: Add system morphology for small x86_64 devel system for a chroot --- devel-system-x86_64-chroot.morph | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 devel-system-x86_64-chroot.morph 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 -- cgit v1.2.1 From 3dcac82b6e440d77fb5e48b055ae4bfcbd20cac3 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Wed, 26 Mar 2014 15:44:48 +0000 Subject: Add system morphology for small x86_32 devel system for a chroot --- devel-system-x86_32-chroot.morph | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 devel-system-x86_32-chroot.morph 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 -- cgit v1.2.1 From 6cdd6a857cb38f23d8c66fd67a6c08ba02a7873d Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Wed, 26 Mar 2014 15:45:33 +0000 Subject: Add system morphology for small ppc64 devel system for a chroot --- devel-system-ppc64-chroot.morph | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 devel-system-ppc64-chroot.morph 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 -- cgit v1.2.1 From 54a4f5e31b18ba4f533a8c4da39b260c32693e86 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Wed, 26 Mar 2014 15:57:31 +0000 Subject: Add system morphology for a small armv7l devel system for a chroot --- devel-system-armv7-chroot.morph | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 devel-system-armv7-chroot.morph 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 -- cgit v1.2.1 From c084a227be54f94814b2b8b879025fef9cc44679 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Wed, 26 Mar 2014 15:58:35 +0000 Subject: Add system morphology for a small arm7b devel system for a chroot --- devel-system-armv7b-chroot.morph | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 devel-system-armv7b-chroot.morph 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 -- cgit v1.2.1 From cc2e44d99c74477c96ade121c0a1200e1de9522e Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Wed, 26 Mar 2014 15:59:41 +0000 Subject: Add system morphology for a small arm7lhf devel system for a chroot --- devel-system-armv7lhf-chroot.morph | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 devel-system-armv7lhf-chroot.morph 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 -- cgit v1.2.1