summaryrefslogtreecommitdiff
path: root/bsp-armv7-highbank.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 /bsp-armv7-highbank.morph
parentbb1c5872b5e73bed652240daad982b90282314f9 (diff)
downloaddefinitions-1ec02fcd9546769bf120e35416950080c2d6f490.tar.gz
Replace JSON morphologies with YAML.
Diffstat (limited to 'bsp-armv7-highbank.morph')
-rw-r--r--bsp-armv7-highbank.morph32
1 files changed, 12 insertions, 20 deletions
diff --git a/bsp-armv7-highbank.morph b/bsp-armv7-highbank.morph
index 1a49c68d..a3eaf2dc 100644
--- a/bsp-armv7-highbank.morph
+++ b/bsp-armv7-highbank.morph
@@ -1,20 +1,12 @@
-{
- "name": "bsp-armv7-highbank",
- "description": "The platform dependent components required to boot an ARM highbank board.",
- "kind": "stratum",
- "build-depends": [
- {
- "repo": "baserock:baserock/morphs",
- "ref": "master",
- "morph": "core"
- }
- ],
- "chunks": [
- {
- "name": "linux",
- "repo": "upstream:linux",
- "ref": "baserock/arm/highbank",
- "build-depends": []
- }
- ]
-}
+name: bsp-armv7-highbank
+description: The platform dependent components required to boot an ARM highbank board.
+kind: stratum
+build-depends:
+- repo: baserock:baserock/morphs
+ ref: master
+ morph: core
+chunks:
+- name: linux
+ repo: upstream:linux
+ ref: baserock/arm/highbank
+ build-depends: []