added my Recipes
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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)} \
|
||||
"
|
||||
Reference in New Issue
Block a user