From: Harunobu Kurokawa Date: Fri, 8 Sep 2017 11:42:51 +0000 (+0900) Subject: Fix lacked vspm kernel module for R-Car H3 and M3 X-Git-Tag: dab_4.0.2~7 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=3f197b63e5836db3c07e7130236d9eb3730c105b;p=AGL%2Fmeta-agl.git Fix lacked vspm kernel module for R-Car H3 and M3 Missing the vspm kernel driver module sometime it may be not installed to rootfs. Change-Id: I76af517be7f26dec85dc4eceff77c22f02ebdba9 Signed-off-by: Harunobu Kurokawa Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10833 Tested-by: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- diff --git a/meta-agl-bsp/conf/include/agl_h3ulcb.inc b/meta-agl-bsp/conf/include/agl_h3ulcb.inc index 7cafb833e..c0a9535d2 100644 --- a/meta-agl-bsp/conf/include/agl_h3ulcb.inc +++ b/meta-agl-bsp/conf/include/agl_h3ulcb.inc @@ -42,6 +42,7 @@ DISTRO_FEATURES_BACKFILL_remove = "gobject-introspection-data" IMAGE_INSTALL_append_rcar-gen3 = " \ kernel-module-pvrsrvkm \ kernel-module-vsp2 \ + kernel-module-vspm \ kernel-module-vspm-if \ omx-user-module \ weston-bin \ diff --git a/meta-agl-bsp/conf/include/agl_m3ulcb.inc b/meta-agl-bsp/conf/include/agl_m3ulcb.inc index 9b9bc7548..c404f6312 100644 --- a/meta-agl-bsp/conf/include/agl_m3ulcb.inc +++ b/meta-agl-bsp/conf/include/agl_m3ulcb.inc @@ -42,6 +42,7 @@ DISTRO_FEATURES_BACKFILL_remove = "gobject-introspection-data" IMAGE_INSTALL_append_rcar-gen3 = " \ kernel-module-pvrsrvkm \ kernel-module-vsp2 \ + kernel-module-vspm \ kernel-module-vspm-if \ omx-user-module \ weston-bin \