On Tue, Feb 24, 2026 at 04:31:47PM -0600, Ryan Eatmon via lists.yoctoproject.org wrote: > 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
Yeah, I had a revert pending for this, blocked by iperf breakage - ACK. > Signed-off-by: Ryan Eatmon <[email protected]> > --- > 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 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17138): https://lists.yoctoproject.org/g/meta-arago/message/17138 Mute This Topic: https://lists.yoctoproject.org/mt/117985223/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
