Restructure Salvator-x .inc files
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_salvator-nogfx.inc
1 require conf/include/agl_rcar-nogfx.inc
2
3 # Mask graphic Pkgs
4 BBMASK += "gles-user-module|kernel-module-gles|wayland-kms|libgbm"
5 # Mask MMP recipes
6 BBMASK += "kernel-module-uvcs-drv|omx-user-module"
7 # Work around use of obsolete Weston backend-fbdev in meta-rcar-gen3
8 # when building without the proprietary driver stack.  Masking out the
9 # weston_%.bbappend seems the simplest approach for now, as forcing
10 # USE_GLES = "1" to disable the adding of -Dbackend-default="fbdev" to
11 # EXTRA_OEMESON triggers adding "libgbm" to DEPENDS, which breaks due
12 # to that being a component specific to the proprietary stack we are
13 # explicitly disabling.  If the "libgbm" usage in the bbappend was
14 # instead "virtual/libgbm" as is now used in poky, it might be possible
15 # to just tweak PREFERRED_PROVIDER_virtual/libgbm = "mesa".
16 BBMASK += "meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend"
17