Skip to content

Commit b0c0473

Browse files
committed
qcom-multimedia-proprietary-image: replace individual pkgs with a group
Replace individual packages listing with pg-qcom-proprietary-pkgs in qcom-multimedia-proprietary-image recipe. Consolidating proprietary packages under a unified packagegroup, simplify image composition and improve maintainability. Signed-off-by: Viswanath Kraleti <[email protected]>
1 parent 56b93be commit b0c0473

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

recipes-products/images/qcom-multimedia-proprietary-image.bb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ require qcom-multimedia-image.bb
22

33
SUMMARY = "An image built on top of multimedia image for proprietary features"
44

5-
CORE_IMAGE_BASE_INSTALL += " \
6-
iris-video-dlkm \
7-
kgsl-dlkm \
5+
CORE_IMAGE_BASE_INSTALL:append:aarch64 = " \
6+
packagegroup-qcom-proprietary-pkgs \
87
"
98

0 commit comments

Comments
 (0)