summaryrefslogtreecommitdiffstats
path: root/scripts/poky-extract-sdk
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/poky-extract-sdk')
-rwxr-xr-xscripts/poky-extract-sdk2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-extract-sdk b/scripts/poky-extract-sdk
index a36d79d31c..ee2682e74a 100755
--- a/scripts/poky-extract-sdk
+++ b/scripts/poky-extract-sdk
@@ -36,7 +36,7 @@ if [ -z "$SYSROOT_SETUP_SCRIPT" ]; then
36 exit 1 36 exit 1
37fi 37fi
38. $SYSROOT_SETUP_SCRIPT 38. $SYSROOT_SETUP_SCRIPT
39PSEUDO_OPTS="-P $POKY_NATIVE_SYSROOT/usr" 39PSEUDO_OPTS="-P $OECORE_NATIVE_SYSROOT/usr"
40 40
41ROOTFS_TARBALL=$1 41ROOTFS_TARBALL=$1
42SDK_ROOTFS_DIR=$2 42SDK_ROOTFS_DIR=$2