summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_porter-nogfx.inc
blob: cd72431512a04343e5802a2187be6704898933cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
MACHINE = "porter"

# For Bluetooth hardware support
BT_KERNEL_MODULES = " \
    kernel-module-btusb \
    kernel-module-bnep \
    kernel-module-rfcomm \
    kernel-module-rfkill \
    "

# Distribution-specific runtime components
IMAGE_INSTALL_append = " \
    ${@bb.utils.contains("DISTRO_FEATURES", "bluetooth", "${BT_KERNEL_MODULES}", "", d)} \
    "

# Setting for u-boot Wayland
UBOOT_MACHINE = "porter_vin_config"

PREFERRED_PROVIDER_virtual/libgles2 = "mesa"
PREFERRED_PROVIDER_virtual/egl = "mesa"

# Commit united image to OSTree, not just uImage
OSTREE_KERNEL = "uImage+dtb"

IMAGE_CLASSES_append_sota = " image_types_uboot "
IMAGE_BOOT_FILES_sota = "porter-bootfiles/*"

OSTREE_BOOTLOADER ?= "u-boot"