mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 18:49:30 +02:00
zephyr-philosophers: use common naming conventions
Derive the name of the resulting image based on PN. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
This commit is contained in:
@@ -11,9 +11,8 @@ do_compile () {
|
||||
}
|
||||
|
||||
do_deploy () {
|
||||
install -D samples/philosophers/outdir/${BOARD}/zephyr.elf ${DEPLOYDIR}/philosophers.elf
|
||||
install -D samples/philosophers/outdir/${BOARD}/zephyr.bin ${DEPLOYDIR}/philosophers.bin
|
||||
export DEPLOY_DIR_IMAGE=${DEPLOYDIR}/philosophers.elf
|
||||
install -D samples/philosophers/outdir/${BOARD}/zephyr.elf ${DEPLOYDIR}/${PN}.elf
|
||||
install -D samples/philosophers/outdir/${BOARD}/zephyr.bin ${DEPLOYDIR}/${PN}.bin
|
||||
}
|
||||
|
||||
addtask deploy after do_compile
|
||||
|
||||
Reference in New Issue
Block a user