Skip to content
Snippets Groups Projects
Commit 5b34462e authored by Pavel Zhukov's avatar Pavel Zhukov
Browse files

zephyr-kernel-src.inc: Reverse logic of applying ACM0 patch

Patch should be applied only in CI environment with "ONIRO_ENABLE_ACM0"
flag set to not break UX

Fixes: #30



Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
parent df59d827
No related branches found
No related tags found
No related merge requests found
Pipeline #5630 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 \
${@bb.utils.contains("ONIRO_NO_ACM0", "1", "", "file://0001-console-enable-the-USB-ACM0-console-by-default.patch", d)} \ ${@bb.utils.contains("ONIRO_ENABLE_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