]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
qemuboot: Update hardcoded path to match new layout
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Aug 2023 08:14:10 +0000 (09:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Aug 2023 12:21:31 +0000 (13:21 +0100)
Obviously this code is horrible and shouldn't hardcode it. Update it to match
the WORKDIR change to drop PE/PR for now.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/qemuboot.bbclass

index 12d0a509f13d288ed6f1595ac6cfff9f888d019b..e30b380c3dc33833bb6299f9ae8ac02bebdf1290 100644 (file)
@@ -143,7 +143,7 @@ python do_write_qemuboot_conf() {
         # contains all tools required by runqemu
         if k == 'STAGING_BINDIR_NATIVE':
             val = os.path.join(d.getVar('BASE_WORKDIR'), d.getVar('BUILD_SYS'),
-                               'qemu-helper-native/1.0-r1/recipe-sysroot-native/usr/bin/')
+                               'qemu-helper-native/1.0/recipe-sysroot-native/usr/bin/')
         else:
             val = d.getVar(k)
         if val is None: