Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH RESEND 1/4] ARM: handle missing thumb suffix
@ 2016-03-16  9:34 Jens Rehsack
  2016-03-16  9:52 ` Martin Jansa
  2016-03-16 12:20 ` Phil Blundell
  0 siblings, 2 replies; 5+ messages in thread
From: Jens Rehsack @ 2016-03-16  9:34 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Otavio Salvador

[-- Attachment #1: Type: text/plain, Size: 1325 bytes --]

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@netbsd.org>
---
 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"
--
2.6.3

Please apply this one to OE-Core - it has been discussed completely (see http://patchwork.openembedded.org/patch/105231/).
@Otavio: Ross gave me the hint to ask you for ACK'ing - if possible (please don't, if it hurts).

Cheers
--
Jens Rehsack - rehsack@gmail.com


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 859 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-03-16 13:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-16  9:34 [PATCH RESEND 1/4] ARM: handle missing thumb suffix Jens Rehsack
2016-03-16  9:52 ` Martin Jansa
2016-03-16 12:20 ` Phil Blundell
2016-03-16 13:18   ` Jens Rehsack
2016-03-16 13:36     ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox