Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] linux: add dependencies to arm/aarch64
@ 2020-12-07  0:37 meme
  2020-12-07  0:39 ` [PR PATCH] [Updated] " meme
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: meme @ 2020-12-07  0:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meme/void-packages arm-linux-deps
https://github.com/void-linux/void-packages/pull/27011

linux: add dependencies to arm/aarch64
While setting up my Void installation I was confused at why an `initrd*.img` was not being generated, turns out `dracut` was not installed. This PR adds `dracut` as well as other firmware dependencies for an ARM/AArch64 install.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-arm-linux-deps-27011.patch --]
[-- Type: text/x-diff, Size: 755 bytes --]

From c1425be3b11a12b87cbf8d51c3d603abad180017 Mon Sep 17 00:00:00 2001
From: meme <meme@users.noreply.github.com>
Date: Sun, 6 Dec 2020 19:35:31 -0500
Subject: [PATCH] linux: add dependencies to arm/aarch64

---
 srcpkgs/linux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template
index 76d38210ac9..618e887b378 100644
--- a/srcpkgs/linux/template
+++ b/srcpkgs/linux/template
@@ -18,7 +18,7 @@ case "$XBPS_TARGET_MACHINE" in
 		_depends_headers="linux${version}-headers"
 		;;
 	arm*|aarch64*)
-		depends="linux${version}"
+		depends="linux${version} linux-firmware-amd linux-firmware-nvidia linux-firmware-network dracut"
 		_depends_headers="linux${version}-headers"
 		;;
 	*) ;;

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

* Re: [PR PATCH] [Updated] linux: add dependencies to arm/aarch64
  2020-12-07  0:37 [PR PATCH] linux: add dependencies to arm/aarch64 meme
@ 2020-12-07  0:39 ` meme
  2020-12-07  0:40 ` meme
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: meme @ 2020-12-07  0:39 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by meme against master on the void-packages repository

https://github.com/meme/void-packages arm-linux-deps
https://github.com/void-linux/void-packages/pull/27011

linux: add dependencies to arm/aarch64
While setting up my Void installation I was confused at why an `initrd*.img` was not being generated, turns out `dracut` was not installed. This PR adds `dracut` as well as other firmware dependencies for an ARM/AArch64 install.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-arm-linux-deps-27011.patch --]
[-- Type: text/x-diff, Size: 1445 bytes --]

From c1425be3b11a12b87cbf8d51c3d603abad180017 Mon Sep 17 00:00:00 2001
From: meme <meme@users.noreply.github.com>
Date: Sun, 6 Dec 2020 19:35:31 -0500
Subject: [PATCH 1/2] linux: add dependencies to arm/aarch64

---
 srcpkgs/linux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template
index 76d38210ac9..618e887b378 100644
--- a/srcpkgs/linux/template
+++ b/srcpkgs/linux/template
@@ -18,7 +18,7 @@ case "$XBPS_TARGET_MACHINE" in
 		_depends_headers="linux${version}-headers"
 		;;
 	arm*|aarch64*)
-		depends="linux${version}"
+		depends="linux${version} linux-firmware-amd linux-firmware-nvidia linux-firmware-network dracut"
 		_depends_headers="linux${version}-headers"
 		;;
 	*) ;;

From 81c00fcb44611e924f851bf84d54d2145a94d1cb Mon Sep 17 00:00:00 2001
From: meme <meme@users.noreply.github.com>
Date: Sun, 6 Dec 2020 19:38:58 -0500
Subject: [PATCH 2/2] linux: fix linting

---
 srcpkgs/linux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template
index 618e887b378..ca9b12a29e1 100644
--- a/srcpkgs/linux/template
+++ b/srcpkgs/linux/template
@@ -4,7 +4,7 @@ version=5.9
 revision=1
 build_style=meta
 homepage="http://www.voidlinux.org/"
-short_desc="The Linux kernel meta package"
+short_desc="Linux kernel meta package"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Public Domain"
 

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

* Re: [PR PATCH] [Updated] linux: add dependencies to arm/aarch64
  2020-12-07  0:37 [PR PATCH] linux: add dependencies to arm/aarch64 meme
  2020-12-07  0:39 ` [PR PATCH] [Updated] " meme
@ 2020-12-07  0:40 ` meme
  2020-12-07  0:59 ` meme
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: meme @ 2020-12-07  0:40 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by meme against master on the void-packages repository

https://github.com/meme/void-packages arm-linux-deps
https://github.com/void-linux/void-packages/pull/27011

linux: add dependencies to arm/aarch64
While setting up my Void installation I was confused at why an `initrd*.img` was not being generated, turns out `dracut` was not installed. This PR adds `dracut` as well as other firmware dependencies for an ARM/AArch64 install.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-arm-linux-deps-27011.patch --]
[-- Type: text/x-diff, Size: 1553 bytes --]

From c1425be3b11a12b87cbf8d51c3d603abad180017 Mon Sep 17 00:00:00 2001
From: meme <meme@users.noreply.github.com>
Date: Sun, 6 Dec 2020 19:35:31 -0500
Subject: [PATCH 1/2] linux: add dependencies to arm/aarch64

---
 srcpkgs/linux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template
index 76d38210ac9..618e887b378 100644
--- a/srcpkgs/linux/template
+++ b/srcpkgs/linux/template
@@ -18,7 +18,7 @@ case "$XBPS_TARGET_MACHINE" in
 		_depends_headers="linux${version}-headers"
 		;;
 	arm*|aarch64*)
-		depends="linux${version}"
+		depends="linux${version} linux-firmware-amd linux-firmware-nvidia linux-firmware-network dracut"
 		_depends_headers="linux${version}-headers"
 		;;
 	*) ;;

From 6cf2f92ce753c0270e620f835d21226601898c60 Mon Sep 17 00:00:00 2001
From: meme <meme@users.noreply.github.com>
Date: Sun, 6 Dec 2020 19:38:58 -0500
Subject: [PATCH 2/2] linux: fix linting

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

diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template
index 618e887b378..4931779abe9 100644
--- a/srcpkgs/linux/template
+++ b/srcpkgs/linux/template
@@ -3,10 +3,10 @@ pkgname=linux
 version=5.9
 revision=1
 build_style=meta
-homepage="http://www.voidlinux.org/"
-short_desc="The Linux kernel meta package"
+short_desc="Linux kernel meta package"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Public Domain"
+homepage="http://www.voidlinux.org/"
 
 case "$XBPS_TARGET_MACHINE" in
 	i686*|x86_64*)

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

* Re: [PR PATCH] [Updated] linux: add dependencies to arm/aarch64
  2020-12-07  0:37 [PR PATCH] linux: add dependencies to arm/aarch64 meme
  2020-12-07  0:39 ` [PR PATCH] [Updated] " meme
  2020-12-07  0:40 ` meme
@ 2020-12-07  0:59 ` meme
  2020-12-07  1:01 ` [PR REVIEW] " ericonr
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: meme @ 2020-12-07  0:59 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by meme against master on the void-packages repository

https://github.com/meme/void-packages arm-linux-deps
https://github.com/void-linux/void-packages/pull/27011

linux: add dependencies to arm/aarch64
While setting up my Void installation I was confused at why an `initrd*.img` was not being generated, turns out `dracut` was not installed. This PR adds `dracut` as well as other firmware dependencies for an ARM/AArch64 install.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-arm-linux-deps-27011.patch --]
[-- Type: text/x-diff, Size: 1138 bytes --]

From b5c008ec80eff8697524849cc7ba83ecb6b7801f Mon Sep 17 00:00:00 2001
From: meme <meme@users.noreply.github.com>
Date: Sun, 6 Dec 2020 19:35:31 -0500
Subject: [PATCH] linux: add dependencies to arm/aarch64

* fix linting error
---
 srcpkgs/linux/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template
index 76d38210ac9..4931779abe9 100644
--- a/srcpkgs/linux/template
+++ b/srcpkgs/linux/template
@@ -3,10 +3,10 @@ pkgname=linux
 version=5.9
 revision=1
 build_style=meta
-homepage="http://www.voidlinux.org/"
-short_desc="The Linux kernel meta package"
+short_desc="Linux kernel meta package"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Public Domain"
+homepage="http://www.voidlinux.org/"
 
 case "$XBPS_TARGET_MACHINE" in
 	i686*|x86_64*)
@@ -18,7 +18,7 @@ case "$XBPS_TARGET_MACHINE" in
 		_depends_headers="linux${version}-headers"
 		;;
 	arm*|aarch64*)
-		depends="linux${version}"
+		depends="linux${version} linux-firmware-amd linux-firmware-nvidia linux-firmware-network dracut"
 		_depends_headers="linux${version}-headers"
 		;;
 	*) ;;

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

* Re: [PR REVIEW] linux: add dependencies to arm/aarch64
  2020-12-07  0:37 [PR PATCH] linux: add dependencies to arm/aarch64 meme
                   ` (2 preceding siblings ...)
  2020-12-07  0:59 ` meme
@ 2020-12-07  1:01 ` ericonr
  2020-12-07  1:04 ` meme
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2020-12-07  1:01 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27011#discussion_r537167196

Comment:
It looks just like the `ppc` version, I think you could put everything under `ppc*|arm*|aarch64*)`.

That said, do you think it makes sense to add all these packages to the `arm` version?

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

* Re: [PR REVIEW] linux: add dependencies to arm/aarch64
  2020-12-07  0:37 [PR PATCH] linux: add dependencies to arm/aarch64 meme
                   ` (3 preceding siblings ...)
  2020-12-07  1:01 ` [PR REVIEW] " ericonr
@ 2020-12-07  1:04 ` meme
  2020-12-07  1:04 ` [PR PATCH] [Updated] " meme
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: meme @ 2020-12-07  1:04 UTC (permalink / raw)
  To: ml

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

New review comment by meme on void-packages repository

https://github.com/void-linux/void-packages/pull/27011#discussion_r537167931

Comment:
I think it provides a more consistent experience across all architectures if these firmware packages are already installed on `ppc` and `x86_64`

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

* Re: [PR PATCH] [Updated] linux: add dependencies to arm/aarch64
  2020-12-07  0:37 [PR PATCH] linux: add dependencies to arm/aarch64 meme
                   ` (4 preceding siblings ...)
  2020-12-07  1:04 ` meme
@ 2020-12-07  1:04 ` meme
  2020-12-07  1:07 ` [PR REVIEW] " meme
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: meme @ 2020-12-07  1:04 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by meme against master on the void-packages repository

https://github.com/meme/void-packages arm-linux-deps
https://github.com/void-linux/void-packages/pull/27011

linux: add dependencies to arm/aarch64
While setting up my Void installation I was confused at why an `initrd*.img` was not being generated, turns out `dracut` was not installed. This PR adds `dracut` as well as other firmware dependencies for an ARM/AArch64 install.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-arm-linux-deps-27011.patch --]
[-- Type: text/x-diff, Size: 1349 bytes --]

From 4d8e2a4b49e4fe709fbe19d5a6d3b9e5ae52126d Mon Sep 17 00:00:00 2001
From: meme <meme@users.noreply.github.com>
Date: Sun, 6 Dec 2020 19:35:31 -0500
Subject: [PATCH] linux: add dependencies to arm/aarch64

* fix linting error
---
 srcpkgs/linux/template | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template
index 76d38210ac9..7b18959c964 100644
--- a/srcpkgs/linux/template
+++ b/srcpkgs/linux/template
@@ -1,26 +1,22 @@
 # Template file for 'linux'
 pkgname=linux
 version=5.9
-revision=1
+revision=2
 build_style=meta
-homepage="http://www.voidlinux.org/"
-short_desc="The Linux kernel meta package"
+short_desc="Linux kernel meta package"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Public Domain"
+homepage="http://www.voidlinux.org/"
 
 case "$XBPS_TARGET_MACHINE" in
 	i686*|x86_64*)
 		depends="linux${version} linux-firmware-amd linux-firmware-intel linux-firmware-nvidia linux-firmware-network dracut"
 		_depends_headers="linux${version}-headers"
 		;;
-	ppc*)
+	ppc*|arm*|aarch64*)
 		depends="linux${version} linux-firmware-amd linux-firmware-nvidia linux-firmware-network dracut"
 		_depends_headers="linux${version}-headers"
 		;;
