From: Hau Vo Date: Fri, 29 Sep 2023 04:15:55 +0000 (+0900) Subject: Fix missing gles-user-module-firmware in agl-cluster-demo-lxc-host image X-Git-Tag: 16.0.2~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F29207%2F1;p=AGL%2Fmeta-agl-devel.git Fix missing gles-user-module-firmware in agl-cluster-demo-lxc-host image rcar platform need gles-user-module-firmware for graphics Bug-AGL: SPEC-4808 Signed-off-by: Hau Vo Change-Id: I0dfc229b185bbe039a01f1c8a2f4ce031fbbc728 (cherry picked from commit adbf2076b5ac6355f4e0b09b1d2baef3e515fb5c) --- diff --git a/meta-agl-ic-container/recipes-platform/images/agl-cluster-demo-lxc-host.bb b/meta-agl-ic-container/recipes-platform/images/agl-cluster-demo-lxc-host.bb index 832dd146..03a49d33 100644 --- a/meta-agl-ic-container/recipes-platform/images/agl-cluster-demo-lxc-host.bb +++ b/meta-agl-ic-container/recipes-platform/images/agl-cluster-demo-lxc-host.bb @@ -32,4 +32,4 @@ VIRTUAL-RUNTIME_net_manager = "systemd" # Under the this line, shall describe machine specific package. -IMAGE_INSTALL:append:rcar-gen3 = " kernel-module-gles " +IMAGE_INSTALL:append:rcar-gen3 = " kernel-module-gles gles-user-module-firmware"