rpi-kernel: update to 5.15.65 [ci skip]#39174
Conversation
ab66e13 to
fe0f560
Compare
|
This is wonderful, thanks @tsjk! :) I've tested armv6l rpi-kernel on an rpi 1 model b+ and confirmed that eth0 is working. I also built and tested armv7l rpi2-kernel on an rpi 3 model b and it is also functional. I think the I needed to add diff --git a/srcpkgs/rpi2-kernel/template b/srcpkgs/rpi2-kernel/template
index d8f55ba073..b103b74dcd 100644
--- a/srcpkgs/rpi2-kernel/template
+++ b/srcpkgs/rpi2-kernel/template
@@ -9,7 +9,7 @@ version=5.15.65
revision=1
archs="armv7l*"
wrksrc="linux-${_githash}"
-hostmakedepends="perl kmod uboot-mkimage openssl-devel bc bison flex"
+hostmakedepends="perl kmod uboot-mkimage openssl-devel bc bison flex xz"
makedepends="ncurses-devel"
maintainer="Piraty <piraty1@inbox.ru>"
homepage="http://www.kernel.org"I've looked at the template files for both It's such a small change, any chance you could add a commit for this to this PR @tsjk? |
|
Sure. I missed xz there. The rpi2 template was still at 5.10... |
|
That explains it then, great stuff @tsjk :) |
rpi*-kernel: update to 5.15.65
fe0f560 to
76d7cdc
Compare
|
Thanks. :) |
Testing the changes
Local build testing
Notes
but I did a quick-and-dirty update of those as well, given input that this is desired.