summaryrefslogtreecommitdiff
path: root/bsp-wandboard.morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-09-13 12:56:18 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-09-16 16:33:14 +0100
commit1f3cce17b4ad5e67bcbaa80ddb0d1cf2218ef313 (patch)
tree86f4cff3bb74d24a1015b87ea69f2bf01c20078d /bsp-wandboard.morph
parent1e743c59625f23ddfa91c3800f8578ae3c0d68ab (diff)
downloadmorphs-1f3cce17b4ad5e67bcbaa80ddb0d1cf2218ef313.tar.gz
Add Wandboard BSP and devel system
Most of the work done by Joe Burmeister, but changes by me.
Diffstat (limited to 'bsp-wandboard.morph')
-rw-r--r--bsp-wandboard.morph17
1 files changed, 17 insertions, 0 deletions
diff --git a/bsp-wandboard.morph b/bsp-wandboard.morph
new file mode 100644
index 0000000..0692f76
--- /dev/null
+++ b/bsp-wandboard.morph
@@ -0,0 +1,17 @@
+name: bsp-wandboard
+description: The platform dependent components required to boot an wandboard ARM board.
+kind: stratum
+build-depends:
+- repo: baserock:baserock/morphs
+ ref: master
+ morph: core
+chunks:
+- name: u-boot
+ repo: upstream:u-boot
+ ref: baserock/morph
+ build-depends: []
+- name: linux
+ repo: upstream:linux
+ ref: baserock/liw/wandboard_bsp
+ build-depends:
+ - u-boot