File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,10 +3,18 @@ image: robertcnelson/debian-bullseye-slim-ti-linux-kernel-dev:latest
33build :
44 stage : build
55 script :
6+ - . version.sh && echo $BRANCH
7+ - mkdir -p /root/.cache/ccache/ || true
8+ - ccache -s
9+ - tar -xf /mnt/yocto-cache/ccache/ccache-$BRANCH.tar.gz -C / || true
10+ - ccache -s
611 - cp -v system.sh.sample system.sh
712 - echo "AUTO_BUILD=1" >> system.sh
813 - echo "CORES=12" >> system.sh
914 - ./build_deb.sh
15+ - ccache -s
16+ - tar -cf ccache-$BRANCH.tar.gz /root/.cache/ccache/
17+ - cp -v ccache-$BRANCH.tar.gz /mnt/yocto-cache/ccache/ || true
1018 artifacts :
1119 paths :
1220 - " deploy/linux-image-*.deb"
Original file line number Diff line number Diff line change 11#
22# Automatically generated file; DO NOT EDIT.
3- # Linux/arm64 5.10.127 Kernel Configuration
3+ # Linux/arm64 5.10.140 Kernel Configuration
44#
55CONFIG_CC_VERSION_TEXT="gcc-10 (Debian 10.2.1-6) 10.2.1 20210110"
66CONFIG_CC_IS_GCC=y
@@ -23,7 +23,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32
2323# CONFIG_COMPILE_TEST is not set
2424CONFIG_LOCALVERSION=""
2525# CONFIG_LOCALVERSION_AUTO is not set
26- CONFIG_BUILD_SALT="5.10.0-16 -arm64"
26+ CONFIG_BUILD_SALT="5.10.0-18 -arm64"
2727CONFIG_DEFAULT_INIT=""
2828CONFIG_DEFAULT_HOSTNAME="(none)"
2929CONFIG_SWAP=y
Original file line number Diff line number Diff line change 22
33# https://packages.debian.org/source/bullseye/linux
44
5- abi=" 5.10.0-16 "
6- kernel=" 5.10.127 -1"
5+ abi=" 5.10.0-18 "
6+ kernel=" 5.10.140 -1"
77
88debian_site=" http://ftp.de.debian.org/debian/pool/main/l/linux"
99incoming_site=" http://incoming.debian.org/debian-buildd/pool/main/l/linux"
Original file line number Diff line number Diff line change @@ -453,6 +453,9 @@ debian_regs () {
453453 daedalus)
454454 deb_distro=" bookworm"
455455 ;;
456+ excalibur)
457+ deb_distro=" trixie"
458+ ;;
456459 esac
457460
458461 # Future Debian Code names:
@@ -490,7 +493,7 @@ debian_regs () {
490493 # 18.04 bionic: (EOL: April 2023) lts: bionic -> focal
491494 # 20.04 focal: (EOL: April 2025) lts: focal -> jammy
492495 # 22.04 jammy: (EOL: April 2027) lts: jammy -> xyz
493- # 22.10 kinetic: (EOL: )
496+ # 22.10 kinetic: (EOL: July 2023 )
494497 unset warn_eol_distro
495498 ;;
496499 hardy|lucid|maverick|natty|oneiric|precise|quantal|raring|saucy|trusty|utopic|vivid|wily|xenial|yakkety|zesty|artful|cosmic|disco|eoan|groovy|hirsute|impish)
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ KERNEL_REL=5.10
4545KERNEL_TAG=${KERNEL_REL} .145
4646kernel_rt=" .145-rt74"
4747# Kernel Build
48- BUILD=${build_prefix} 71.1
48+ BUILD=${build_prefix} 72
4949
5050# v5.X-rcX + upto SHA
5151# prev_KERNEL_SHA=""
You can’t perform that action at this time.
0 commit comments