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

* Re: [meta-arago][master][PATCH] arago.conf: Remove duplicate include for yocto-space-optimize.inc
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2026-02-24 22:33 UTC (permalink / raw)
  To: reatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

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 <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	[flat|nested] 4+ messages in thread

* Re: [meta-arago][master][PATCH] arago.conf: Remove duplicate include for yocto-space-optimize.inc
  2026-02-24 22:33 ` Denys Dmytriyenko
@ 2026-02-24 22:34   ` Ryan Eatmon
  0 siblings, 0 replies; 4+ messages in thread
From: Ryan Eatmon @ 2026-02-24 22:34 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago



On 2/24/2026 4:33 PM, Denys Dmytriyenko wrote:
> 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.

That's what happens when you ask me to look at the build failures. =)  I 
find all of the issues.


> 
>> 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

-- 
Ryan Eatmon                reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


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

* Re: [meta-arago][master][PATCH] arago.conf: Remove duplicate include for yocto-space-optimize.inc
  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:54 ` PRC Automation
  1 sibling, 0 replies; 4+ messages in thread
From: PRC Automation @ 2026-02-24 22:54 UTC (permalink / raw)
  To: Ryan Eatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

meta-arago / na / 20260224223148.1564416-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 duplicate include for yocto-space-optimize.inc
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Tue, 24 Feb 2026 16:31:47 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 5ef2099431c5b3a317ea4d1075ae4baf7623f548

Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master-next
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: *: Remove unused patches
- Commit SHA: 8e69cf705bbec79cd7380d8ad829417918bf7253

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



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



=========================================================
  yocto-check-layers: FAIL
=========================================================
master - FAIL
=====================
ERROR: <build-dir>/sources/meta-virtualization/recipes-containers/container-registry/container-registry-populate.bb: QA Issue: task do_populate_registry has network enabled

ERROR: Signature change for container-registry-populate
   container-registry-populate:do_populate_registry: 1017ab9ec865bb23ed0f2e168d945710db8534114212405eb49da3f1b4bbf035 -> 2ee9e0d919c72a5ca495f43238216238583cb67182ec5e210a274a371d048261
      bitbake-diffsigs --task container-registry-populate do_populate_registry --signature 1017ab9ec865bb23ed0f2e168d945710db8534114212405eb49da3f1b4bbf035 2ee9e0d919c72a5ca495f43238216238583cb67182ec5e210a274a371d048261
      NOTE: Reconnecting to bitbake server...
      Taint (by forced/invalidated task) changed from nostamp(uuid4):fc1c8831-520d-4ece-bf55-72217c3130bb to nostamp(uuid4):64207515-6e86-4625-b108-dae5ef703cb5





^ permalink raw reply	[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.