Skip to content
Snippets Groups Projects
Commit 749fdff6 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

oniro-linux.conf: Fix KMS driver on RaspberryPi4 after kernel bump


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 475e704a
No related branches found
No related tags found
No related merge requests found
...@@ -120,3 +120,11 @@ PACKAGECONFIG_remove_pn-mosquitto = "dlt" ...@@ -120,3 +120,11 @@ PACKAGECONFIG_remove_pn-mosquitto = "dlt"
# We use NetworkManager as the default network manager (included in our # We use NetworkManager as the default network manager (included in our
# reference images). # reference images).
PACKAGECONFIG_remove_pn-systemd = "networkd" PACKAGECONFIG_remove_pn-systemd = "networkd"
# The KMS driver for RPI4 requires a different vc4 overlay for Raspberry Pi 4.
# This is done dynamically through overlay_map.dtb. More info:
# https://www.raspberrypi.com/documentation/computers/configuration.html#part2.2.10
RPI_KERNEL_DEVICETREE_OVERLAYS_append = " \
overlays/overlay_map.dtb \
overlays/vc4-kms-v3d-pi4.dtbo \
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment