Convert to new override syntax
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_m3ulcb-nogfx.inc
1 require conf/include/agl_rcar-nogfx.inc
2 SOC_FAMILY = "r8a7796"
3 BOARD_NAME = "m3ulcb"
4
5 DTB_SUFFIX = "r8a77960-ulcb"
6
7 # Mask graphic Pkgs
8 BBMASK += "gles-user-module|kernel-module-gles|wayland-kms|libgbm"
9 # Mask MMP recipes
10 BBMASK += "kernel-module-uvcs-drv|omx-user-module"
11
12 DISTRO_FEATURES:append = "${@bb.utils.contains('AGL_XEN_WANTED', '1', ' xen', '', d)}"
13 IMAGE_INSTALL:append = "${@bb.utils.contains('AGL_XEN_WANTED', '1', ' xen-base xen-mkimage', '', d)}"
14
15 # Workaround for SPEC-3706 - versioned bbappends and upstream moved on to 1.16.3
16 BBMASK += "meta-renesas/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-.*1.16.2\.bbappend"
17
18 # do use software rendering to display the compositor
19 # used for images w/o binary-only driver
20 WESTON_USE_PIXMAN = "1"