diff options
author | Hau Vo <hau.vo.ra@renesas.com> | 2023-09-29 13:15:55 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-10-06 13:13:51 +0000 |
commit | adbf2076b5ac6355f4e0b09b1d2baef3e515fb5c (patch) | |
tree | a50505f450ccd8c4bf2bd6529f8dd03fac2abe2c | |
parent | 35e7b9d2774e8d104d0693e0a0758363c2afb16d (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
-rw-r--r-- | meta-agl-ic-container/recipes-platform/images/agl-cluster-demo-lxc-host.bb | 2 |
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" |