summaryrefslogtreecommitdiff
path: root/bsp-imx53.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-imx53.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-imx53.morph')
-rw-r--r--bsp-imx53.morph33
1 files changed, 13 insertions, 20 deletions
diff --git a/bsp-imx53.morph b/bsp-imx53.morph
index d8c668d..99dc3ff 100644
--- a/bsp-imx53.morph
+++ b/bsp-imx53.morph
@@ -1,20 +1,13 @@
-{
- "name": "bsp-imx53",
- "description": "The platform dependent components required to boot an i.MX 53 ARM development board.",
- "kind": "stratum",
- "build-depends": [
- {
- "repo": "baserock:baserock/morphs",
- "ref": "master",
- "morph": "core"
- }
- ],
- "chunks": [
- {
- "name": "linux",
- "repo": "upstream:linux",
- "ref": "baserock/morph",
- "build-depends": []
- }
- ]
-}
+name: bsp-imx53
+description: The platform dependent components required to boot an i.MX 53 ARM development
+ board.
+kind: stratum
+build-depends:
+- repo: baserock:baserock/morphs
+ ref: master
+ morph: core
+chunks:
+- name: linux
+ repo: upstream:linux
+ ref: baserock/morph
+ build-depends: []