Fix missing gles-user-module-firmware in agl-cluster-demo-lxc-host image 53/29253/2
authorHau Vo <hau.vo.ra@renesas.com>
Fri, 29 Sep 2023 04:15:55 +0000 (13:15 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 6 Oct 2023 13:13:51 +0000 (13:13 +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

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"