diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2020-04-06 19:02:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-24 14:10:07 +0100 |
commit | 0cc4c008d6aacb0191f14d1e3340ba5c9f6bae8f (patch) | |
tree | 343a7b1035763a237f2098786f33f3c5ef3c4fdd /meta | |
parent | b2341e6f97b8b0b04c6f7ec86bad8d86687a1b1a (diff) | |
download | poky-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')
-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', |