On Tue, Mar 23, 2021 at 2:29 PM Ross Burton <r...@burtonini.com> wrote: > > Add a few more tools to the BUILD_* list, to match the target tool list. > > Signed-off-by: Ross Burton <ross.bur...@arm.com> > --- > meta/conf/bitbake.conf | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf > index ecd4d1638e..d4bda80736 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" > +export BUILD_OBJCOPY = "${BUILD_PREFIX}objcopy" > +export BUILD_OBJDUMP = "${BUILD_PREFIX}objdump" > export BUILD_NM = "${BUILD_PREFIX}nm" > +export BUILD_READELF = "${BUILD_PREFIX}readelf"
Do these new variables need to be exported? As far as I remember a few of the BUILD_xxx variables are "official" autotools variables which some autotools packages may expect to find in the environment (although googling now doesn't find any references). If so then the rest (i.e. most of them, and certainly these newly added ones) are OE specific and only used in OE recipes and classes... and therefore don't need to be exported here. > export MAKE = "make" > EXTRA_OEMAKE = "" > -- > 2.25.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#149848): https://lists.openembedded.org/g/openembedded-core/message/149848 Mute This Topic: https://lists.openembedded.org/mt/81562047/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-