Github messages for voidlinux
 help / color / mirror / Atom feed
From: akce <akce@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: rpi-kernel: update to 5.15.65 [ci skip]
Date: Sun, 11 Sep 2022 10:11:44 +0200	[thread overview]
Message-ID: <20220911081144.w8v3Bfhd1diu_x4Iw27ZqJAFkalKICsvXfgCAOt77mM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39174@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1461 bytes --]

New comment by akce on void-packages repository

https://github.com/void-linux/void-packages/pull/39174#issuecomment-1242913572

Comment:
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
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?

  parent reply	other threads:[~2022-09-11  8:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-08 19:26 [PR PATCH] " tsjk
2022-09-08 19:29 ` [PR PATCH] [Updated] " tsjk
2022-09-08 19:44 ` tsjk
2022-09-08 20:25 ` tsjk
2022-09-08 20:26 ` tsjk
2022-09-11  8:11 ` akce [this message]
2022-09-11  8:13 ` tsjk
2022-09-11  8:15 ` akce
2022-09-11  8:17 ` [PR PATCH] [Updated] " tsjk
2022-09-11  8:17 ` tsjk
2022-10-01  5:36 ` [PR PATCH] [Closed]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220911081144.w8v3Bfhd1diu_x4Iw27ZqJAFkalKICsvXfgCAOt77mM@z \
    --to=akce@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).