-	arm*|aarch64*)
-		depends="linux${version}"
-		_depends_headers="linux${version}-headers"
-		;;
 	*) ;;
 esac
 

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

* Re: [PR REVIEW] linux: add dependencies to arm/aarch64
  2020-12-07  0:37 [PR PATCH] linux: add dependencies to arm/aarch64 meme
                   ` (5 preceding siblings ...)
  2020-12-07  1:04 ` [PR PATCH] [Updated] " meme
@ 2020-12-07  1:07 ` meme
  2020-12-07  1:08 ` ericonr
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: meme @ 2020-12-07  1:07 UTC (permalink / raw)
  To: ml

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

New review comment by meme on void-packages repository

https://github.com/void-linux/void-packages/pull/27011#discussion_r537167931

Comment:
I think it provides a more consistent experience across all architectures if these firmware packages are already installed on `ppc` and `x86_64`. `dracut` is a requirement.

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

* Re: [PR REVIEW] linux: add dependencies to arm/aarch64
  2020-12-07  0:37 [PR PATCH] linux: add dependencies to arm/aarch64 meme
                   ` (6 preceding siblings ...)
  2020-12-07  1:07 ` [PR REVIEW] " meme
@ 2020-12-07  1:08 ` ericonr
  2020-12-07  1:11 ` meme
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2020-12-07  1:08 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27011#discussion_r537169009

Comment:
Sure. I'm thinking more of making this affect only `aarch64` and not `arm`.

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

* Re: [PR REVIEW] linux: add dependencies to arm/aarch64
  2020-12-07  0:37 [PR PATCH] linux: add dependencies to arm/aarch64 meme
                   ` (7 preceding siblings ...)
  2020-12-07  1:08 ` ericonr
@ 2020-12-07  1:11 ` meme
  2020-12-07  1:13 ` [PR PATCH] [Updated] " meme
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: meme @ 2020-12-07  1:11 UTC (permalink / raw)
  To: ml

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

New review comment by meme on void-packages repository

https://github.com/void-linux/void-packages/pull/27011#discussion_r537169759

Comment:
Oh, sorry I misread :sweat_smile:. I completely agree, will change.

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

* Re: [PR PATCH] [Updated] linux: add dependencies to arm/aarch64
  2020-12-07  0:37 [PR PATCH] linux: add dependencies to arm/aarch64 meme
                   ` (8 preceding siblings ...)
  2020-12-07  1:11 ` meme
@ 2020-12-07  1:13 ` meme
  2020-12-07  1:13 ` meme
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: meme @ 2020-12-07  1:13 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by meme against master on the void-packages repository

https://github.com/meme/void-packages arm-linux-deps
https://github.com/void-linux/void-packages/pull/27011

linux: add dependencies to arm/aarch64
While setting up my Void installation I was confused at why an `initrd*.img` was not being generated, turns out `dracut` was not installed. This PR adds `dracut` as well as other firmware dependencies for an ARM/AArch64 install.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-arm-linux-deps-27011.patch --]
[-- Type: text/x-diff, Size: 1334 bytes --]

From 1b0579225a3c3866b9761cafba6498201f297539 Mon Sep 17 00:00:00 2001
From: meme <meme@users.noreply.github.com>
Date: Sun, 6 Dec 2020 19:35:31 -0500
Subject: [PATCH] linux: add dependencies to arm/aarch64

* fix linting error
---
 srcpkgs/linux/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template
index 76d38210ac9..970896957f1 100644
--- a/srcpkgs/linux/template
+++ b/srcpkgs/linux/template
@@ -1,23 +1,23 @@
 # Template file for 'linux'
 pkgname=linux
 version=5.9
-revision=1
+revision=2
 build_style=meta
-homepage="http://www.voidlinux.org/"
-short_desc="The Linux kernel meta package"
+short_desc="Linux kernel meta package"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Public Domain"
+homepage="http://www.voidlinux.org/"
 
 case "$XBPS_TARGET_MACHINE" in
 	i686*|x86_64*)
 		depends="linux${version} linux-firmware-amd linux-firmware-intel linux-firmware-nvidia linux-firmware-network dracut"
 		_depends_headers="linux${version}-headers"
 		;;
