bcm2835-bootfiles.bbappend: Support Raspberry Pi 4
[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 # Include devicetrees for SOM 1.5 and Hummingboard 2 hardware
8 KERNEL_DEVICETREE_append = " \
9         imx6dl-hummingboard-som-v15.dtb imx6q-hummingboard-som-v15.dtb \ 
10         imx6dl-hummingboard2.dtb imx6q-hummingboard2.dtb \
11         imx6dl-hummingboard2-som-v15.dtb imx6q-hummingboard2-som-v15.dtb \
12 "
13
14 # Disable the meta-freescale weston-init bbappend as it conflicts
15 # with AGL's.
16 BBMASK = "meta-freescale/recipes-graphics/wayland/weston-init"
17
18 # Set CMA size large enough to work with AGL
19 UBOOT_EXTLINUX_KERNEL_ARGS_append = " cma=512M"
20
21 # Generate WIC image also
22 AGL_EXTRA_IMAGE_FSTYPES = "wic.xz wic.bmap wic.xz.sha256sum"