summaryrefslogtreecommitdiff
path: root/devel-system-x86_32-generic.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-07-02 09:49:07 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-07-02 09:49:07 +0000
commit1ec02fcd9546769bf120e35416950080c2d6f490 (patch)
treea864bd38f9623260263df6ec816c7f527ee61807 /devel-system-x86_32-generic.morph
parentbb1c5872b5e73bed652240daad982b90282314f9 (diff)
downloaddefinitions-1ec02fcd9546769bf120e35416950080c2d6f490.tar.gz
Replace JSON morphologies with YAML.
Diffstat (limited to 'devel-system-x86_32-generic.morph')
-rw-r--r--devel-system-x86_32-generic.morph73
1 files changed, 30 insertions, 43 deletions
diff --git a/devel-system-x86_32-generic.morph b/devel-system-x86_32-generic.morph
index 91735fba..a8c9e12e 100644
--- a/devel-system-x86_32-generic.morph
+++ b/devel-system-x86_32-generic.morph
@@ -1,43 +1,30 @@
-{
- "name": "devel-system-x86_32-generic",
- "description": "A system that is able to build other systems based on the 32-bit x86 architecture.",
- "kind": "system",
- "system-kind": "rootfs-tarball",
- "arch": "x86_32",
- "disk-size": "2G",
- "strata": [
- {
- "morph": "build-essential",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "core",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "foundation",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "bsp-x86_32-generic",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "tools",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- }
- ],
- "configuration-extensions": [
- "set-hostname",
- "ssh",
- "add-config-files",
- "simple-network",
- "nfsboot",
- "install-files"
- ]
-}
+name: devel-system-x86_32-generic
+description: A system that is able to build other systems based on the 32-bit x86
+ architecture.
+kind: system
+system-kind: rootfs-tarball
+arch: x86_32
+disk-size: 2G
+strata:
+- morph: build-essential
+ repo: baserock:baserock/morphs
+ ref: master
+- morph: core
+ repo: baserock:baserock/morphs
+ ref: master
+- morph: foundation
+ repo: baserock:baserock/morphs
+ ref: master
+- morph: bsp-x86_32-generic
+ repo: baserock:baserock/morphs
+ ref: master
+- morph: tools
+ repo: baserock:baserock/morphs
+ ref: master
+configuration-extensions:
+- set-hostname
+- ssh
+- add-config-files
+- simple-network
+- nfsboot
+- install-files