Skip to content
Snippets Groups Projects

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

Merged Pavel Zhukov requested to merge landgraf/meta-zephyr:enable_acm0 into oniro/kirkstone
All threads resolved!
Files
2
@@ -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)} \
+4
${@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"
Loading