Skip to content
Snippets Groups Projects
Commit df59d827 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Andrei Gherzan
Browse files

zephyr-kernel: add a switch for excluding the ACM0 patch


Using the ACM0 requires opening the console for the app to start. This
is often undesirable. Add a switch to disable this patch if not needed.

Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@huawei.com>
parent eaaf8639
No related branches found
No related tags found
1 merge request!9zephyr-kernel: add a switch for excluding the ACM0 patch
Pipeline #4250 passed with warnings
...@@ -54,7 +54,7 @@ SRC_URI = "\ ...@@ -54,7 +54,7 @@ SRC_URI = "\
git://github.com/zephyrproject-rtos/tflite-micro.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/tflite-micro;name=tflite-micro \ git://github.com/zephyrproject-rtos/tflite-micro.git;protocol=https;nobranch=1;destsuffix=git/modules/lib/tflite-micro;name=tflite-micro \
file://0001-cmake-add-yocto-toolchain.patch \ file://0001-cmake-add-yocto-toolchain.patch \
file://0001-x86-fix-efi-binary-generation-issue-in-cross-compila.patch \ file://0001-x86-fix-efi-binary-generation-issue-in-cross-compila.patch \
file://0001-console-enable-the-USB-ACM0-console-by-default.patch \ ${@bb.utils.contains("ONIRO_NO_ACM0", "1", "", "file://0001-console-enable-the-USB-ACM0-console-by-default.patch", d)} \
" "
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
......
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