summaryrefslogtreecommitdiff
path: root/elements/tools/u-boot.bst
blob: 85335232829c984e03ede8c860f2880812ccad91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
kind: manual
depends:
- core.bst
sources:
- kind: git
  url: upstream:u-boot
  track: baserock/morph
  ref: fe57382d04b46c37f34cf8d3b3ad876554fd12bf
config:
  build-commands:
  - make tools
  install-commands:
  - mkdir -p "%{install-root}%{prefix}/bin"
  - install -m 755 tools/img2brec.sh "%{install-root}%{prefix}/bin/."
  - install -m 755 tools/jtagconsole "%{install-root}%{prefix}/bin/."
  - install -m 755 tools/netconsole "%{install-root}%{prefix}/bin/."
  - install -m 755 tools/mkenvimage "%{install-root}%{prefix}/bin/."
  - install -m 755 tools/mkimage "%{install-root}%{prefix}/bin/."