summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/local.conf.sample
diff options
context:
space:
mode:
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