From da077ab0f268b4ae059597d1c20e9c91dcaa1385 Mon Sep 17 00:00:00 2001
From: Hau Vo <hau.vo.ra@renesas.com>
Date: Fri, 29 Sep 2023 13:15:55 +0900
Subject: [PATCH] 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)
---
 .../recipes-platform/images/agl-cluster-demo-lxc-host.bb                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
2.16.6