Skip to content

Commit

Permalink
kas-poky-rpi.yml: renamed ABORT to HALT
Browse files Browse the repository at this point in the history
Naming changed in Yocto.  And it avoids a warning during the run.

Signed-off-by: Jan Vermaete <[email protected]>
  • Loading branch information
vermaete authored and agherzan committed Jul 24, 2023
1 parent e3f733c commit 8585b42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kas-poky-rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 8585b42

Please sign in to comment.