Skip to content
Snippets Groups Projects
Commit cfab0213 authored by Kareem Zarka's avatar Kareem Zarka
Browse files

Merge branch 'hdmi-hotplug' into 'kirkstone'

oniro-openharmony-linux: allow running the system without hdmi connected

See merge request eclipse/oniro-oh/meta-openharmony!127
parents 4f239f48 4e07f41d
No related branches found
No related tags found
1 merge request!127oniro-openharmony-linux: allow running the system without hdmi connected
Pipeline #18132 passed
......@@ -48,3 +48,10 @@ HOSTTOOLS += "ssh-keygen"
ENABLE_UART:raspberrypi4-64 ?= "1"
DISTRO_FEATURES += "wifi"
# Allow running the system without hdmi display connected
DISABLE_VC4GRAPHICS:raspberrypi4-64 = "1"
RPI_EXTRA_CONFIG:raspberrypi4-64 = ' \n \
dtoverlay=vc4-fkms-v3d \n \
'
HDMI_FORCE_HOTPLUG:raspberrypi4-64 = "1"
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