46464325b24645e41f8b8e91fd72d1ac1866c8f4
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_cubox-i.inc
1 DISTRO_FEATURES_append = " agl-medium-arm-compiler"
2
3 # This disables the Freescale/NXP Vivante GPU driver and enables
4 # etnaviv support.
5 MACHINEOVERRIDES .= ":use-mainline-bsp"
6
7 # Disable meta-freescale package architecure mangling, as it causes
8 # issues with AGL's explicit setting of DEFAULTTUNE.
9 INHERIT_remove = "fsl-dynamic-packagearch"
10 MACHINE_SOCARCH = "${TUNE_PKGARCH}"
11
12 # Include devicetrees for SOM 1.5 and Hummingboard 2 hardware
13 KERNEL_DEVICETREE_append = " \
14         imx6dl-hummingboard-som-v15.dtb imx6q-hummingboard-som-v15.dtb \ 
15         imx6dl-hummingboard2.dtb imx6q-hummingboard2.dtb \
16         imx6dl-hummingboard2-som-v15.dtb imx6q-hummingboard2-som-v15.dtb \
17 "
18
19 # Disable the meta-freescale weston-init bbappend as it conflicts
20 # with AGL's.
21 BBMASK = "meta-freescale/recipes-graphics/wayland/weston-init"
22
23 # Set CMA size large enough to work with AGL
24 UBOOT_EXTLINUX_KERNEL_ARGS_append = " cma=512M"