All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] ARMPKGSFX_FP ordering
@ 2015-12-06 17:09 Matt Madison
  2015-12-06 17:09 ` [PATCH 1/1] feature-arm-neon.inc, feature-arm-vfp.inc: fix vfpv4 suffix ordering Matt Madison
  2015-12-06 17:47 ` [PATCH 0/1] ARMPKGSFX_FP ordering Martin Jansa
  0 siblings, 2 replies; 8+ messages in thread
From: Matt Madison @ 2015-12-06 17:09 UTC (permalink / raw)
  To: openembedded-core

I was trying some multilib ARM builds and ran into an issue.  For
armv7ahf-neon-vfpv4, PACKAGE_EXTRA_ARCHS is coded as "armv7ahf-vfp-neon-vfpv4",
but the ARMPKGSFX_FPU suffix was getting constructed as "-vfp-vfpv4-neon", resulting
in 32-bit packages not getting found due to the name mismatch.

The following patch fixes this by changing ARMPKGSFX_FPU.  I'm not sure if it
would be more correct to change the PACKAGE_EXTRA_ARCHS settings, but the
'neon-vfpv4' more closely aligns to the tune names, so I took this route.

Matt Madison (1):
  feature-arm-neon.inc, feature-arm-vfp.inc: fix vfpv4 suffix ordering

 meta/conf/machine/include/arm/feature-arm-neon.inc | 2 +-
 meta/conf/machine/include/arm/feature-arm-vfp.inc  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.5.0



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

end of thread, other threads:[~2015-12-12 17:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-06 17:09 [PATCH 0/1] ARMPKGSFX_FP ordering Matt Madison
2015-12-06 17:09 ` [PATCH 1/1] feature-arm-neon.inc, feature-arm-vfp.inc: fix vfpv4 suffix ordering Matt Madison
2015-12-06 17:47 ` [PATCH 0/1] ARMPKGSFX_FP ordering Martin Jansa
2015-12-06 18:22   ` Matt Madison
2015-12-07 14:01     ` Burton, Ross
2015-12-07 15:17       ` Mark Hatle
2015-12-07 15:49         ` Matt Madison
2015-12-12 17:02           ` Matt Madison

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.