summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroyuki Ishii <ishii.hiroyuki002@jp.panasonic.com>2021-06-29 16:12:14 +0900
committerHiroyuki Ishii <ishii.hiroyuki002@jp.panasonic.com>2021-06-29 16:12:14 +0900
commitb7f2dbf507a8b2dd67ab7e422ea26122163eaf38 (patch)
treeb702698c76072182b8ee28c37db8aa8c172b449e
parentde8686a062a493e901b684dc49af2b98e6caa121 (diff)
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 <ishii.hiroyuki002@jp.panasonic.com> Change-Id: I7874b125e6937c43bc706f63c971cb33d1a47a6c
-rw-r--r--meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb2
1 files changed, 2 insertions, 0 deletions
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 "