mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-06 16:48:13 +00:00
kas-poky-rpi.yml: renamed ABORT to HALT
Naming changed in Yocto. And it avoids a warning during the run. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
e3f733cadd
commit
8585b42bd6
@@ -55,7 +55,7 @@ local_conf_header:
|
|||||||
STOPTASKS,${DL_DIR},1G,100K \
|
STOPTASKS,${DL_DIR},1G,100K \
|
||||||
STOPTASKS,${SSTATE_DIR},1G,100K \
|
STOPTASKS,${SSTATE_DIR},1G,100K \
|
||||||
STOPTASKS,/tmp,100M,100K \
|
STOPTASKS,/tmp,100M,100K \
|
||||||
ABORT,${TMPDIR},100M,1K \
|
HALT,${TMPDIR},100M,1K \
|
||||||
ABORT,${DL_DIR},100M,1K \
|
HALT,${DL_DIR},100M,1K \
|
||||||
ABORT,${SSTATE_DIR},100M,1K \
|
HALT,${SSTATE_DIR},100M,1K \
|
||||||
ABORT,/tmp,10M,1K"
|
HALT,/tmp,10M,1K"
|
||||||
|
|||||||
Reference in New Issue
Block a user