Move drm-lease-manager package to minimal image 85/27785/2
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Thu, 21 Jul 2022 13:09:59 +0000 (22:09 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 22 Jul 2022 10:45:53 +0000 (10:45 +0000)
A drm-lease-manager is core package of AGL IC software stack.
It move into minimal image.
The meta-agl-lxc fully depend to meta-drm-lease.  I removed conditional
for drm-lease-manager installations.

Bug-AGL : SPEC-4464

Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: Id9d713bd66d90b5ec9007bb35d24abb321c0a4a9

meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb
meta-agl-lxc/recipes-platform/images/lxc-host-image-minimal.bb

index aace83a..0be9c59 100644 (file)
@@ -13,7 +13,6 @@ IMAGE_INSTALL += " \
     packagegroup-pipewire \
     pipewire-ic-ipc \
     wireplumber-config-agl \
-    ${@bb.utils.contains('AGL_FEATURES', 'agl-drm-lease', 'drm-lease-manager', '', d)} \
 "
 
 IMAGE_INSTALL:append:rcar-gen3 = " kernel-module-gles "
index 1790244..a8085f4 100644 (file)
@@ -5,6 +5,7 @@ require recipes-platform/images/agl-image-boot.inc
 IMAGE_INSTALL += " \
     lxc \
     ${LXC_CONTAINER_CONFIGS} \
+    drm-lease-manager \
 "
 
 CONTAINER_IMAGES ??= ""