summaryrefslogtreecommitdiff
path: root/base-system-armv7-versatile.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 /base-system-armv7-versatile.morph
parentbb1c5872b5e73bed652240daad982b90282314f9 (diff)
downloaddefinitions-1ec02fcd9546769bf120e35416950080c2d6f490.tar.gz
Replace JSON morphologies with YAML.
Diffstat (limited to 'base-system-armv7-versatile.morph')
-rw-r--r--base-system-armv7-versatile.morph65
1 files changed, 27 insertions, 38 deletions
diff --git a/base-system-armv7-versatile.morph b/base-system-armv7-versatile.morph
index 759d8845..6600cc61 100644
--- a/base-system-armv7-versatile.morph
+++ b/base-system-armv7-versatile.morph
@@ -1,38 +1,27 @@
-{
- "name": "base-system-armv7-versatile",
- "description": "The set of strata required to have a minimal system for an ARM versatile system.",
- "kind": "system",
- "system-kind": "rootfs-tarball",
- "arch": "armv7",
- "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-armv7-versatile",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- }
- ],
- "configuration-extensions": [
- "set-hostname",
- "ssh",
- "add-config-files",
- "simple-network",
- "nfsboot",
- "install-files"
- ]
-}
+name: base-system-armv7-versatile
+description: The set of strata required to have a minimal system for an ARM versatile
+ system.
+kind: system
+system-kind: rootfs-tarball
+arch: armv7
+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-armv7-versatile
+ repo: baserock:baserock/morphs
+ ref: master
+configuration-extensions:
+- set-hostname
+- ssh
+- add-config-files
+- simple-network
+- nfsboot
+- install-files