Skip to content
Snippets Groups Projects

zephyr-kernel: fix the ACM0 patch application logic

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -8,7 +8,7 @@ SRC_URI += " \
@@ -8,7 +8,7 @@ SRC_URI += " \
git://github.com/zephyrproject-rtos/trusted-firmware-m.git;protocol=https;nobranch=1;destsuffix=git/modules/tee/tfm;name=tfm \
git://github.com/zephyrproject-rtos/trusted-firmware-m.git;protocol=https;nobranch=1;destsuffix=git/modules/tee/tfm;name=tfm \
git://github.com/zephyrproject-rtos/hal_cypress.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/cypress;name=cypress \
git://github.com/zephyrproject-rtos/hal_cypress.git;protocol=https;nobranch=1;destsuffix=git/modules/hal/cypress;name=cypress \
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_ENABLE_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)} \
"
"
#
#
Loading