summaryrefslogtreecommitdiffstats
path: root/meta/classes/qemuboot.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/qemuboot.bbclass')
-rw-r--r--meta/classes/qemuboot.bbclass1
1 files changed, 1 insertions, 0 deletions
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):
79 return build_vars + [k for k in d.keys() if k.startswith('QB_')] 79 return build_vars + [k for k in d.keys() if k.startswith('QB_')]
80 80
81do_write_qemuboot_conf[vardeps] += "${@' '.join(qemuboot_vars(d))}" 81do_write_qemuboot_conf[vardeps] += "${@' '.join(qemuboot_vars(d))}"
82do_write_qemuboot_conf[vardepsexclude] += "TOPDIR"
82python do_write_qemuboot_conf() { 83python do_write_qemuboot_conf() {
83 import configparser 84 import configparser
84 85