Github messages for voidlinux
 help / color / mirror / Atom feed
From: meme <meme@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] linux: add dependencies to arm/aarch64
Date: Mon, 07 Dec 2020 01:59:16 +0100	[thread overview]
Message-ID: <20201207005916.CZcoCSdXJt4EE9ORu0TRrysPbKaCE1muuDcFA2BxdjA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27011@inbox.vuxu.org>

[-- 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"
 		;;
 	*) ;;

  parent reply	other threads:[~2020-12-07  0:59 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-07  0:37 [PR PATCH] " meme
2020-12-07  0:39 ` [PR PATCH] [Updated] " meme
2020-12-07  0:40 ` meme
2020-12-07  0:59 ` meme [this message]
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

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=20201207005916.CZcoCSdXJt4EE9ORu0TRrysPbKaCE1muuDcFA2BxdjA@z \
    --to=meme@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).