mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b2341e6f97
commit
0cc4c008d6
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user