Re-enable PRserv and HASHserv after api migration
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_raspberrypi4.inc
1 # Maximum memory allowed to be assigned
2 GPU_MEM = "256"
3
4 # Add CMA to the kernel arguments for SOTA
5 OSTREE_KERNEL_ARGS:sota:append = " cma=256M"
6
7 # use u-boot always
8 RPI_USE_U_BOOT = "1"
9
10 # Use UART for serial console
11 ENABLE_UART ?= "1"
12
13 # For libomxil
14 #LICENSE_FLAGS_ACCEPTED += "commercial"
15
16 # For linux-firmware-rpidistro
17 LICENSE_FLAGS_ACCEPTED += "synaptics-killswitch"
18
19 IMAGE_INSTALL:append = " kernel-modules linux-firmware-rpidistro-bcm43430 linux-firmware-rpidistro-bcm43455 create-combined-dtb "
20
21 # Psplash causes crash on first boot on RPi
22 IMAGE_FEATURES:remove = "splash"
23
24 #DISPLAY CONFIGURATION
25 WESTON_DISPLAYS:raspberrypi4 = " hdmi-a-1-90 hdmi-a-2-90"