parent
8a030ccff4
commit
77085725d9
1 changed files with 6 additions and 1 deletions
|
@ -20,7 +20,6 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
touch include/stddef.h # musl hack
|
|
||||||
vsed '1itypedef unsigned long ulong;' \
|
vsed '1itypedef unsigned long ulong;' \
|
||||||
-i include/image.h \
|
-i include/image.h \
|
||||||
-i include/env.h \
|
-i include/env.h \
|
||||||
|
@ -32,6 +31,12 @@ do_configure() {
|
||||||
make ${makejobs} ${make_build_args} tools-only_defconfig
|
make ${makejobs} ${make_build_args} tools-only_defconfig
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
# skip tests for now. requires some gymnastics to make the python scripts
|
||||||
|
# find libfdt. the most useful target appears to be "make tcheck"
|
||||||
|
: ;
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
ln -sf fw_printenv tools/env/fw_setenv
|
ln -sf fw_printenv tools/env/fw_setenv
|
||||||
for x in dumpimage fdtgrep fit_check_sign fit_info gen_eth_addr \
|
for x in dumpimage fdtgrep fit_check_sign fit_info gen_eth_addr \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue