meta-agl-lxc: Fix lack of gles modules in demo image 65/26465/1
authorHiroyuki Ishii <ishii.hiroyuki002@jp.panasonic.com>
Tue, 29 Jun 2021 07:12:14 +0000 (16:12 +0900)
committerHiroyuki Ishii <ishii.hiroyuki002@jp.panasonic.com>
Tue, 29 Jun 2021 07:12:14 +0000 (16:12 +0900)
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

meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb

index 59bda42..1af163b 100644 (file)
@@ -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 "