summaryrefslogtreecommitdiff
path: root/chunks/bsp-wandboard-u-boot.morph
blob: 8e6de167b8df5174d162b286938e8f7f195a0398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: u-boot
kind: chunk
repo: upstream:u-boot
ref: fe57382d04b46c37f34cf8d3b3ad876554fd12bf
unpetrify-ref: baserock/morph
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/."