diff --git a/build-fct/conf/local.conf b/build-fct/conf/local.conf index cfe6c86..8007fa8 100644 --- a/build-fct/conf/local.conf +++ b/build-fct/conf/local.conf @@ -7,11 +7,9 @@ BB_DISKMON_DIRS = "\ STOPTASKS,${TMPDIR},1G,100K \ STOPTASKS,${DL_DIR},1G,100K \ STOPTASKS,${SSTATE_DIR},1G,100K \ - STOPTASKS,/tmp,100M,100K \ ABORT,${TMPDIR},100M,1K \ ABORT,${DL_DIR},100M,1K \ - ABORT,${SSTATE_DIR},100M,1K \ - ABORT,/tmp,10M,1K" + ABORT,${SSTATE_DIR},100M,1K" ASSUME_PROVIDED += "libsdl-native" CONF_VERSION = "1" EXTRA_IMAGE_FEATURES_append = " debug-tweaks" diff --git a/build-minimal/conf/local.conf b/build-minimal/conf/local.conf index cfe6c86..8007fa8 100644 --- a/build-minimal/conf/local.conf +++ b/build-minimal/conf/local.conf @@ -7,11 +7,9 @@ BB_DISKMON_DIRS = "\ STOPTASKS,${TMPDIR},1G,100K \ STOPTASKS,${DL_DIR},1G,100K \ STOPTASKS,${SSTATE_DIR},1G,100K \ - STOPTASKS,/tmp,100M,100K \ ABORT,${TMPDIR},100M,1K \ ABORT,${DL_DIR},100M,1K \ - ABORT,${SSTATE_DIR},100M,1K \ - ABORT,/tmp,10M,1K" + ABORT,${SSTATE_DIR},100M,1K" ASSUME_PROVIDED += "libsdl-native" CONF_VERSION = "1" EXTRA_IMAGE_FEATURES_append = " debug-tweaks" diff --git a/build/conf/local.conf b/build/conf/local.conf index dfe4017..b1cb99e 100644 --- a/build/conf/local.conf +++ b/build/conf/local.conf @@ -7,11 +7,9 @@ BB_DISKMON_DIRS = "\ STOPTASKS,${TMPDIR},1G,100K \ STOPTASKS,${DL_DIR},1G,100K \ STOPTASKS,${SSTATE_DIR},1G,100K \ - STOPTASKS,/tmp,100M,100K \ ABORT,${TMPDIR},100M,1K \ ABORT,${DL_DIR},100M,1K \ - ABORT,${SSTATE_DIR},100M,1K \ - ABORT,/tmp,10M,1K" + ABORT,${SSTATE_DIR},100M,1K" ASSUME_PROVIDED += "libsdl-native" CONF_VERSION = "1" EXTRA_IMAGE_FEATURES_append = " debug-tweaks"