diff mbox series

[meta-arago,master] arago.conf: Remove temporary hack for DEFAULTTUNE on armv7a

Message ID 20260227234247.3514340-1-reatmon@ti.com
State New
Headers show
Series [meta-arago,master] arago.conf: Remove temporary hack for DEFAULTTUNE on armv7a | expand

Commit Message

Ryan Eatmon Feb. 27, 2026, 11:42 p.m. UTC
It looks like this temporary adjustment for DEFAULTTUNE on armv7a is no
longer needed.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf | 5 -----
 1 file changed, 5 deletions(-)

Comments

PRC Automation Feb. 27, 2026, 11:59 p.m. UTC | #1
meta-arago / na / 20260227234247.3514340-1-reatmon

PRC Results: FAIL

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-arago][master][PATCH] arago.conf: Remove temporary hack for DEFAULTTUNE on armv7a
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Fri, 27 Feb 2026 17:42:47 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 293b2637ae56bb9b9b76b9bb555d0520de6d03d5

Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master-next
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: arago.conf: Adapt to new oe-core DISTRO_FEATURE settings
- Commit SHA: 3230bc79957bd71775e0273ea1f4eab8d676123a

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS



=========================================================
  yocto-check-layers: FAIL
=========================================================
master - FAIL
=====================
ERROR: Nothing PROVIDES 'xen-guest-image-minimal'
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
diff mbox series

Patch

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"