-	ppc*)
+	ppc*|aarch64*)
 		depends="linux${version} linux-firmware-amd linux-firmware-nvidia linux-firmware-network dracut"
 		_depends_headers="linux${version}-headers"
 		;;
-	arm*|aarch64*)
+	arm*)
 		depends="linux${version}"
 		_depends_headers="linux${version}-headers"
 		;;

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

* Re: [PR PATCH] [Updated] linux: add dependencies to arm/aarch64
  2020-12-07  0:37 [PR PATCH] linux: add dependencies to arm/aarch64 meme
                   ` (9 preceding siblings ...)
  2020-12-07  1:13 ` [PR PATCH] [Updated] " meme
@ 2020-12-07  1:13 ` meme
  2020-12-07 17:55 ` linux: add dependencies to aarch64 ericonr
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: meme @ 2020-12-07  1:13 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by meme against master on the void-packages repository

https://github.com/meme/void-packages arm-linux-deps
https://github.com/void-linux/void-packages/pull/27011

linux: add dependencies to arm/aarch64
While setting up my Void installation I was confused at why an `initrd*.img` was not being generated, turns out `dracut` was not installed. This PR adds `dracut` as well as other firmware dependencies for an ARM/AArch64 install.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-arm-linux-deps-27011.patch --]
[-- Type: text/x-diff, Size: 1330 bytes --]

From a3162457c84445a2ba6a24bfd17ed0ce8a9831aa Mon Sep 17 00:00:00 2001
From: meme <meme@users.noreply.github.com>
Date: Sun, 6 Dec 2020 19:35:31 -0500
Subject: [PATCH] linux: add dependencies to aarch64

* fix linting error
---
 srcpkgs/linux/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template
index 76d38210ac9..970896957f1 100644
--- a/srcpkgs/linux/template
+++ b/srcpkgs/linux/template
@@ -1,23 +1,23 @@
 # Template file for 'linux'
 pkgname=linux
 version=5.9
-revision=1
+revision=2
 build_style=meta
-homepage="http://www.voidlinux.org/"
-short_desc="The Linux kernel meta package"
+short_desc="Linux kernel meta package"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Public Domain"
+homepage="http://www.voidlinux.org/"
 
 case "$XBPS_TARGET_MACHINE" in
 	i686*|x86_64*)
 		depends="linux${version} linux-firmware-amd linux-firmware-intel linux-firmware-nvidia linux-firmware-network dracut"
 		_depends_headers="linux${version}-headers"
 		;;
-	ppc*)
+	ppc*|aarch64*)
 		depends="linux${version} linux-firmware-amd linux-firmware-nvidia linux-firmware-network dracut"
 		_depends_headers="linux${version}-headers"
 		;;
-	arm*|aarch64*)
+	arm*)
 		depends="linux${version}"
 		_depends_headers="linux${version}-headers"
 		;;

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

* Re: linux: add dependencies to aarch64
  2020-12-07  0:37 [PR PATCH] linux: add dependencies to arm/aarch64 meme
                   ` (10 preceding siblings ...)
  2020-12-07  1:13 ` meme
@ 2020-12-07 17:55 ` ericonr
  2020-12-07 21:49 ` [PR PATCH] [Updated] " meme
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2020-12-07 17:55 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27011#issuecomment-740078999

Comment:
It's been recommended to me to add `armv7l*` to the list as well, then leave `arm*` below to match the rest of the ARM platforms.

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

* Re: [PR PATCH] [Updated] linux: add dependencies to aarch64
  2020-12-07  0:37 [PR PATCH] linux: add dependencies to arm/aarch64 meme
                   ` (11 preceding siblings ...)
  2020-12-07 17:55 ` linux: add dependencies to aarch64 ericonr
