From 9b800fe261650e4300795ce9762422d93cd31251 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 3 Sep 2010 18:34:24 +0100 Subject: scripts: use the exported POKY_NATIVE_SYSROOT variable Rather than trying to determine things through guess-work use the newly exported variables to determine where the native binaries reside and whether we are running in a build directory or not. Signed-off-by: Joshua Lock --- scripts/runqemu-nfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/runqemu-nfs') diff --git a/scripts/runqemu-nfs b/scripts/runqemu-nfs index 79b41ca79..19943a764 100755 --- a/scripts/runqemu-nfs +++ b/scripts/runqemu-nfs @@ -93,7 +93,7 @@ fi MACHINE=$QEMUARCH TYPE="nfs" HDIMAGE=$SDK_ROOTFS_DIR -CROSSPATH=$NATIVE_SYSROOT_DIR/usr/bin +CROSSPATH=$POKY_NATIVE_SYSROOT/usr/bin . $QEMU_INTERNAL_SCRIPT # Cleanup -- cgit v1.2.3