Skip to content
Snippets Groups Projects

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

Merged Bartosz Golaszewski requested to merge brgl/meta-zephyr:brgl/no-acm0 into oniro/kirkstone
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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"
Loading