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:
committed by
Ryan Eatmon
parent
2264eb9462
commit
ea3574a504
@@ -0,0 +1,3 @@
|
|||||||
|
RDEPENDS:${PN} += "\
|
||||||
|
cifs-utils \
|
||||||
|
"
|
||||||
@@ -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 \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user