diff options
| -rw-r--r-- | meta/classes-recipe/qemuboot.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/qemuboot.bbclass b/meta/classes-recipe/qemuboot.bbclass index 12d0a509f1..e30b380c3d 100644 --- a/meta/classes-recipe/qemuboot.bbclass +++ b/meta/classes-recipe/qemuboot.bbclass | |||
| @@ -143,7 +143,7 @@ python do_write_qemuboot_conf() { | |||
| 143 | # contains all tools required by runqemu | 143 | # contains all tools required by runqemu |
| 144 | if k == 'STAGING_BINDIR_NATIVE': | 144 | if k == 'STAGING_BINDIR_NATIVE': |
| 145 | val = os.path.join(d.getVar('BASE_WORKDIR'), d.getVar('BUILD_SYS'), | 145 | val = os.path.join(d.getVar('BASE_WORKDIR'), d.getVar('BUILD_SYS'), |
| 146 | 'qemu-helper-native/1.0-r1/recipe-sysroot-native/usr/bin/') | 146 | 'qemu-helper-native/1.0/recipe-sysroot-native/usr/bin/') |
| 147 | else: | 147 | else: |
| 148 | val = d.getVar(k) | 148 | val = d.getVar(k) |
| 149 | if val is None: | 149 | if val is None: |
