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 bf529e9aa4..5e7e7c0659 100644 --- a/meta/classes/qemuboot.bbclass +++ b/meta/classes/qemuboot.bbclass | |||
| @@ -131,6 +131,8 @@ python do_write_qemuboot_conf() { | |||
| 131 | 'qemu-helper-native/1.0-r1/recipe-sysroot-native/usr/bin/') | 131 | 'qemu-helper-native/1.0-r1/recipe-sysroot-native/usr/bin/') |
| 132 | else: | 132 | else: |
| 133 | val = d.getVar(k) | 133 | val = d.getVar(k) |
| 134 | if val is None: | ||
| 135 | continue | ||
| 134 | # we only want to write out relative paths so that we can relocate images | 136 | # we only want to write out relative paths so that we can relocate images |
| 135 | # and still run them | 137 | # and still run them |
| 136 | if val.startswith(topdir): | 138 | if val.startswith(topdir): |
