summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/local.conf.sample.extended
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-02-17 17:15:03 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-21 23:37:27 +0000
commit8cc8380074091b09229264ca9048b538c2fc1640 (patch)
tree84af85a819be39946beb6dcf6e1110894d592fb1 /meta-poky/conf/local.conf.sample.extended
parentd58ab954849986599290a0ca4745d2fca7e6ae15 (diff)
downloadpoky-8cc8380074091b09229264ca9048b538c2fc1640.tar.gz
meta-poky: Update BB_DISKMON_DIRS use
Update the example BB_DISKMON_DIRS definitions in the sample local.conf files for the rename of the "ABORT" action to "HALT". (From meta-yocto rev: f7dc69745e3dbd5cf0d4950c44169b26c30b1902) Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf/local.conf.sample.extended')
-rw-r--r--meta-poky/conf/local.conf.sample.extended2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/local.conf.sample.extended b/meta-poky/conf/local.conf.sample.extended
index 8a384540f9..1e3699ef8e 100644
--- a/meta-poky/conf/local.conf.sample.extended
+++ b/meta-poky/conf/local.conf.sample.extended
@@ -195,7 +195,7 @@ DISTRO_FEATURES:remove = "x11"
195# "action,directory,minimum_space,minimum_free_inode" 195# "action,directory,minimum_space,minimum_free_inode"
196# 196#
197# The "action" must be set and should be one of: 197# The "action" must be set and should be one of:
198# ABORT: Immediately abort 198# HALT: Immediately halt
199# STOPTASKS: The new tasks can't be executed any more, will stop the build 199# STOPTASKS: The new tasks can't be executed any more, will stop the build
200# when the running tasks have been done. 200# when the running tasks have been done.
201# WARN: show warnings (see BB_DISKMON_WARNINTERVAL for more information) 201# WARN: show warnings (see BB_DISKMON_WARNINTERVAL for more information)