summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_nitrogen6x.inc
blob: 782e618a2bb476e501e49acf96e01fa5b05f192e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DISTRO_FEATURES_append = " agl-medium-arm-compiler"

# This disables the Freescale/NXP Vivante GPU driver and enables
# etnaviv support.
MACHINEOVERRIDES .= ":use-mainline-bsp"

# Disable the meta-freescale weston-init bbappend as it conflicts
# with AGL's.
BBMASK = "meta-freescale/recipes-graphics/wayland/weston-init"

# Set CMA size large enough to work with AGL
UBOOT_EXTLINUX_KERNEL_ARGS_append = " cma=512M"

# Generate WIC image also
#WKS_FILE = "imx-uboot.wks"
AGL_EXTRA_IMAGE_FSTYPES = "wic.xz wic.bmap wic.xz.sha256sum"
AGL_DEFAULT_INITRAMFS_FSTYPES := ""