summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2021-05-12 16:36:22 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-13 11:34:34 +0100
commit64ba8fc55b1f992af34b1f0a8f1e732f24bef784 (patch)
treea7dc8985cb8b6c007e65de0bcd9f2b19eca7ab3e /meta-poky
parent899da712ae213bff2405e7670bdff9927633114e (diff)
downloadpoky-64ba8fc55b1f992af34b1f0a8f1e732f24bef784.tar.gz
local.conf.sample: fix typo
(From meta-yocto rev: 8d872236e713a4b26059039fb32e93e7b602bb6c) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index a94b613bac..c27766e901 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -188,7 +188,7 @@ PATCHRESOLVE = "noop"
188# 188#
189# Monitor the disk space during the build. If there is less that 1GB of space or less 189# Monitor the disk space during the build. If there is less that 1GB of space or less
190# than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully 190# than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
191# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort 191# shutdown the build. If there is less than 100MB or 1K inodes, perform a hard abort
192# of the build. The reason for this is that running completely out of space can corrupt 192# of the build. The reason for this is that running completely out of space can corrupt
193# files and damages the build in ways which may not be easily recoverable. 193# files and damages the build in ways which may not be easily recoverable.
194# It's necessary to monitor /tmp, if there is no space left the build will fail 194# It's necessary to monitor /tmp, if there is no space left the build will fail