Skip to content
Snippets Groups Projects

zephyr-kernel-test-twister: deploy cmake and make files for qemu

Merged Chase Qi requested to merge chaseqi/meta-zephyr:twister-qemu into oniro/kirkstone
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
@@ -76,6 +76,14 @@ ARTIFACTS = "\
zephyr.bin \
zephyr.elf \
"
ARTIFACTS:append:qemu-x86 = "\
CMakeCache.txt \
Makefile \
"
ARTIFACTS:append:qemu-cortex-m3 = "\
CMakeCache.txt \
Makefile \
"
do_compile() {
if test -n "${ZEPHYRTESTS}"; then
Loading