aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/zephyr-kernel/zephyr-sample.inc
blob: f7621d11c5e4ec0b9501344feb86e475ad1dee84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require zephyr-kernel-src.inc
require zephyr-kernel-common.inc
inherit deploy

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

do_install[noexec] = "1"

do_deploy () {
    install -D ${B}/zephyr/${ZEPHYR_MAKE_OUTPUT} ${DEPLOYDIR}/${PN}.elf
}
addtask deploy after do_compile