summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHau Vo <hau.vo.ra@renesas.com>2023-09-29 13:15:55 +0900
committerHau Vo <hau.vo.ra@renesas.com>2023-10-09 06:44:49 +0000
commitda077ab0f268b4ae059597d1c20e9c91dcaa1385 (patch)
tree8274c0d2471f5ad46b085dd53c2a53ac6ad7761c
parent951ac4aae235477716db29f1c707a5f0e7edf895 (diff)
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 <hau.vo.ra@renesas.com> Change-Id: I0dfc229b185bbe039a01f1c8a2f4ce031fbbc728 (cherry picked from commit adbf2076b5ac6355f4e0b09b1d2baef3e515fb5c)
-rw-r--r--meta-agl-ic-container/recipes-platform/images/agl-cluster-demo-lxc-host.bb2
1 files changed, 1 insertions, 1 deletions
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"