From 1f3cce17b4ad5e67bcbaa80ddb0d1cf2218ef313 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 13 Sep 2013 12:56:18 +0000 Subject: Add Wandboard BSP and devel system Most of the work done by Joe Burmeister, but changes by me. --- bsp-wandboard.morph | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bsp-wandboard.morph (limited to 'bsp-wandboard.morph') 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 -- cgit v1.2.1