Skip to content

rpi-kernel: update to 5.15.65 [ci skip]#39174

Closed
tsjk wants to merge 1 commit intovoid-linux:masterfrom
tsjk:rpi-kernel-5.15.65_1
Closed

rpi-kernel: update to 5.15.65 [ci skip]#39174
tsjk wants to merge 1 commit intovoid-linux:masterfrom
tsjk:rpi-kernel-5.15.65_1

Conversation

@tsjk
Copy link
Copy Markdown

@tsjk tsjk commented Sep 8, 2022

Testing the changes

  • I tested the changes in this PR: YES (on my Raspberry Pi 1 Rev 2)

Local build testing

  • I built this PR locally for these architectures (if supported. mark crossbuilds):
    • armv6l (cross-built)

Notes

@tsjk tsjk force-pushed the rpi-kernel-5.15.65_1 branch 3 times, most recently from ab66e13 to fe0f560 Compare September 8, 2022 20:26
@classabbyamp classabbyamp added the needs-testing Testing a PR or reproducing an issue needed label Sep 11, 2022
@akce
Copy link
Copy Markdown

akce commented Sep 11, 2022

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 rpi2-kernel build is already broken. ie, not due to these changes. xv is needed for the install phase. That might be why my rpi2 device never had an rpi2-kernel-5.15.61_1 available for upgrade.

I needed to add xv to the hostmakedepends list. ie,

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 rpi-kernel and rpi3-kernel and they both have xv in this list so i think it might've been an oversight that it's missing from rpi2-kernel.

It's such a small change, any chance you could add a commit for this to this PR @tsjk?

@tsjk
Copy link
Copy Markdown
Author

tsjk commented Sep 11, 2022

Sure. I missed xz there. The rpi2 template was still at 5.10...

@akce
Copy link
Copy Markdown

akce commented Sep 11, 2022

That explains it then, great stuff @tsjk :)

@tsjk tsjk force-pushed the rpi-kernel-5.15.65_1 branch from fe0f560 to 76d7cdc Compare September 11, 2022 08:17
@tsjk
Copy link
Copy Markdown
Author

tsjk commented Sep 11, 2022

Thanks. :)
And, fixed.

@tsjk tsjk deleted the rpi-kernel-5.15.65_1 branch October 1, 2022 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-testing Testing a PR or reproducing an issue needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants