diff options
Diffstat (limited to 'meta/classes/qemuboot.bbclass')
-rw-r--r-- | meta/classes/qemuboot.bbclass | 1 |
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 | ||
81 | do_write_qemuboot_conf[vardeps] += "${@' '.join(qemuboot_vars(d))}" | 81 | do_write_qemuboot_conf[vardeps] += "${@' '.join(qemuboot_vars(d))}" |
82 | do_write_qemuboot_conf[vardepsexclude] += "TOPDIR" | ||
82 | python do_write_qemuboot_conf() { | 83 | python do_write_qemuboot_conf() { |
83 | import configparser | 84 | import configparser |
84 | 85 | ||