summaryrefslogtreecommitdiff
path: root/strata/bsp-armv7l-altera-socfpga-devkit/u-boot-tools@socfpga-devkit.morph
blob: f7d3f7cb544f1c65308eac5ecf94ba1c3b514fbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: u-boot-tools@socfpga-devkit
kind: chunk
configure-commands:
- git status
- make ARCH=arm socfpga_cyclone5_config
build-commands:
- make ARCH=arm 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/."