Skip to content

Commit 1fdeb7e

Browse files
committed
reset: 5.10.145-ti-arm64-r72
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
1 parent 814ad9f commit 1fdeb7e

5 files changed

Lines changed: 17 additions & 6 deletions

File tree

.gitlab-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@ image: robertcnelson/debian-bullseye-slim-ti-linux-kernel-dev:latest
33
build:
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"

patches/debian-arm64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
#
55
CONFIG_CC_VERSION_TEXT="gcc-10 (Debian 10.2.1-6) 10.2.1 20210110"
66
CONFIG_CC_IS_GCC=y
@@ -23,7 +23,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32
2323
# CONFIG_COMPILE_TEST is not set
2424
CONFIG_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"
2727
CONFIG_DEFAULT_INIT=""
2828
CONFIG_DEFAULT_HOSTNAME="(none)"
2929
CONFIG_SWAP=y

patches/get_debian_configs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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

88
debian_site="http://ftp.de.debian.org/debian/pool/main/l/linux"
99
incoming_site="http://incoming.debian.org/debian-buildd/pool/main/l/linux"

tools/host_det.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ KERNEL_REL=5.10
4545
KERNEL_TAG=${KERNEL_REL}.145
4646
kernel_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=""

0 commit comments

Comments
 (0)