summaryrefslogtreecommitdiff
path: root/bsp-imx53.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-02-17 16:59:56 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-02-17 17:36:06 +0000
commit2820220193a4ba871d25b210448a4117c0854637 (patch)
tree583745f7656549f37334dad3c1bfa9cb0a65d9eb /bsp-imx53.morph
parent8c9026173ac79ddd47b80d9eefde1902f177d50f (diff)
downloaddefinitions-2820220193a4ba871d25b210448a4117c0854637.tar.gz
Re-order system and stratum morphology fields.
This is the new canonical ordering.
Diffstat (limited to 'bsp-imx53.morph')
-rw-r--r--bsp-imx53.morph14
1 files changed, 7 insertions, 7 deletions
diff --git a/bsp-imx53.morph b/bsp-imx53.morph
index f42b9ac4..3a0c71be 100644
--- a/bsp-imx53.morph
+++ b/bsp-imx53.morph
@@ -1,11 +1,11 @@
+name: bsp-imx53
+kind: stratum
+description: The platform dependent components required to boot an i.MX 53 ARM development
+ board.
build-depends:
- morph: core
chunks:
-- build-depends: []
- name: linux
- ref: baserock/morph
+- name: linux
repo: upstream:linux
-description: The platform dependent components required to boot an i.MX 53 ARM development
- board.
-kind: stratum
-name: bsp-imx53
+ ref: baserock/morph
+ build-depends: []