Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dkms: don't require linux-headers for aarch64 arch
@ 2020-08-29  9:42 PaperMountainStudio
  2020-08-29 21:37 ` ahesford
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: PaperMountainStudio @ 2020-08-29  9:42 UTC (permalink / raw)
  To: ml

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

There is a new pull request by PaperMountainStudio against master on the void-packages repository

https://github.com/PaperMountainStudio/void-packages dkms-aarch64
https://github.com/void-linux/void-packages/pull/24535

dkms: don't require linux-headers for aarch64 arch


A patch file from https://github.com/void-linux/void-packages/pull/24535.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dkms-aarch64-24535.patch --]
[-- Type: text/x-diff, Size: 939 bytes --]

From c0c434e78cc913f7dd22b34f1f127c87ce6480e0 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Sat, 29 Aug 2020 11:41:19 +0200
Subject: [PATCH] dkms: don't require linux-headers for aarch64 arch

---
 srcpkgs/dkms/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dkms/template b/srcpkgs/dkms/template
index 664f899abb9..1778095054e 100644
--- a/srcpkgs/dkms/template
+++ b/srcpkgs/dkms/template
@@ -1,7 +1,7 @@
 # Template file for 'dkms'
 pkgname=dkms
 version=2.8.3
-revision=2
+revision=3
 conf_files="/etc/dkms/framework.conf"
 depends="bash kmod gcc make coreutils"
 short_desc="Dynamic Kernel Modules System"
@@ -13,7 +13,7 @@ checksum=0fcbb2691aa8231927b000edf3594d2798211c3944fd4a2a8b1864aa1c06eaaf
 
 case "$XBPS_TARGET_MACHINE" in
 	# Too many competing kernels for arm* to depend on linux-headers
-	arm*) ;;
+	aarch64*|arm*) ;;
 	*) depends+=" linux-headers" ;;
 esac
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: dkms: don't require linux-headers for aarch64 arch
  2020-08-29  9:42 [PR PATCH] dkms: don't require linux-headers for aarch64 arch PaperMountainStudio
@ 2020-08-29 21:37 ` ahesford
  2020-08-29 21:37 ` [PR PATCH] [Closed]: " ahesford
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-08-29 21:37 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24535#issuecomment-683344650

Comment:
`arm*` doesn't pull `linux-headers` because we can't currently build the vanilla `linux5.8` package for these archs, but we are building this package for `aarch64*`. The right recourse to avoid `linux-headers` on `aarch64*` is the same for others: just `ignorepkg=linux-headers` in an `xbps.d` configuration file.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: dkms: don't require linux-headers for aarch64 arch
  2020-08-29  9:42 [PR PATCH] dkms: don't require linux-headers for aarch64 arch PaperMountainStudio
  2020-08-29 21:37 ` ahesford
@ 2020-08-29 21:37 ` ahesford
  2020-08-30  8:46 ` PaperMountainStudio
  2020-08-31  1:00 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-08-29 21:37 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

dkms: don't require linux-headers for aarch64 arch
https://github.com/void-linux/void-packages/pull/24535

Description:


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: dkms: don't require linux-headers for aarch64 arch
  2020-08-29  9:42 [PR PATCH] dkms: don't require linux-headers for aarch64 arch PaperMountainStudio
  2020-08-29 21:37 ` ahesford
  2020-08-29 21:37 ` [PR PATCH] [Closed]: " ahesford
@ 2020-08-30  8:46 ` PaperMountainStudio
  2020-08-31  1:00 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: PaperMountainStudio @ 2020-08-30  8:46 UTC (permalink / raw)
  To: ml

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

New comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/24535#issuecomment-683393852

Comment:
@ahesford Should the ignore line be there by default when building new rpi3 and rpi4 images? Can I add it to mklive?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: dkms: don't require linux-headers for aarch64 arch
  2020-08-29  9:42 [PR PATCH] dkms: don't require linux-headers for aarch64 arch PaperMountainStudio
                   ` (2 preceding siblings ...)
  2020-08-30  8:46 ` PaperMountainStudio
@ 2020-08-31  1:00 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-08-31  1:00 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24535#issuecomment-683498676

Comment:
I'm not sure best practice here because I've never made or used an rpi image. I suggest you open an issue in https://github.com/void-linux/void-mklive to solicit some comments.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-31  1:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-29  9:42 [PR PATCH] dkms: don't require linux-headers for aarch64 arch PaperMountainStudio
2020-08-29 21:37 ` ahesford
2020-08-29 21:37 ` [PR PATCH] [Closed]: " ahesford
2020-08-30  8:46 ` PaperMountainStudio
2020-08-31  1:00 ` ahesford

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).