From: Ross Burton Date: Thu, 25 Mar 2021 17:39:00 +0000 (+0000) Subject: bitbake.conf: ensure BUILD_* tools match target tools X-Git-Tag: yocto-3.3~54 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=633393830aea0120c4a2a165917040223630c49d;p=openembedded-core.git bitbake.conf: ensure BUILD_* tools match target tools Add a few more tools to the BUILD_* list, to match the target tool list. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index fa88e7be4d..d87d7cafb6 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -541,7 +541,10 @@ export BUILD_AR = "${BUILD_PREFIX}ar" export BUILD_AS = "${BUILD_PREFIX}as ${BUILD_AS_ARCH}" export BUILD_RANLIB = "${BUILD_PREFIX}ranlib" export BUILD_STRIP = "${BUILD_PREFIX}strip" +BUILD_OBJCOPY = "${BUILD_PREFIX}objcopy" +BUILD_OBJDUMP = "${BUILD_PREFIX}objdump" export BUILD_NM = "${BUILD_PREFIX}nm" +BUILD_READELF = "${BUILD_PREFIX}readelf" export MAKE = "make" EXTRA_OEMAKE = ""