diff mbox series

[meta-arago,master] arago.conf: Change to DISTRO_FEATURES_OPTED_OUT

Message ID 20260407204824.1003213-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master] arago.conf: Change to DISTRO_FEATURES_OPTED_OUT | expand

Commit Message

Ryan Eatmon April 7, 2026, 8:48 p.m. UTC
Make the required change from DISTRO_FEATURES_BACKFILL_CONSIDERED
to DISTRO_FEATURES_OPTED_OUT according to [1] in oe-core.

[1] https://git.openembedded.org/openembedded-core/commit/?id=159148f4de2595556fef6e8678578df83383857b

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-arago-distro/conf/distro/arago.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

PRC Automation April 7, 2026, 9:18 p.m. UTC | #1
meta-arago / na / 20260407204824.1003213-1-reatmon

PRC Results: PASS

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



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-arago][master][PATCH] arago.conf: Change to DISTRO_FEATURES_OPTED_OUT
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Tue, 7 Apr 2026 15:48:23 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: c8b0027f1a1876e7300178317825b011b12ecca1

Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: arago.conf: Change to DISTRO_FEATURES_OPTED_OUT
- Commit SHA: 99fc683bfe04f3cea6f7d94c9c079a68e8adcbfb

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



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



=========================================================
  yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 9787abfe..42019272 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -52,7 +52,7 @@  DISTRO_FEATURES_FILTER_NATIVE:append = " opencl"
 DISTRO_FEATURES_FILTER_NATIVESDK:append = " opencl"
 
 # Do not include these default DISTRO_FEATURES from oe-core
-DISTRO_FEATURES_BACKFILL_CONSIDERED = "ptest"
+DISTRO_FEATURES_OPTED_OUT = "ptest"
 
 # Set global runtime providers for major components
 ARAGO_SYSVINIT ??= "0"