Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] image-vm: Exclude DISK_SIGNATURE_GENERATED from task signature
@ 2016-04-03  9:14 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2016-04-03  9:14 UTC (permalink / raw)
  To: openembedded-core

Otherwise the task hash changes between server and worker context
leading to changing task checksums.  

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

diff --git a/meta/classes/image-vm.bbclass b/meta/classes/image-vm.bbclass
index 326dc04..2cd2640 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"




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-03  9:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-03  9:14 [PATCH] image-vm: Exclude DISK_SIGNATURE_GENERATED from task signature Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox