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-minimal.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-agl-lxc/recipes-platform/images/lxc-host-image-minimal.bb') diff --git a/meta-agl-lxc/recipes-platform/images/lxc-host-image-minimal.bb b/meta-agl-lxc/recipes-platform/images/lxc-host-image-minimal.bb index 17902447..a8085f42 100644 --- a/meta-agl-lxc/recipes-platform/images/lxc-host-image-minimal.bb +++ b/meta-agl-lxc/recipes-platform/images/lxc-host-image-minimal.bb @@ -5,6 +5,7 @@ require recipes-platform/images/agl-image-boot.inc IMAGE_INSTALL += " \ lxc \ ${LXC_CONTAINER_CONFIGS} \ + drm-lease-manager \ " CONTAINER_IMAGES ??= "" -- cgit 1.2.3-korg