[oe-commits] [openembedded-core] 02/03: image-vm: Exclude DISK_SIGNATURE_GENERATED from task signature

git at git.openembedded.org git at git.openembedded.org
Sun Apr 3 09:16:16 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit f54d0f9cc3ef5f0db7be3aec5c381e3cff963620
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sun Apr 3 10:14:18 2016 +0100

    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 <richard.purdie at linuxfoundation.org>
---
 meta/classes/image-vm.bbclass | 1 +
 1 file changed, 1 insertion(+)

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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list