All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][master][PATCH] arago.conf: Remove duplicate include for yocto-space-optimize.inc
@ 2026-02-24 22:31 Ryan Eatmon
  2026-02-24 22:33 ` Denys Dmytriyenko
  2026-02-24 22:54 ` PRC Automation
  0 siblings, 2 replies; 4+ messages in thread
From: Ryan Eatmon @ 2026-02-24 22:31 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

As of [1], yocto-space-optimize.inc is now included by default.  So we
can drop our duplicate require and fix a warning message:

WARNING: Duplicate inclusion for <snip>/oe-core/meta/conf/distro/include/yocto-space-optimize.inc in <snip>/oe-core/meta/conf/distro/defaultsetup.conf

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

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

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 4ec091e4..17c6fed8 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -6,8 +6,6 @@ BUILD_VARIANT = "${@['prod','rt'][int(d.getVar('ARAGO_RT_ENABLE'))]}"
 TISDK_VERSION ?= "live"
 FEEDURIPREFIX ?= "builds/${DISTRO}-master/${BUILD_VARIANT}/${MACHINE}/latest/packages/"
 
-require conf/distro/include/yocto-space-optimize.inc
-
 OPKG_ARGS:remove = "--prefer-arch-to-version"
 
 TI_MIRROR = "http://software-dl.ti.com/processor-sdk-mirror/sources/"
-- 
2.43.0



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

end of thread, other threads:[~2026-02-24 22:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-24 22:31 [meta-arago][master][PATCH] arago.conf: Remove duplicate include for yocto-space-optimize.inc Ryan Eatmon
2026-02-24 22:33 ` Denys Dmytriyenko
2026-02-24 22:34   ` Ryan Eatmon
2026-02-24 22:54 ` PRC Automation

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.