It looks like this temporary adjustment for DEFAULTTUNE on armv7a is no longer needed.
Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 60d3d0d4..fb5c703f 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -149,8 +149,3 @@ SKIP_META_VIRT_SANITY_CHECK = "1" # included by default. If you enable any of those codecs you should check # if the below acceptance flags still work for your software distribution LICENSE_FLAGS_ACCEPTED = "commercial_ffmpeg commercial_gstreamer1.0-libav" - -# Temporary hack to fix a compile issue on Armv7 platforms with qtbase. -# We are working to reproduce this error and submit bug reports for this -# issue. -DEFAULTTUNE:armv7a = "armv7athf" -- 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17162): https://lists.yoctoproject.org/g/meta-arago/message/17162 Mute This Topic: https://lists.yoctoproject.org/mt/118052114/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
