blob: 1ee0fe5b5d7af13a40607b393eef43359f02320e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require conf/include/agl_rcar-nogfx.inc
SOC_FAMILY = "r8a7795"
BOARD_NAME = "h3-salvator-x"
DTB_SUFFIX = "r8a77951-salvator-xs"
# Mask graphic Pkgs
BBMASK += "gles-user-module|kernel-module-gles|wayland-kms|libgbm"
# Mask MMP recipes
BBMASK += "kernel-module-uvcs-drv|omx-user-module"
# do use software rendering to display the compositor
# used for images w/o binary-only driver
WESTON_USE_PIXMAN = "1"
|