summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/local.conf.sample
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2022-01-24 12:29:26 -0800
committerMark Hatle <mark.hatle@xilinx.com>2022-01-25 07:47:41 -0800
commite45aaa96d3764a461bf1781a3ab133c3164720e5 (patch)
treeab8431f24ded128353db244053546453e47b70c2 /meta-xilinx-core/conf/local.conf.sample
parentb9b9dae35bef153adcb57d2adb6981323450ca98 (diff)
downloadmeta-xilinx-e45aaa96d3764a461bf1781a3ab133c3164720e5.tar.gz
Sync to honister
Honister fixed a couple of typos, this resolves the same in the 2022 branch. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-core/conf/local.conf.sample')
-rw-r--r--meta-xilinx-core/conf/local.conf.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xilinx-core/conf/local.conf.sample b/meta-xilinx-core/conf/local.conf.sample
index 944207c6..a7173fb8 100644
--- a/meta-xilinx-core/conf/local.conf.sample
+++ b/meta-xilinx-core/conf/local.conf.sample
@@ -27,7 +27,7 @@
27# 27#
28#MACHINE ?= "ultra96-zynqmp" 28#MACHINE ?= "ultra96-zynqmp"
29# 29#
30# This sets the default machine to be qemux86-64 if no other machine is selected: 30# This sets the default machine if no other machine is selected:
31MACHINE ??= "zynqmp-generic" 31MACHINE ??= "zynqmp-generic"
32 32
33# 33#
@@ -76,7 +76,7 @@ MACHINE ??= "zynqmp-generic"
76# 76#
77# The distribution setting controls which policy settings are used as defaults. 77# The distribution setting controls which policy settings are used as defaults.
78# The default value is fine for general Yocto project use, at least initially. 78# The default value is fine for general Yocto project use, at least initially.
79# Ultimately when creating custom policy, people will likely end up subclassing 79# Ultimately when creating custom policy, people will likely end up subclassing
80# these defaults. 80# these defaults.
81# 81#
82DISTRO ?= "petalinux" 82DISTRO ?= "petalinux"
@@ -171,7 +171,7 @@ PATCHRESOLVE = "noop"
171# 171#
172# Disk Space Monitoring during the build 172# Disk Space Monitoring during the build
173# 173#
174# Monitor the disk space during the build. If there is less that 1GB of space or less 174# Monitor the disk space during the build. If there is less than 1GB of space or less
175# than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully 175# than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
176# shutdown the build. If there is less than 100MB or 1K inodes, perform a hard abort 176# shutdown the build. If there is less than 100MB or 1K inodes, perform a hard abort
177# of the build. The reason for this is that running completely out of space can corrupt 177# of the build. The reason for this is that running completely out of space can corrupt