aboutsummaryrefslogtreecommitdiffstats
path: root/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-image.inc
blob: 2d4c6ff009e3c1081414a6e24b0b209c987c4e21 (plain)
1
2
3
4
5
6
7
8
9
10
require zephyr-sample.inc
inherit testimage

QEMU_BIN_PATH = "${STAGING_BINDIR_NATIVE}"

ZEPHYR_BASE = "${S}"
OECMAKE_SOURCEPATH = "${S}/${ZEPHYR_SRC_DIR}"

addtask deploy after do_compile
do_install[noexec] = "1"