Skip to content

Commit 0d8b352

Browse files
committed
qcom-container-orchestration-image: enable docker-compose
Since a dedicated container orchestration image now exists, move `docker-compose` from the multimedia image to this image, which is needed for managing multi-container workloads. This movement allows the multimedia image to be built without pulling in meta-virtualization layer. Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
1 parent a5abfc5 commit 0d8b352

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

recipes-products/images/qcom-container-orchestration-image.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ SUMMARY += "(with container orchestration)"
55
REQUIRED_DISTRO_FEATURES += "virtualization"
66

77
CORE_IMAGE_BASE_INSTALL += " \
8+
docker-compose \
89
kubeadm \
910
kubernetes \
1011
kubernetes-misc \

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ CORE_IMAGE_BASE_INSTALL += " \
99
alsa-utils-alsatplg \
1010
alsa-utils-alsaucm \
1111
alsa-utils-aplay \
12-
docker-compose \
1312
gstreamer1.0 \
1413
gstreamer1.0-plugins-bad \
1514
gstreamer1.0-plugins-base \

0 commit comments

Comments
 (0)