summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2021-05-12 16:36:22 +0200
committerSteve Sakoman <steve@sakoman.com>2021-05-14 07:16:38 -1000
commit6f069d0c272988ea52f99c648f198443e3b69730 (patch)
tree328fdbf992dc7f275b03cdb85ed323c58884279d
parent381a5f3e409504b2a31710d971eef58346339ae4 (diff)
downloadopenembedded-core-6f069d0c272988ea52f99c648f198443e3b69730.tar.gz
local.conf.sample: fix typo
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 414f8a75ce4e2a2f833593ba34151a897b1e9833) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index ce18b5f057..e1a6be3935 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -167,7 +167,7 @@ PATCHRESOLVE = "noop"
#
# Monitor the disk space during the build. If there is less that 1GB of space or less
# than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
-# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
+# shutdown the build. If there is less than 100MB or 1K inodes, perform a hard abort
# of the build. The reason for this is that running completely out of space can corrupt
# files and damages the build in ways which may not be easily recoverable.
# It's necesary to monitor /tmp, if there is no space left the build will fail