From e7b07fa9ed4517f2edda1e333e9489ef8b1f4384 Mon Sep 17 00:00:00 2001 From: Jae Hyun Yoo Date: Mon, 8 Aug 2022 15:31:20 -0700 Subject: 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 Change-Id: Id548b0132981ee9c9e338c3d63cec82cd9496925 --- meta-qualcomm/conf/local.conf.sample | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-qualcomm') diff --git a/meta-qualcomm/conf/local.conf.sample b/meta-qualcomm/conf/local.conf.sample index 6d5eeaca00..081fcc673c 100644 --- a/meta-qualcomm/conf/local.conf.sample +++ b/meta-qualcomm/conf/local.conf.sample @@ -176,10 +176,10 @@ BB_DISKMON_DIRS ??= "\ 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 -- cgit v1.2.3