repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python-dataproperty: bump version to 0.17.0
[buildroot-gz.git]
/
board
/
wandboard
/
post-build.sh
blob
07c480e616cfffae4ef90940b774128ae2c17100
1
#!/bin/sh
2
3
BOARD_DIR
=
"$(dirname
$0
)"
4
5
$HOST_DIR
/
usr
/
bin
/
mkimage
-A
arm
-O
linux
-T
script
-C
none \
6
-n
"boot script"
-d
$BOARD_DIR
/
boot.scr.txt
$BOARD_DIR
/
boot.scr
7
8
install
-m
0644
-D
$BOARD_DIR
/
boot.scr
$TARGET_DIR
/
boot
/
boot.scr