mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-05 05:04:45 +02: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:
parent
e3f733cadd
commit
8585b42bd6
|
@ -55,7 +55,7 @@ local_conf_header:
|
|||
STOPTASKS,${DL_DIR},1G,100K \
|
||||
STOPTASKS,${SSTATE_DIR},1G,100K \
|
||||
STOPTASKS,/tmp,100M,100K \
|
||||
ABORT,${TMPDIR},100M,1K \
|
||||
ABORT,${DL_DIR},100M,1K \
|
||||
ABORT,${SSTATE_DIR},100M,1K \
|
||||
ABORT,/tmp,10M,1K"
|
||||
HALT,${TMPDIR},100M,1K \
|
||||
HALT,${DL_DIR},100M,1K \
|
||||
HALT,${SSTATE_DIR},100M,1K \
|
||||
HALT,/tmp,10M,1K"
|
||||
|
|
Loading…
Reference in New Issue
Block a user