summaryrefslogtreecommitdiff
path: root/bsp-wandboard.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-wandboard.morph
parent8c9026173ac79ddd47b80d9eefde1902f177d50f (diff)
downloaddefinitions-2820220193a4ba871d25b210448a4117c0854637.tar.gz
Re-order system and stratum morphology fields.
This is the new canonical ordering.
Diffstat (limited to 'bsp-wandboard.morph')
-rw-r--r--bsp-wandboard.morph20
1 files changed, 10 insertions, 10 deletions
diff --git a/bsp-wandboard.morph b/bsp-wandboard.morph
index 040d6335..dae8e7a3 100644
--- a/bsp-wandboard.morph
+++ b/bsp-wandboard.morph
@@ -1,15 +1,15 @@
+name: bsp-wandboard
+kind: stratum
+description: The platform dependent components required to boot an wandboard ARM board.
build-depends:
- morph: core
chunks:
-- build-depends: []
- name: u-boot
- ref: baserock/morph
+- name: u-boot
repo: upstream:u-boot
-- build-depends:
- - u-boot
- name: linux
- ref: baserock/arm/wandboard_bsp
+ ref: baserock/morph
+ build-depends: []
+- name: linux
repo: upstream:linux
-description: The platform dependent components required to boot an wandboard ARM board.
-kind: stratum
-name: bsp-wandboard
+ ref: baserock/arm/wandboard_bsp
+ build-depends:
+ - u-boot