@ 2020-12-07 21:49 ` meme
  2020-12-08 15:31 ` [PR PATCH] [Closed]: " ericonr
  2020-12-08 15:31 ` ericonr
  14 siblings, 0 replies; 16+ messages in thread
From: meme @ 2020-12-07 21:49 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by meme against master on the void-packages repository

https://github.com/meme/void-packages arm-linux-deps
https://github.com/void-linux/void-packages/pull/27011

linux: add dependencies to aarch64
While setting up my Void installation I was confused at why an `initrd*.img` was not being generated, turns out `dracut` was not installed. This PR adds `dracut` as well as other firmware dependencies for an ARM/AArch64 install.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-arm-linux-deps-27011.patch --]
[-- Type: text/x-diff, Size: 1338 bytes --]

From e47466bd76b07a467161ce1eacec669f04b8d2fa Mon Sep 17 00:00:00 2001
From: meme <meme@users.noreply.github.com>
Date: Sun, 6 Dec 2020 19:35:31 -0500
Subject: [PATCH] linux: add dependencies to aarch64

* fix linting error
---
 srcpkgs/linux/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template
index 76d38210ac9..8aac3eec527 100644
--- a/srcpkgs/linux/template
+++ b/srcpkgs/linux/template
@@ -1,23 +1,23 @@
 # Template file for 'linux'
 pkgname=linux
 version=5.9
-revision=1
+revision=2
 build_style=meta
-homepage="http://www.voidlinux.org/"
-short_desc="The Linux kernel meta package"
+short_desc="Linux kernel meta package"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Public Domain"
+homepage="http://www.voidlinux.org/"
 
 case "$XBPS_TARGET_MACHINE" in
 	i686*|x86_64*)
 		depends="linux${version} linux-firmware-amd linux-firmware-intel linux-firmware-nvidia linux-firmware-network dracut"
 		_depends_headers="linux${version}-headers"
 		;;
-	ppc*)
+	ppc*|armv7l*|aarch64*)
 		depends="linux${version} linux-firmware-amd linux-firmware-nvidia linux-firmware-network dracut"
 		_depends_headers="linux${version}-headers"
 		;;
-	arm*|aarch64*)
+	arm*)
 		depends="linux${version}"
 		_depends_headers="linux${version}-headers"
 		;;

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

* Re: [PR PATCH] [Closed]: linux: add dependencies to aarch64
  2020-12-07  0:37 [PR PATCH] linux: add dependencies to arm/aarch64 meme
                   ` (12 preceding siblings ...)
  2020-12-07 21:49 ` [PR PATCH] [Updated] " meme
@ 2020-12-08 15:31 ` ericonr
  2020-12-08 15:31 ` ericonr
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2020-12-08 15:31 UTC (permalink / raw)
  To: ml

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

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

linux: add dependencies to aarch64
https://github.com/void-linux/void-packages/pull/27011

Description:
While setting up my Void installation I was confused at why an `initrd*.img` was not being generated, turns out `dracut` was not installed. This PR adds `dracut` as well as other firmware dependencies for an ARM/AArch64 install.

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

* Re: linux: add dependencies to aarch64
  2020-12-07  0:37 [PR PATCH] linux: add dependencies to arm/aarch64 meme
                   ` (13 preceding siblings ...)
  2020-12-08 15:31 ` [PR PATCH] [Closed]: " ericonr
@ 2020-12-08 15:31 ` ericonr
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2020-12-08 15:31 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27011#issuecomment-740691350

Comment:
Please ping when done with changes :)

I fixed the commit message and pushed it, thank you!

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

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

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07  0:37 [PR PATCH] linux: add dependencies to arm/aarch64 meme
2020-12-07  0:39 ` [PR PATCH] [Updated] " meme
2020-12-07  0:40 ` meme
2020-12-07  0:59 ` meme
2020-12-07  1:01 ` [PR REVIEW] " ericonr
2020-12-07  1:04 ` meme
2020-12-07  1:04 ` [PR PATCH] [Updated] " meme
2020-12-07  1:07 ` [PR REVIEW] " meme
2020-12-07  1:08 ` ericonr
2020-12-07  1:11 ` meme
2020-12-07  1:13 ` [PR PATCH] [Updated] " meme
2020-12-07  1:13 ` meme
2020-12-07 17:55 ` linux: add dependencies to aarch64 ericonr
2020-12-07 21:49 ` [PR PATCH] [Updated] " meme
2020-12-08 15:31 ` [PR PATCH] [Closed]: " ericonr
2020-12-08 15:31 ` ericonr

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