1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)} \
| "
|
|