blob: 7b22282ddbf4c7d4a842cbd8f49698663657972e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require agl_imx-common.inc
DISTRO_FEATURES:append = " agl-medium-arm-compiler"
# This disables the Freescale/NXP Vivante GPU driver and enables
# etnaviv support. This is the default for the i.MX6 platforms in
# meta-freescale, but not for all the ones in meta-freescale-3rdparty,
# so set it here to give a consistent default.
IMX_DEFAULT_BSP = "mainline"
# Set CMA size large enough to work with AGL
UBOOT_EXTLINUX_KERNEL_ARGS:append = " cma=512M"
AGL_DEFAULT_INITRAMFS_FSTYPES := ""
|