summaryrefslogtreecommitdiff
path: root/bsp-armv7-highbank.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-07-02 11:14:17 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2013-07-02 11:14:17 +0100
commit8130cc243aa5f61d13cb68063351fa06e0ccc7ec (patch)
treea864bd38f9623260263df6ec816c7f527ee61807 /bsp-armv7-highbank.morph
parentfd27b55e3942af9ab1fc5cf418e0b756badfe433 (diff)
parent1ec02fcd9546769bf120e35416950080c2d6f490 (diff)
downloadmorphs-8130cc243aa5f61d13cb68063351fa06e0ccc7ec.tar.gz
Merge branch 'baserock/richardmaw/S8258/yaml-morphologies' of git://git.baserock.org/baserock/baserock/morphs
Reivewed-by: Lars Wirzenius over IRC.
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 1a49c68..a3eaf2d 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: []