meta-digi: sync config templates with yocto 2.0
https://jira.digi.com/browse/DEL-1890 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
6506ee17c2
commit
66890a6f45
|
|
@ -210,13 +210,17 @@ PATCHRESOLVE = "noop"
|
||||||
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
||||||
# of the build. The reason for this is that running completely out of space can corrupt
|
# 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.
|
# 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
|
||||||
|
# with very exotic errors.
|
||||||
BB_DISKMON_DIRS = "\
|
BB_DISKMON_DIRS = "\
|
||||||
STOPTASKS,${TMPDIR},1G,100K \
|
STOPTASKS,${TMPDIR},1G,100K \
|
||||||
STOPTASKS,${DL_DIR},1G,100K \
|
STOPTASKS,${DL_DIR},1G,100K \
|
||||||
STOPTASKS,${SSTATE_DIR},1G,100K \
|
STOPTASKS,${SSTATE_DIR},1G,100K \
|
||||||
|
STOPTASKS,/tmp,100M,100K \
|
||||||
ABORT,${TMPDIR},100M,1K \
|
ABORT,${TMPDIR},100M,1K \
|
||||||
ABORT,${DL_DIR},100M,1K \
|
ABORT,${DL_DIR},100M,1K \
|
||||||
ABORT,${SSTATE_DIR},100M,1K"
|
ABORT,${SSTATE_DIR},100M,1K \
|
||||||
|
ABORT,/tmp,10M,1K"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Shared-state files from other locations
|
# Shared-state files from other locations
|
||||||
|
|
|
||||||
|
|
@ -214,13 +214,17 @@ PATCHRESOLVE = "noop"
|
||||||
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
||||||
# of the build. The reason for this is that running completely out of space can corrupt
|
# 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.
|
# 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
|
||||||
|
# with very exotic errors.
|
||||||
BB_DISKMON_DIRS = "\
|
BB_DISKMON_DIRS = "\
|
||||||
STOPTASKS,${TMPDIR},1G,100K \
|
STOPTASKS,${TMPDIR},1G,100K \
|
||||||
STOPTASKS,${DL_DIR},1G,100K \
|
STOPTASKS,${DL_DIR},1G,100K \
|
||||||
STOPTASKS,${SSTATE_DIR},1G,100K \
|
STOPTASKS,${SSTATE_DIR},1G,100K \
|
||||||
|
STOPTASKS,/tmp,100M,100K \
|
||||||
ABORT,${TMPDIR},100M,1K \
|
ABORT,${TMPDIR},100M,1K \
|
||||||
ABORT,${DL_DIR},100M,1K \
|
ABORT,${DL_DIR},100M,1K \
|
||||||
ABORT,${SSTATE_DIR},100M,1K"
|
ABORT,${SSTATE_DIR},100M,1K \
|
||||||
|
ABORT,/tmp,10M,1K"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Shared-state files from other locations
|
# Shared-state files from other locations
|
||||||
|
|
|
||||||
|
|
@ -212,13 +212,17 @@ PATCHRESOLVE = "noop"
|
||||||
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
||||||
# of the build. The reason for this is that running completely out of space can corrupt
|
# 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.
|
# 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
|
||||||
|
# with very exotic errors.
|
||||||
BB_DISKMON_DIRS = "\
|
BB_DISKMON_DIRS = "\
|
||||||
STOPTASKS,${TMPDIR},1G,100K \
|
STOPTASKS,${TMPDIR},1G,100K \
|
||||||
STOPTASKS,${DL_DIR},1G,100K \
|
STOPTASKS,${DL_DIR},1G,100K \
|
||||||
STOPTASKS,${SSTATE_DIR},1G,100K \
|
STOPTASKS,${SSTATE_DIR},1G,100K \
|
||||||
|
STOPTASKS,/tmp,100M,100K \
|
||||||
ABORT,${TMPDIR},100M,1K \
|
ABORT,${TMPDIR},100M,1K \
|
||||||
ABORT,${DL_DIR},100M,1K \
|
ABORT,${DL_DIR},100M,1K \
|
||||||
ABORT,${SSTATE_DIR},100M,1K"
|
ABORT,${SSTATE_DIR},100M,1K \
|
||||||
|
ABORT,/tmp,10M,1K"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Shared-state files from other locations
|
# Shared-state files from other locations
|
||||||
|
|
|
||||||
|
|
@ -195,13 +195,17 @@ PATCHRESOLVE = "noop"
|
||||||
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
|
||||||
# of the build. The reason for this is that running completely out of space can corrupt
|
# 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.
|
# 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
|
||||||
|
# with very exotic errors.
|
||||||
BB_DISKMON_DIRS = "\
|
BB_DISKMON_DIRS = "\
|
||||||
STOPTASKS,${TMPDIR},1G,100K \
|
STOPTASKS,${TMPDIR},1G,100K \
|
||||||
STOPTASKS,${DL_DIR},1G,100K \
|
STOPTASKS,${DL_DIR},1G,100K \
|
||||||
STOPTASKS,${SSTATE_DIR},1G,100K \
|
STOPTASKS,${SSTATE_DIR},1G,100K \
|
||||||
|
STOPTASKS,/tmp,100M,100K \
|
||||||
ABORT,${TMPDIR},100M,1K \
|
ABORT,${TMPDIR},100M,1K \
|
||||||
ABORT,${DL_DIR},100M,1K \
|
ABORT,${DL_DIR},100M,1K \
|
||||||
ABORT,${SSTATE_DIR},100M,1K"
|
ABORT,${SSTATE_DIR},100M,1K \
|
||||||
|
ABORT,/tmp,10M,1K"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Shared-state files from other locations
|
# Shared-state files from other locations
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue