Skip to content
Snippets Groups Projects
Commit 07e3f4d0 authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

oniro-openharmony-linux.conf: Disable Wi-Fi and Bluetooth on Pi4


We do not install the firmware files to create images that do not support
Wi-Fi and Bluetooth on Raspberry Pi 4.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent 304e764f
No related branches found
No related tags found
No related merge requests found
......@@ -42,3 +42,8 @@ HOSTTOOLS += "ip ping ps scp ssh stty"
# Default to enabling serial debug console on RaspberryPi
# Placed here to amend the machine config living in meta-raspberrypi
ENABLE_UART:raspberrypi4-64 ?= "1"
# We do not install the firmware files to create images that do not support
# Wi-Fi and Bluetooth on Raspberry Pi 4. Placed here to amend the machine
# config living in meta-raspberrypi
MACHINE_EXTRA_RRECOMMENDS:remove:raspberrypi4-64 = "linux-firmware-rpidistro-bcm43455 bluez-firmware-rpidistro-bcm4345c0-hcd linux-firmware-rpidistro-bcm43456 bluez-firmware-rpidistro-bcm4345c5-hcd"
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