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

git at git.openembedded.org git at git.openembedded.org
Sun Apr 3 14:54:27 UTC 2016


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

commit b5ab6111dbf21d2fc6a6e4aeaa9f105e3e0a23ac
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