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

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