xref
: /
OK3568_Linux_fs
/
buildroot
/
board
/
beaglebone
/
post-build.sh
(revision 4882a59341e53eb6f0b4789bf948001014eff981)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
BOARD_DIR
=
"
$(
dirname
$
0
)
"
3
4
cp
$BOARD_DIR
/
uEnv.txt
$BINARIES_DIR
/
uEnv.txt
5