diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2013-07-02 09:49:07 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2013-07-02 09:49:07 +0000 |
commit | 1ec02fcd9546769bf120e35416950080c2d6f490 (patch) | |
tree | a864bd38f9623260263df6ec816c7f527ee61807 /base-system-armv7-highbank.morph | |
parent | bb1c5872b5e73bed652240daad982b90282314f9 (diff) | |
download | definitions-1ec02fcd9546769bf120e35416950080c2d6f490.tar.gz |
Replace JSON morphologies with YAML.
Diffstat (limited to 'base-system-armv7-highbank.morph')
-rw-r--r-- | base-system-armv7-highbank.morph | 65 |
1 files changed, 27 insertions, 38 deletions
diff --git a/base-system-armv7-highbank.morph b/base-system-armv7-highbank.morph index bb9cc5bd..8df8b48f 100644 --- a/base-system-armv7-highbank.morph +++ b/base-system-armv7-highbank.morph @@ -1,38 +1,27 @@ -{ - "name": "base-system-armv7-highbank", - "description": "The set of strata required to have a minimal system for an ARM highbank 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-highbank", - "repo": "baserock:baserock/morphs", - "ref": "master" - } - ], - "configuration-extensions": [ - "set-hostname", - "ssh", - "add-config-files", - "simple-network", - "nfsboot", - "install-files" - ] -} +name: base-system-armv7-highbank +description: The set of strata required to have a minimal system for an ARM highbank + 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-highbank + repo: baserock:baserock/morphs + ref: master +configuration-extensions: +- set-hostname +- ssh +- add-config-files +- simple-network +- nfsboot +- install-files |