summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorNaoki Hayama <naoki.hayama@lineo.co.jp>2020-10-12 14:12:13 +0900
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-13 09:42:08 +0100
commit8566644d3192ba345805e7e66b59e688bda26e7b (patch)
tree8a5d34ef3f4423d8aebf83e0b42a834cc12bdf54 /meta-poky
parent893c644215f0a6d45e100047e89080dcfb50d253 (diff)
downloadpoky-8566644d3192ba345805e7e66b59e688bda26e7b.tar.gz
local.conf.sample: Fix comment typo
Fix comment typo. s/necesary/necessary/ (From meta-yocto rev: 94d1714f8ecbedb6fabad72c58d3e4e86c087202) Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp> 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 032f2623ee..68e71b930b 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -191,7 +191,7 @@ PATCHRESOLVE = "noop"
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 that 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 necesary 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
195# with very exotic errors. 195# with very exotic errors.
196BB_DISKMON_DIRS ??= "\ 196BB_DISKMON_DIRS ??= "\
197 STOPTASKS,${TMPDIR},1G,100K \ 197 STOPTASKS,${TMPDIR},1G,100K \