On Wed, Mar 10, 2021 at 3:04 PM Jon Mason <[email protected]> wrote: > > pulseaudio-14.2 is throwing the following error when compiling for > machine qemuarmv5 > "NEON intrinsics not available with the soft-float ABI. Please use > -mfloat-abi=softfp or -mfloat-abi=hard" > > Using softfp to resolve this issue.
Wouldn't "sidestep" be a more accurate description then "resolve" ? Either way I'm not sure that changing qemuarmv5 just to workaround one broken package is the right approach. Doesn't it mean OE will no longer have any test coverage for ARM soft float? > Signed-off-by: Jon Mason <[email protected]> > Change-Id: I513ed523f03ed091507a099e3f80fa95a6fc7ca9 Not sure if there's an official policy for this, but personally I'd say your own private gerrit IDs should be stripped before pushing changes upstream. > --- > meta/conf/machine/qemuarmv5.conf | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/conf/machine/qemuarmv5.conf > b/meta/conf/machine/qemuarmv5.conf > index dfe2a89573b2..29bcc1199ea1 100644 > --- a/meta/conf/machine/qemuarmv5.conf > +++ b/meta/conf/machine/qemuarmv5.conf > @@ -18,3 +18,4 @@ PREFERRED_VERSION_linux-yocto ??= "5.10%" > QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', > '4.7', '', 'zImage-versatile-pb.dtb', d)}" > > KMACHINE_qemuarmv5 = "qemuarm" > +TUNE_CCARGS_MFLOAT = "softfp" > -- > 2.20.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#149254): https://lists.openembedded.org/g/openembedded-core/message/149254 Mute This Topic: https://lists.openembedded.org/mt/81241073/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
