Skip to content

Commit c5b4e0e

Browse files
committed
packagegroup-qcom: use RDEPENDS instead of RRECOMMENDS
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. Fixes: ebf3168 ("packagegroups: Define QCOM userspace helper packagegroups") Suggested-by: Viswanath Kraleti <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent b993a26 commit c5b4e0e

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)