All of lore.kernel.org
 help / color / mirror / Atom feed
* Can't build product that uses DEFAULTTUNE="arm926ejs"
@ 2019-03-11  4:20 Peter Kjellerstedt
  2019-03-11  4:23 ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Kjellerstedt @ 2019-03-11  4:20 UTC (permalink / raw)
  To: Khem Raj (raj.khem@gmail.com)
  Cc: OE Core (openembedded-core@lists.openembedded.org)

I'm trying to build with master of OE-core and one of our products now 
fails with:

ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker 
    (see sanity.conf). Following is the list of potential problems / advisories:

    Error, the PACKAGE_ARCHS variable (all any noarch arm armv4 armv4t armv5 
    armv5t armv5e armv5te arm926ejste arm926ejse <BSP name withheld>) for 
    DEFAULTTUNE (arm926ejs) does not contain TUNE_PKGARCH (arm926ejst).

I believe this is due to commit ac83d22e (arm-tunes: Remove -march option if 
mcpu is already added). If I build with Thud, TUNE_PKGARCH is "arm926ejste".
The  lack of the "e" at the end when building with master seems to be due to 
the definition of ARMPKGSFX_DSP as 
"${@bb.utils.contains('TUNE_FEATURES', [ 'armv5', 'dsp' ], 'e', '', d)}" and 
the fact that after commit ac83d22e, TUNE_FEATURES no longer contains 'armv5'.

//Peter



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

end of thread, other threads:[~2019-03-16 10:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-11  4:20 Can't build product that uses DEFAULTTUNE="arm926ejs" Peter Kjellerstedt
2019-03-11  4:23 ` Khem Raj
2019-03-11 13:49   ` Peter Kjellerstedt
2019-03-15  5:08     ` Khem Raj
2019-03-16  9:21       ` Peter Kjellerstedt
2019-03-16 10:45         ` Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.