Skip to content

Commit e701e3a

Browse files
packagegroup-qcom: use RDEPENDS instead of RRECOMMENDS (#850)
All initramfs-\*-image recipes use NO_RECOMMENDS to keep the size minimal. The commit ebf3168 ("packagegroups: Define QCOM userspace helper packagegroups") made initramfs-tiny-image to pull packagegroup-qcom-* packages, which RRECOMMENDs platform packages instead of RDEPENDing on them, thus all testing initramfs images have lost corresponding Qualcomm tools. Make packagegroup-qcom use RDEPENDS instead of RRECOMMENDS in order to brign tool packages back.
2 parents b993a26 + c5b4e0e commit e701e3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes-bsp/packagegroups/packagegroup-qcom.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ PACKAGES = " \
77
${PN}-boot-additional \
88
"
99

10-
RRECOMMENDS:${PN}-boot-essential = " \
10+
RDEPENDS:${PN}-boot-essential = " \
1111
pd-mapper \
1212
qrtr \
1313
rmtfs \
1414
tqftpserv \
1515
"
1616

17-
RRECOMMENDS:${PN}-boot-additional = " \
17+
RDEPENDS:${PN}-boot-additional = " \
1818
fastrpc \
1919
"

0 commit comments

Comments
 (0)