summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_salvator-nogfx.inc
diff options
context:
space:
mode:
authorHau Vo <hau.vo.ra@renesas.com>2023-08-22 12:10:17 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-09-11 12:50:08 +0000
commit14e6ace79ab1e9e379c9095869cd05aae8429e12 (patch)
tree5921188a25d7ce5946df96814f711d8d6b6d0d62 /meta-agl-bsp/conf/include/agl_salvator-nogfx.inc
parentc20a33673719df1b51fcabf4fdae8c86b58d6b95 (diff)
Restructure Salvator-x .inc files
This commit restructure the .inc files relate to H3/M3 Salvator-x boards. Bug-AGL: SPEC-4808 Signed-off-by: Hau Vo <hau.vo.ra@renesas.com> Change-Id: I9e01f61f75010c1cbf54feec30422855b43cf051 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29175 Reviewed-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account (cherry picked from commit 979598c6e9b855cec0ff56c95eae0d47e9c0e21a) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29201
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_salvator-nogfx.inc')
-rw-r--r--meta-agl-bsp/conf/include/agl_salvator-nogfx.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_salvator-nogfx.inc b/meta-agl-bsp/conf/include/agl_salvator-nogfx.inc
new file mode 100644
index 000000000..06e635ca0
--- /dev/null
+++ b/meta-agl-bsp/conf/include/agl_salvator-nogfx.inc
@@ -0,0 +1,17 @@
+require conf/include/agl_rcar-nogfx.inc
+
+# Mask graphic Pkgs
+BBMASK += "gles-user-module|kernel-module-gles|wayland-kms|libgbm"
+# Mask MMP recipes
+BBMASK += "kernel-module-uvcs-drv|omx-user-module"
+# Work around use of obsolete Weston backend-fbdev in meta-rcar-gen3
+# when building without the proprietary driver stack. Masking out the
+# weston_%.bbappend seems the simplest approach for now, as forcing
+# USE_GLES = "1" to disable the adding of -Dbackend-default="fbdev" to
+# EXTRA_OEMESON triggers adding "libgbm" to DEPENDS, which breaks due
+# to that being a component specific to the proprietary stack we are
+# explicitly disabling. If the "libgbm" usage in the bbappend was
+# instead "virtual/libgbm" as is now used in poky, it might be possible
+# to just tweak PREFERRED_PROVIDER_virtual/libgbm = "mesa".
+BBMASK += "meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend"
+