On Tue, Oct 13, 2015 at 10:37:47PM +0200, Jens Rehsack wrote: > > When enabling tune for arm926ejs, poky optionally appends suffixes for > thumb and dsp support. Since sometimes arm926ejse (ARM code) and sometime > arm926ejste (thumb code) is used in PACKAGE_ARCH, allow both.
LGTM > > Signed-off-by: Jens Rehsack <[email protected]> > --- > meta/conf/machine/include/tune-arm926ejs.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/conf/machine/include/tune-arm926ejs.inc > b/meta/conf/machine/include/tune-arm926ejs.inc > index 335e4e0..a310c9d 100644 > --- a/meta/conf/machine/include/tune-arm926ejs.inc > +++ b/meta/conf/machine/include/tune-arm926ejs.inc > @@ -8,4 +8,4 @@ TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", > "arm926ejs", " -mtune=arm9 > AVAILTUNES += "arm926ejs" > ARMPKGARCH_tune-arm926ejs = "arm926ejs" > TUNE_FEATURES_tune-arm926ejs = "${TUNE_FEATURES_tune-armv5te} arm926ejs" > -PACKAGE_EXTRA_ARCHS_tune-arm926ejs = "${PACKAGE_EXTRA_ARCHS_tune-armv5te} > arm926ejste" > +PACKAGE_EXTRA_ARCHS_tune-arm926ejs = "${PACKAGE_EXTRA_ARCHS_tune-armv5te} > arm926ejste arm926ejse" > -- > 1.9.1 > > -- > Jens Rehsack - [email protected] > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
