Fix missing gles-user-module-firmware in agl-cluster-demo-lxc-host image 07/29207/1
authorHau Vo <hau.vo.ra@renesas.com>
Fri, 29 Sep 2023 04:15:55 +0000 (13:15 +0900)
committerHau Vo <hau.vo.ra@renesas.com>
Mon, 9 Oct 2023 06:44:49 +0000 (06:44 +0000)
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)

meta-agl-ic-container/recipes-platform/images/agl-cluster-demo-lxc-host.bb

index 832dd14..03a49d3 100644 (file)
@@ -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"