f6372081a09b41bcff2497869d354eb22db4a48a
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_porter-nogfx.inc
1 MACHINE = "porter"
2
3 # For Bluetooth hardware support
4 BT_KERNEL_MODULES = " \
5     kernel-module-btusb \
6     kernel-module-bnep \
7     kernel-module-rfcomm \
8     kernel-module-rfkill \
9     "
10
11 # Distribution-specific runtime components
12 IMAGE_INSTALL_append = " \
13     ${@bb.utils.contains("DISTRO_FEATURES", "bluetooth", "${BT_KERNEL_MODULES}", "", d)} \
14     "
15
16 # Setting for u-boot Wayland
17 UBOOT_MACHINE = "porter_vin_config"
18
19 PREFERRED_PROVIDER_virtual/libgles2 = "mesa"
20 PREFERRED_PROVIDER_virtual/egl = "mesa"
21
22 include conf/include/local/sota_porter.inc