19 lines
432 B
BlitzBasic
Raw Normal View History

2025-05-10 21:58:58 +08:00
SUMMARY = "Meta-initramfs packagegroups"
inherit packagegroup
PROVIDES = "${PACKAGES}"
PACKAGES = ' \
packagegroup-meta-initramfs \
packagegroup-meta-initramfs-devtools \
'
RDEPENDS:packagegroup-meta-initramfs = "\
packagegroup-meta-initramfs-devtools \
"
RDEPENDS:packagegroup-meta-initramfs-devtools = "\
dracut \
${@bb.utils.contains_any("TRANSLATED_TARGET_ARCH", "i586 x86-64", "grubby", "", d)} \
"