From: Richard Purdie Date: Fri, 11 Aug 2023 08:14:10 +0000 (+0100) Subject: qemuboot: Update hardcoded path to match new layout X-Git-Tag: uninative-4.2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05095c116602d1a8c388cc02afffcc36230138f7;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git qemuboot: Update hardcoded path to match new layout 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 --- diff --git a/meta/classes-recipe/qemuboot.bbclass b/meta/classes-recipe/qemuboot.bbclass index 12d0a509f13..e30b380c3dc 100644 --- a/meta/classes-recipe/qemuboot.bbclass +++ b/meta/classes-recipe/qemuboot.bbclass @@ -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: