aboutsummaryrefslogtreecommitdiffstats
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
exit 1
fi
. $SYSROOT_SETUP_SCRIPT
-PSEUDO_OPTS="-P $POKY_NATIVE_SYSROOT/usr"
+PSEUDO_OPTS="-P $OECORE_NATIVE_SYSROOT/usr"
ROOTFS_TARBALL=$1
SDK_ROOTFS_DIR=$2