Browse Source

setup.sh: Do not delete build dir

When building in a non CI env this all is not
needed as the user might accidentally end up losing all the build
artifacts that are not intendeed to. On CI systems its better to delete
it via extra step outside setup

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 4 years ago
parent
commit
0ec98278a9
1 changed files with 0 additions and 4 deletions
  1. 0 4
      setup.sh

+ 0 - 4
setup.sh

@@ -6,10 +6,6 @@ MACHINE="qemuriscv64"
 CONFFILE="conf/auto.conf"
 CONFFILE="conf/auto.conf"
 BITBAKEIMAGE="core-image-full-cmdline"
 BITBAKEIMAGE="core-image-full-cmdline"
 
 
-# clean up the output dir
-echo "Cleaning build dir"
-rm -rf $DIR
-
 # make sure sstate is there
 # make sure sstate is there
 #echo "Creating sstate directory"
 #echo "Creating sstate directory"
 #mkdir -p ~/sstate/$MACHINE
 #mkdir -p ~/sstate/$MACHINE