[oe-commits] [openembedded-core] 27/69: ARM: handle missing thumb suffix

git at git.openembedded.org git at git.openembedded.org
Wed Mar 23 14:26:15 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit a731428059f1dc7923b50a87dac2bbdddcf60747
Author: Jens Rehsack <rehsack at gmail.com>
AuthorDate: Wed Mar 16 10:34:22 2016 +0100

    ARM: handle missing thumb suffix
    
    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.
    
    Signed-off-by: Jens Rehsack <sno at netbsd.org>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 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 4f4d7dc..81bcda3 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', ' -mcpu=arm92
 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list