Skip to content

Commit 7b0651d

Browse files
authored
Enable docker-compose in qcom-container-orchestration-image (#137)
Since a dedicated container orchestration image now exists, move `docker-compose` from the multimedia image to this image. This movement allows the multimedia image to be built without pulling in unused virtualization dependencies.
2 parents 549a6eb + 1ed9d7e commit 7b0651d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ CORE_IMAGE_BASE_INSTALL += " \
99
alsa-utils-alsatplg \
1010
alsa-utils-alsaucm \
1111
alsa-utils-aplay \
12-
docker-compose \
12+
${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', 'docker-compose', '', d)} \
1313
gstreamer1.0 \
1414
gstreamer1.0-plugins-bad \
1515
gstreamer1.0-plugins-base \
1616
gstreamer1.0-plugins-good \
1717
libcamera \
1818
libdrm-tests \
19-
packagegroup-container \
19+
${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', 'packagegroup-container', '', d)} \
2020
packagegroup-qcom-test-pkgs \
2121
packagegroup-qcom-utilities-gpu-utils \
2222
pipewire \

0 commit comments

Comments
 (0)