| Message ID | 20251103184043.3394912-1-denis@denix.org | 
|---|---|
| State | New | 
| Headers | show | 
| Series | [master] packagegroup-ti-core-initramfs: move cifs-utils to dynamic-layers | expand | 
meta-ti / na / 20251103184043.3394912-1-denis
PRC Results: FAIL
=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed
=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [master][PATCH] packagegroup-ti-core-initramfs: move cifs-utils to dynamic-layers
- Submitter: From: Denys Dmytriyenko <denis@denix.org>
From: Denys Dmytriyenko <denys@konsulko.com>
- Date: Date: Mon,  3 Nov 2025 13:40:42 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: c6e9666c9ec7cc522ca4807ebfd67b9a9e48a022
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: ti-core-initramfs: Set IMAGE_OVERHEAD_FACTOR
- Commit SHA: dec3f236ac32ab2ea80e6d0640fc38ad26dbe5da
Patches
----------------------------------------
All patches applied
=========================================================
  check-yocto-repo: FAIL
=========================================================
master
=====================
FAIL
    WARN: .bbappend files might need a guard to make them check-layer compliant. (GUARD-1)
        meta-ti-bsp/dynamic-layers/openembedded-layer/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bbappend
    
    
    Code Summary
    ============
    
    GUARD-1
    -------------------------------------------
      To maintain Yocto Compatibility, we need to add a guard around the
      .bbappend files for upstream recipes.  In the event that a layer
      is simply included in a build, it should not make changes to the
      recipe in a way that breaks the upstream recipe from doing what it
      sets out to do.  In order for our .bbappends to actually make
      changes, we need to gate them behind building something either the
      Arago distribution or building a TI machine.
On Mon, Nov 03, 2025 at 12:45:15PM -0600, PRC Automation via lists.yoctoproject.org wrote: > meta-ti / na / 20251103184043.3394912-1-denis > > PRC Results: FAIL > > ========================================================= > check-yocto-patches: PASS > ========================================================= > Patches > ---------------------------------------- > All patches passed > > > > ========================================================= > apply-yocto-patch: PASS > ========================================================= > master > ===================== > Summary: > - Patch Series: [master][PATCH] packagegroup-ti-core-initramfs: move cifs-utils to dynamic-layers > - Submitter: From: Denys Dmytriyenko <denis@denix.org> > From: Denys Dmytriyenko <denys@konsulko.com> > - Date: Date: Mon, 3 Nov 2025 13:40:42 -0500 > - Num Patches: 1 > - Mailing List (public inbox) Commit SHA: c6e9666c9ec7cc522ca4807ebfd67b9a9e48a022 > > Applied to: > - Repository: lcpd-prc-meta-ti > - Base Branch: master-wip > - Commit Author: Ryan Eatmon <reatmon@ti.com> > - Commit Subject: ti-core-initramfs: Set IMAGE_OVERHEAD_FACTOR > - Commit SHA: dec3f236ac32ab2ea80e6d0640fc38ad26dbe5da > > Patches > ---------------------------------------- > All patches applied > > > > ========================================================= > check-yocto-repo: FAIL > ========================================================= > master > ===================== > FAIL > WARN: .bbappend files might need a guard to make them check-layer compliant. (GUARD-1) > meta-ti-bsp/dynamic-layers/openembedded-layer/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bbappend > > > Code Summary > ============ > > GUARD-1 > ------------------------------------------- > To maintain Yocto Compatibility, we need to add a guard around the > .bbappend files for upstream recipes. In the event that a layer > is simply included in a build, it should not make changes to the > recipe in a way that breaks the upstream recipe from doing what it > sets out to do. In order for our .bbappends to actually make > changes, we need to gate them behind building something either the > Arago distribution or building a TI machine. In this case the .bbappend is in the optional dynamic-layers and is against the non-upstream recipe that originates in meta-ti-bsp itself, so no YP Compat violations.
diff --git a/meta-ti-bsp/dynamic-layers/openembedded-layer/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bbappend b/meta-ti-bsp/dynamic-layers/openembedded-layer/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bbappend new file mode 100644 index 00000000..ce417125 --- /dev/null +++ b/meta-ti-bsp/dynamic-layers/openembedded-layer/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bbappend @@ -0,0 +1,3 @@ +RDEPENDS:${PN} += "\ + cifs-utils \ +" diff --git a/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb b/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb index 6845f0c9..86b69aff 100644 --- a/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb +++ b/meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb @@ -9,7 +9,6 @@ RDEPENDS:${PN} += "\ initramfs-framework-base \ initramfs-module-udev \ initramfs-module-nfsrootfs \ - cifs-utils \ nfs-utils \ nfs-utils-client \ "