summaryrefslogtreecommitdiff
path: root/yocto-poky/scripts/wipe-sysroot
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/scripts/wipe-sysroot')
-rwxr-xr-xyocto-poky/scripts/wipe-sysroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/yocto-poky/scripts/wipe-sysroot b/yocto-poky/scripts/wipe-sysroot
index c22d39a40..9e067e8df 100755
--- a/yocto-poky/scripts/wipe-sysroot
+++ b/yocto-poky/scripts/wipe-sysroot
@@ -42,7 +42,7 @@ fi
echo "Deleting the sysroots in $STAGING_DIR, and selected stamps in $SSTATE_MANIFESTS and $STAMPS_DIR."
# The sysroots themselves
-rm -rf $STAGING_DIR
+rm -rf $STAGING_DIR ${STAGING_DIR}-uninative
# The stamps that said the sysroot was populated
rm -rf $STAMPS_DIR/*/*/*.do_populate_sysroot.*