diff options
-rw-r--r-- | meta/classes/qemuboot.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/qemuboot.bbclass b/meta/classes/qemuboot.bbclass index 229bd88527..755d49acd6 100644 --- a/meta/classes/qemuboot.bbclass +++ b/meta/classes/qemuboot.bbclass | |||
@@ -136,6 +136,8 @@ python do_write_qemuboot_conf() { | |||
136 | 'qemu-helper-native/1.0-r1/recipe-sysroot-native/usr/bin/') | 136 | 'qemu-helper-native/1.0-r1/recipe-sysroot-native/usr/bin/') |
137 | else: | 137 | else: |
138 | val = d.getVar(k) | 138 | val = d.getVar(k) |
139 | if val is None: | ||
140 | continue | ||
139 | # we only want to write out relative paths so that we can relocate images | 141 | # we only want to write out relative paths so that we can relocate images |
140 | # and still run them | 142 | # and still run them |
141 | if val.startswith(topdir): | 143 | if val.startswith(topdir): |