1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

packagegroup-ti-core-initramfs: move cifs-utils to dynamic-layers

Since cifs-utils is available in meta-openembedded, not OE-Core, it
cannot be added to this packagegroup unconditionally, as meta-ti-bsp
doesn't depend on meta-oe, only recommends it.

As it breaks yocto-check-layer now, move cifs-utils addition to
dynamic-layers to be added conditionally on meta-oe presence.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Denys Dmytriyenko
2025-11-03 13:40:42 -05:00
committed by Ryan Eatmon
parent 2264eb9462
commit ea3574a504
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
RDEPENDS:${PN} += "\
cifs-utils \
"

View File

@@ -9,7 +9,6 @@ RDEPENDS:${PN} += "\
initramfs-framework-base \ initramfs-framework-base \
initramfs-module-udev \ initramfs-module-udev \
initramfs-module-nfsrootfs \ initramfs-module-nfsrootfs \
cifs-utils \
nfs-utils \ nfs-utils \
nfs-utils-client \ nfs-utils-client \
" "