From 073610af04be326f9245ca91714526b390fb72cd Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 26 Sep 2017 00:23:35 +1300 Subject: classes: drop image dependencies on TOPDIR variable We don't need a dependency on this variable changing, and having one causes locked signature warnings during eSDK installation if you have INITRAMFS_IMAGE_* set (since TOPDIR will always be different between the eSDK and the environment in which it was built). Relates to [YOCTO #12102]. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta/classes/qemuboot.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/classes/qemuboot.bbclass') diff --git a/meta/classes/qemuboot.bbclass b/meta/classes/qemuboot.bbclass index bd2f01db23..7243cc5257 100644 --- a/meta/classes/qemuboot.bbclass +++ b/meta/classes/qemuboot.bbclass @@ -79,6 +79,7 @@ def qemuboot_vars(d): return build_vars + [k for k in d.keys() if k.startswith('QB_')] do_write_qemuboot_conf[vardeps] += "${@' '.join(qemuboot_vars(d))}" +do_write_qemuboot_conf[vardepsexclude] += "TOPDIR" python do_write_qemuboot_conf() { import configparser -- cgit v1.2.3