From b6bf8da1a58541fef58862e9c783d9bdad0d5c83 Mon Sep 17 00:00:00 2001 From: George Liu Date: Tue, 12 Apr 2022 14:01:21 +0800 Subject: treewide: Update BB_DISKMON_DIRS use Per [1][2], Yocto is starting to deprecate ABORT and has replaced the "ABORT" action in BB_DISKMON_DIRS entries with "HALT". 1. https://wiki.yoctoproject.org/wiki/Inclusive_language 2. https://git.yoctoproject.org/poky/commit/?id=4f77505d94a8f6260933f457e9848d1d2fa98ce5 Tested: Built obmc-phosphor-image successfully and eliminate the following warnings: ``` WARNING: The BB_DISKMON_DIRS "ABORT" action has been renamed to "HALT", update configuration ``` Signed-off-by: George Liu Change-Id: If57d0ded9fac41e23b31b01e2a0e309ac7388148 --- meta-wistron/meta-lannister/conf/local.conf.sample | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-wistron') diff --git a/meta-wistron/meta-lannister/conf/local.conf.sample b/meta-wistron/meta-lannister/conf/local.conf.sample index 7a25c39a37..e0c0ca5280 100644 --- a/meta-wistron/meta-lannister/conf/local.conf.sample +++ b/meta-wistron/meta-lannister/conf/local.conf.sample @@ -10,9 +10,9 @@ 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" CONF_VERSION = "2" -- cgit v1.2.3