From ba5e0b9531b9a967aa3d408a13024590d96b8391 Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Tue, 7 Dec 2010 20:59:06 -0800 Subject: Make poky-qemu and related scripts work with arbitrary SDK locations * No longer assume SDK toolchains are installed in /opt/poky * [BUGFIX #568] where specifying paths to both the kernel and fs image caused an error due to POKY_NATIVE_SYSROOT never being set, triggering failure of poky-qemu-ifup/ifdown * Cosmetic improvements to usage() functions by using basename Signed-off-by: Scott Garman --- scripts/poky-find-native-sysroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/poky-find-native-sysroot') diff --git a/scripts/poky-find-native-sysroot b/scripts/poky-find-native-sysroot index d8002f963e..226229421c 100755 --- a/scripts/poky-find-native-sysroot +++ b/scripts/poky-find-native-sysroot @@ -1,7 +1,7 @@ #!/bin/bash # # Find a native sysroot to use - either from an in-tree Poky build or -# from a toolchain installation in /opt/poky. It then ensures the variable +# from a toolchain installation. It then ensures the variable # $POKY_NATIVE_SYSROOT is set to the sysroot's base directory, and sets # $PSEUDO to the path of the pseudo binary. # -- cgit 1.2.3-korg