]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemuboot.bbclass: don't redefine IMGDEPLOYDIR
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 6 Apr 2020 17:02:28 +0000 (19:02 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Apr 2020 13:07:54 +0000 (14:07 +0100)
This variable is already defined in image.bbclass and there's not need
to redefine it here.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/qemuboot.bbclass

index 54044c38da1b7bc656e849ba1361ee96af833c0a..68f7a03619c51de90681de5c47b02e9403642928 100644 (file)
@@ -83,7 +83,6 @@ QB_DRIVE_TYPE ?= "/dev/sd"
 
 # Create qemuboot.conf
 addtask do_write_qemuboot_conf after do_rootfs before do_image
-IMGDEPLOYDIR ?= "${WORKDIR}/deploy-${PN}-image-complete"
 
 def qemuboot_vars(d):
     build_vars = ['MACHINE', 'TUNE_ARCH', 'DEPLOY_DIR_IMAGE',