mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
zephyr-image.inc: fix runqemu failure
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
@@ -10,7 +10,8 @@ do_install() {
|
|||||||
for output in ${ZEPHYR_MAKE_OUTPUT}; do
|
for output in ${ZEPHYR_MAKE_OUTPUT}; do
|
||||||
if [ -f ${B}/zephyr/${output} ];
|
if [ -f ${B}/zephyr/${output} ];
|
||||||
then
|
then
|
||||||
install -D ${B}/zephyr/${output} ${D}/firmware/
|
output_img=$(echo ${output} | sed -e "s/zephyr/${PN}/g")
|
||||||
|
install -D ${B}/zephyr/${output} ${D}/firmware/${output_img}
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user