From: Richard Purdie Date: Sun, 3 Apr 2016 09:14:18 +0000 (+0100) Subject: image-vm: Exclude DISK_SIGNATURE_GENERATED from task signature X-Git-Tag: 2016-4~161 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b5ab6111dbf21d2fc6a6e4aeaa9f105e3e0a23ac;p=openembedded-core.git image-vm: Exclude DISK_SIGNATURE_GENERATED from task signature Otherwise the task hash changes between server and worker context leading to changing task checksums. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/image-vm.bbclass b/meta/classes/image-vm.bbclass index 326dc04e62..2cd2640cb1 100644 --- a/meta/classes/image-vm.bbclass +++ b/meta/classes/image-vm.bbclass @@ -46,6 +46,7 @@ BOOTDD_VOLUME_ID ?= "boot" BOOTDD_EXTRA_SPACE ?= "16384" DISK_SIGNATURE ?= "${DISK_SIGNATURE_GENERATED}" +DISK_SIGNATURE[vardepsexclude] = "DISK_SIGNATURE_GENERATED" build_boot_dd() { HDDDIR="${S}/hdd/boot"