Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
  • Loading branch information
ajlennon committed Jan 21, 2025
1 parent 1de7fc9 commit 553d815
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions kas/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,3 @@ header:

local_conf_header:

base: |
BB_SERVER_TIMEOUT = "300"
reduce_diskspace: |
INHERIT += "rm_work_and_downloads"
Strip down unneeded features: |
POKY_DEFAULT_DISTRO_FEATURES:remove = "ptest"
POKY_DEFAULT_DISTRO_FEATURES:remove = "wayland"
DISTRO_FEATURES_DEFAULT:remove = "x11"
DISTRO_FEATURES:append = " systemd usrmerge"
VIRTUAL-RUNTIME_init_manager = "systemd"
DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"
Yocto Sstate cache: |
BB_SIGNATURE_HANDLER = "OEEquivHash"
BB_HASHSERVE = "auto"
BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
SSTATE_MIRRORS:append = " file://.* https://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
Yocto Source mirror: |
MIRRORS:append = "\
git://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \
ftp://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \
http://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \
https://.*/.* https://downloads.yoctoproject.org/mirror/sources/"
diskmon: |
BB_DISKMON_DIRS = "\
STOPTASKS,${TMPDIR},100M,100K \
STOPTASKS,${DL_DIR},100M,100K \
STOPTASKS,${SSTATE_DIR},100M,100K \
STOPTASKS,/tmp,100M,100K \
HALT,${TMPDIR},10M,1K \
HALT,${DL_DIR},10M,1K \
HALT,${SSTATE_DIR},10M,1K \
HALT,/tmp,10M,1K"

0 comments on commit 553d815

Please sign in to comment.