diff options
-rw-r--r-- | meta/classes/qemuboot.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/qemuboot.bbclass b/meta/classes/qemuboot.bbclass index 54044c38da..68f7a03619 100644 --- a/meta/classes/qemuboot.bbclass +++ b/meta/classes/qemuboot.bbclass | |||
@@ -83,7 +83,6 @@ QB_DRIVE_TYPE ?= "/dev/sd" | |||
83 | 83 | ||
84 | # Create qemuboot.conf | 84 | # Create qemuboot.conf |
85 | addtask do_write_qemuboot_conf after do_rootfs before do_image | 85 | addtask do_write_qemuboot_conf after do_rootfs before do_image |
86 | IMGDEPLOYDIR ?= "${WORKDIR}/deploy-${PN}-image-complete" | ||
87 | 86 | ||
88 | def qemuboot_vars(d): | 87 | def qemuboot_vars(d): |
89 | build_vars = ['MACHINE', 'TUNE_ARCH', 'DEPLOY_DIR_IMAGE', | 88 | build_vars = ['MACHINE', 'TUNE_ARCH', 'DEPLOY_DIR_IMAGE', |