From 2eb95d2e6fc32adf8cba737733c2bdd0342578d5 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Thu, 21 Jul 2022 22:09:59 +0900 Subject: Move drm-lease-manager package to minimal image 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 Change-Id: Id9d713bd66d90b5ec9007bb35d24abb321c0a4a9 --- meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb') diff --git a/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb b/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb index aace83a8..0be9c591 100644 --- a/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb +++ b/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb @@ -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 " -- cgit 1.2.3-korg