admin管理员组文章数量:1415673
I use Buildroot to make a Linux system for the Beaglebone Black. I configured Buildroot with the defalt configuration file. when I run "make", among other things Buildroot runs board/beagleboard/beaglebone/post-build.sh. I want to tweak this file for my needs, but I don't understand how it workes. Who calls it? What parameters it takes? Here is the script:
#!/bin/sh
BOARD_DIR="$(dirname $0)"
cp $BOARD_DIR/uEnv.txt $BINARIES_DIR/uEnv.txt
install -m 0644 -D $BOARD_DIR/extlinux.conf $BINARIES_DIR/extlinux/extlinux.conf
What are the values of BOARD_DIR and BINARIES_DIR?
I did an "echo TEST" to verfiy that script runs, and it does.
本文标签: How does postbuildsh work in BuildrootStack Overflow
版权声明:本文标题:How does post-build.sh work in Buildroot? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745240331a2649288.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论