]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/wipe-sysroot: also delete uninative sysroot
authorRoss Burton <ross.burton@intel.com>
Mon, 25 Jan 2016 15:04:39 +0000 (15:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 Jan 2016 22:31:08 +0000 (22:31 +0000)
The uninative sysroot is in ${STAGING_DIR}-uninative so delete that alongwith
$STAGING_DIR.

Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/wipe-sysroot

index c22d39a405946fab8eff8782c39682354bc2c3de..9e067e8df96937d97eb1cdd07ae03841b3a63ba9 100755 (executable)
@@ -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.*