summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2020-04-06 19:02:28 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-24 14:10:07 +0100
commit0cc4c008d6aacb0191f14d1e3340ba5c9f6bae8f (patch)
tree343a7b1035763a237f2098786f33f3c5ef3c4fdd /meta/classes
parentb2341e6f97b8b0b04c6f7ec86bad8d86687a1b1a (diff)
downloadpoky-0cc4c008d6aacb0191f14d1e3340ba5c9f6bae8f.tar.gz
qemuboot.bbclass: don't redefine IMGDEPLOYDIR
This variable is already defined in image.bbclass and there's not need to redefine it here. (From OE-Core rev: 3ab3b10d14798d27c8e5a096daab36d1bad64e80) Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/qemuboot.bbclass1
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
85addtask do_write_qemuboot_conf after do_rootfs before do_image 85addtask do_write_qemuboot_conf after do_rootfs before do_image
86IMGDEPLOYDIR ?= "${WORKDIR}/deploy-${PN}-image-complete"
87 86
88def qemuboot_vars(d): 87def qemuboot_vars(d):
89 build_vars = ['MACHINE', 'TUNE_ARCH', 'DEPLOY_DIR_IMAGE', 88 build_vars = ['MACHINE', 'TUNE_ARCH', 'DEPLOY_DIR_IMAGE',