Skip to content
Snippets Groups Projects
Verified Commit 893de187 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

allscenarios-linux.conf: Enable debug uart by default on RaspberryPi


We default to debug-tweaks for our images so let's also have debug
console by default. This will need to tie in with production/development
builds feature in the future.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 61e8245f
No related branches found
No related tags found
No related merge requests found
......@@ -19,3 +19,6 @@ DISTRO_FEATURES_remove = "nfc 3g pcmcia"
DISTRO_FEATURES_append = "optee"
PREFERRED_VERSION_linux-yocto = "5.10%"
# Default to enabling serial debug console on RaspberryPi
ENABLE_UART ?= "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