Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a0fe3d0

Browse files
Release linux-revpi-v8 6.6.84-rt52-revpi9-1+deb12+1
Signed-off-by: Lino Sanfilippo <[email protected]>
1 parent 40417a0 commit a0fe3d0

File tree

7 files changed

+40
-12
lines changed

7 files changed

+40
-12
lines changed

debian/NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
linux-revpi-v8 (6.6.84-rt52-revpi9-1+deb12+1) bookworm; urgency=medium
2+
3+
* On RevPi connect 5 disable EEE on eth0. This resolves high packet loss in
4+
EEE capable setups.
5+
6+
-- Lino Sanfilippo <[email protected]> Tue, 24 Jun 2025 12:20:32 +0000
7+
18
linux-revpi-v8 (6.6.84-rt52-revpi8-1+deb12+1) bookworm; urgency=medium
29

310
* Kernel updated to version 6.6.84-rt52.

debian/changelog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
linux-revpi-v8 (6.6.84-rt52-revpi9-1+deb12+1) bookworm; urgency=medium
2+
3+
[ Nicolai Buchwitz ]
4+
* pibridge-serdev: swap crc in debug message
5+
* pibridge-serdev: add missing bracket
6+
* pibridge-serdev: Make baudrate configurable
7+
* pibridge-serdev: Make io timeout configurable
8+
9+
[ Thomas Böhler ]
10+
* ci: explicitly enable the fetch GIT_STRATEGY
11+
* dts/revpi-flasher: add overlay
12+
13+
[ Nicolai Buchwitz ]
14+
* dts: cm5/pi5: Disable EEE on rp1
15+
16+
[ Thomas Böhler ]
17+
* dts/revpi-flasher: rotate screen 270 degrees
18+
* dts/connect5: use proper bias-disable parameter
19+
20+
-- Lino Sanfilippo <[email protected]> Tue, 24 Jun 2025 12:18:49 +0000
21+
122
linux-revpi-v8 (6.6.84-rt52-revpi8-1+deb12+1) bookworm; urgency=medium
223

324
[ Nicolai Buchwitz ]

debian/control

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ Build-Depends-Arch: bc, bison, cpio, flex, kmod, libelf-dev:native, libssl-dev:n
88
Homepage: https://www.kernel.org/
99
Standards-Version: 4.6.2
1010

11-
Package: linux-image-6.6.0-revpi8-rpi-v8
11+
Package: linux-image-6.6.0-revpi9-rpi-v8
1212
Depends: kmod, linux-base (>= 4.3~)
1313
Architecture: arm64
14-
Description: Linux kernel, version 6.6.0-revpi8-rpi-v8
14+
Description: Linux kernel, version 6.6.0-revpi9-rpi-v8
1515
This package contains the Linux kernel, modules and corresponding other
16-
files, version: 6.6.0-revpi8-rpi-v8.
16+
files, version: 6.6.0-revpi9-rpi-v8.
1717

1818
Package: linux-image-revpi-v8
1919
Section: kernel
2020
Provides: linux-image-generic, wireguard-modules (= 1.0.0)
21-
Depends: linux-image-6.6.0-revpi8-rpi-v8 (= 6.6.84-rt52-revpi8-1+deb12+1)
21+
Depends: linux-image-6.6.0-revpi9-rpi-v8 (= 6.6.84-rt52-revpi9-1+deb12+1)
2222
Architecture: arm64
2323
Description: Linux kernel for Revolution Pi devices (meta-package)
2424
This package depends on the latest Linux kernel and modules for use on
@@ -33,27 +33,27 @@ Description: Linux support headers for userspace development
3333
are used by the installed headers for GNU glibc and other system libraries.
3434
Multi-Arch: same
3535

36-
Package: linux-headers-6.6.0-revpi8-rpi-v8
36+
Package: linux-headers-6.6.0-revpi9-rpi-v8
3737
Architecture: arm64
3838
Depends: ${shlibs:Depends}
39-
Description: Linux kernel headers for 6.6.0-revpi8-rpi-v8 on arm64
40-
This package provides kernel header files for 6.6.0-revpi8-rpi-v8 on arm64
39+
Description: Linux kernel headers for 6.6.0-revpi9-rpi-v8 on arm64
40+
This package provides kernel header files for 6.6.0-revpi9-rpi-v8 on arm64
4141
.
4242
This is useful for people who need to build external modules
4343

4444
Package: linux-headers-revpi-v8
4545
Architecture: arm64
4646
Provides: linux-headers-generic
47-
Depends: linux-headers-6.6.0-revpi8-rpi-v8 (= 6.6.84-rt52-revpi8-1+deb12+1)
47+
Depends: linux-headers-6.6.0-revpi9-rpi-v8 (= 6.6.84-rt52-revpi9-1+deb12+1)
4848
Description: Linux kernel headers for Revolution Pi devices (meta-package)
4949
This package depends on the architecture-specific header files for the
5050
latest Linux kernel arm64 configuration.
5151
.
5252
This is useful for people who need to build external modules
5353

54-
Package: linux-image-6.6.0-revpi8-rpi-v8-dbg
54+
Package: linux-image-6.6.0-revpi9-rpi-v8-dbg
5555
Section: debug
5656
Architecture: arm64
57-
Description: Linux kernel debugging symbols for 6.6.0-revpi8-rpi-v8
57+
Description: Linux kernel debugging symbols for 6.6.0-revpi9-rpi-v8
5858
This package will come in handy if you need to debug the kernel. It provides
5959
all the necessary debug symbols for the kernel and its modules.
File renamed without changes.
File renamed without changes.

debian/rules.vars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ARCH := arm64
2-
KERNELRELEASE := 6.6.0-revpi8-rpi-v8
2+
KERNELRELEASE := 6.6.0-revpi9-rpi-v8

debian/source/lintian-overrides

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ linux-revpi-v8 source: custom-compression-in-debian-rules
1515
# These executables are test cases and source is provided
1616
linux-revpi-v8 source: source-contains-prebuilt-windows-binary [tools/perf/tests/pe-file.exe.debug]
1717
linux-revpi-v8 source: source-contains-prebuilt-windows-binary [tools/perf/tests/pe-file.exe]
18-
linux-revpi-v8 source: dbg-package-missing-depends linux-image-6.6.0-revpi8-rpi-v8-dbg
18+
linux-revpi-v8 source: dbg-package-missing-depends linux-image-6.6.0-revpi9-rpi-v8-dbg

0 commit comments

Comments
 (0)