From b7f2dbf507a8b2dd67ab7e422ea26122163eaf38 Mon Sep 17 00:00:00 2001 From: Hiroyuki Ishii Date: Tue, 29 Jun 2021 16:12:14 +0900 Subject: meta-agl-lxc: Fix lack of gles modules in demo image With current integration of lxc-host-image-demo for rcar-gen3, weston fails to start due to lack of gles modules so that demo application doesn't come up. This change fixes it with adding kernel-module-gles into lxc-host-image-demo image, only for rcar-gen3 boards as of this moment (since lxc-host-image-demo is maintained only for h3/m3 ulcb boards currently). Signed-off-by: Hiroyuki Ishii Change-Id: I7874b125e6937c43bc706f63c971cb33d1a47a6c --- meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb b/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb index 59bda426..1af163b8 100644 --- a/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb +++ b/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb @@ -10,3 +10,5 @@ IMAGE_INSTALL += " \ pipewire pipewire-alsa alsa-utils \ ${@bb.utils.contains('AGL_FEATURES', 'agl-drm-lease', 'drm-lease-manager', '', d)} \ " + +IMAGE_INSTALL_append_rcar-gen3 = " kernel-module-gles " -- cgit 1.2.3-korg