Allow -nogfx boards to start the homescreen
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_h3-salvator-x-nogfx.inc
1 require conf/include/agl_rcar-nogfx.inc
2 SOC_FAMILY = "r8a7795"
3 BOARD_NAME = "h3-salvator-x"
4
5 DTB_SUFFIX = "r8a7795-salvator-xs"
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 # do use software rendering to display the compositor
13 # used for images w/o binary-only driver
14 WESTON_USE_PIXMAN = "1"