diff --git a/scripts/test-all.sh b/scripts/test-all.sh
index 06f32d20528fe3443609e82ae8fe4b25e40edeca..9b9a27f06d075208b79331c5b83514f8d11d3283 100755
--- a/scripts/test-all.sh
+++ b/scripts/test-all.sh
@@ -135,6 +135,9 @@ bake_all () {
     while [ $i -lt $array_length ]; do
 	activity="$txt_file_pkg_checking_kw $((i+1))/$array_length: ${array[$i]}"
 	echo $activity
+        # create clean bitbake environment
+	rm bitbake.lock cache/ sstate-cache/ tmp-eglibc/ -rf
+        bitbake
 	if [ "$arg" = "txt" ]; then
 	    # Try to bake every recipe. Store results in a report file. Just give $txt_file_pkg_ok_kw for working recipes, print more information on errors.
 	    echo $activity | tee -a "$report_file_raw" >> "$report_file_txt"