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: lucaceresoli/bug-15201-perf-libtraceevent-missing~26271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5ab6111dbf21d2fc6a6e4aeaa9f105e3e0a23ac;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 326dc04e62c..2cd2640cb1f 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"