Fix the Display problem on raspberrypi3 with 64 bits kernel.
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_raspberrypi3-64.inc
1 # Maximum memory allowed to be assigned
2 GPU_MEM = "255"
3
4 ENABLE_CMA = "1"
5 CMA_LWM = "16"
6 CMA_HWM = "32"
7
8 KERNEL_IMAGETYPE = "Image"
9
10 MACHINE_FEATURES += "vc4graphics"
11
12 # For libomxil
13 #LICENSE_FLAGS_WHITELIST = "commercial"
14
15 IMAGE_INSTALL_append = " kernel-modules linux-firmware-raspbian-bcm43430 linux-firmware-raspbian-bcm43455 "
16
17 # Psplash causes crash on first boot on RPi
18 IMAGE_FEATURES_remove = "splash"
19
20 # Add the custom rpi-sdimg output format
21 AGL_EXTRA_IMAGE_FSTYPES  = " rpi-sdimg.xz"
22
23 # Use the AGL default ext4.xz to generate the rpi-sdimg
24 SDIMG_ROOTFS_TYPE = "ext4.xz"