meta-qualcomm/conf: Update BB_DISKMON_DIRS use
ABORT is deprecated and it needs to be replaced with HALT in
BB_DISKMON_DIRS action entries.
Tested: This warning message was removed.
WARNING: The BB_DISKMON_DIRS "ABORT" action has been renamed to "HALT", update configuration
Signed-off-by: Jae Hyun Yoo <quic_jaehyoo@quicinc.com>
Change-Id: Id548b0132981ee9c9e338c3d63cec82cd9496925
diff --git a/meta-qualcomm/conf/local.conf.sample b/meta-qualcomm/conf/local.conf.sample
index 6d5eeac..081fcc6 100644
--- a/meta-qualcomm/conf/local.conf.sample
+++ b/meta-qualcomm/conf/local.conf.sample
@@ -176,10 +176,10 @@
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"
+ HALT,${TMPDIR},100M,1K \
+ HALT,${DL_DIR},100M,1K \
+ HALT,${SSTATE_DIR},100M,1K \
+ HALT,/tmp,10M,1K"
#
# Shared-state files from other locations