Upstream says that the right way to build a target binary of the env
tools is to pass in HOSTCC=your-cross-cc. Bump the PR in u-boot_git.bb
to fix as many easily fixable ones as possible, but other platforms
may have been shipping bad binaries (since we had skipped testing
on this package due to GNU_HASH issues when built for the target).
Signed-off-by: Tom Rini <tom_rini@mentor.com>
unset CFLAGS
unset CPPFLAGS
oe_runmake all
- oe_runmake tools env
+ oe_runmake tools env HOSTCC="${CC}"
}
do_install () {
require u-boot.inc
-PR ="r71"
+PR = "r72"
FILESPATHPKG =. "u-boot-git:"
oe_runmake MPC8536DS_SPIFLASH_config
oe_runmake all
mv u-boot.bin u-boot-spiflash.bin
- oe_runmake tools env
+ oe_runmake tools env HOSTCC="${CC}"
}
do_deploy_calamari () {