aboutsummaryrefslogtreecommitdiffstats
path: root/classes/zephyr-qemuboot.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/zephyr-qemuboot.bbclass')
-rw-r--r--classes/zephyr-qemuboot.bbclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/classes/zephyr-qemuboot.bbclass b/classes/zephyr-qemuboot.bbclass
index 39de3f0..5ac1c86 100644
--- a/classes/zephyr-qemuboot.bbclass
+++ b/classes/zephyr-qemuboot.bbclass
@@ -11,9 +11,6 @@ IMAGE_LINK_NAME = "${PN}-image-${MACHINE}"
# Create a link with "-image-" in the name just to keep runqemu happy
QEMU_IMAGE_LINK = "${DEPLOY_DIR_IMAGE}/${PN}-image-${MACHINE}.elf"
-# qemuboot writes into IMGDEPLOYDIR, force to write to DEPLOY_DIR_IMAGE
-IMGDEPLOYDIR = "${DEPLOY_DIR_IMAGE}"
-
CLEANFUNCS += "bootconf_clean"
python bootconf_clean() {