From 2deabedb6e998d3bd96fd910617461a24a11d73b Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Wed, 9 Apr 2014 08:16:20 +0000 Subject: Move chunk morphologies into the definitions repository Actually move all the chunk morphologies into the subdirectory for the stratum containing each chunk. Also add a repo and ref field to the chunk morphologies. Any chunks which did not previously have chunk morphologies have now had a morphology generated. --- bsp-wandboard/u-boot.morph | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bsp-wandboard/u-boot.morph (limited to 'bsp-wandboard/u-boot.morph') diff --git a/bsp-wandboard/u-boot.morph b/bsp-wandboard/u-boot.morph new file mode 100644 index 00000000..0e87df45 --- /dev/null +++ b/bsp-wandboard/u-boot.morph @@ -0,0 +1,14 @@ +name: bsp-wandboard/u-boot.morph +kind: chunk +repo: upstream:u-boot +ref: fe57382d04b46c37f34cf8d3b3ad876554fd12bf +build-system: manual +build-commands: +- make tools +install-commands: +- mkdir -p "$DESTDIR$PREFIX/bin" +- install -m 755 tools/img2brec.sh "$DESTDIR$PREFIX/bin/." +- install -m 755 tools/jtagconsole "$DESTDIR$PREFIX/bin/." +- install -m 755 tools/netconsole "$DESTDIR$PREFIX/bin/." +- install -m 755 tools/mkenvimage "$DESTDIR$PREFIX/bin/." +- install -m 755 tools/mkimage "$DESTDIR$PREFIX/bin/." -- cgit v1.2.1