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

oniro-openharmony-linux.conf: Enable serial console on UART for Pi4


To enable the serial console on UART meta-raspberrypi expects to have
ENABLE_UART set. Enable it in the distro config as we do in Oniro core.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent 8c57330a
No related branches found
No related tags found
No related merge requests found
......@@ -38,3 +38,7 @@ INHERIT += "uninative"
# IMAGE_CLASSES, but doing a direct `inherit testimage` in image recipes
# instead.
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"
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