From adbf2076b5ac6355f4e0b09b1d2baef3e515fb5c Mon Sep 17 00:00:00 2001 From: Hau Vo Date: Fri, 29 Sep 2023 13:15:55 +0900 Subject: 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 --- .../recipes-platform/images/agl-cluster-demo-lxc-host.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-ic-container/recipes-platform') 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" -- cgit 1.2.3-korg