* [PR PATCH] asahi-base: update to 20250202, depend on asahi-scripts and dracut.
@ 2025-02-02 21:46 Calandracas606
2025-02-02 22:19 ` classabbyamp
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Calandracas606 @ 2025-02-02 21:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1400 bytes --]
There is a new pull request by Calandracas606 against master on the void-packages repository
https://github.com/Calandracas606/void-packages asahi-base-dracut
https://github.com/void-linux/void-packages/pull/54193
asahi-base: update to 20250202, depend on asahi-scripts and dracut.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**
Other "base" packages depend on dracut, and asahi-scripts is needed for the dracut hooks
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
@dkwo
A patch file from https://github.com/void-linux/void-packages/pull/54193.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-asahi-base-dracut-54193.patch --]
[-- Type: text/x-diff, Size: 968 bytes --]
From ce340c07804c174563e182edec7a3c9af61ddea6 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Sun, 2 Feb 2025 16:44:24 -0500
Subject: [PATCH] asahi-base: update to 20250202, depend on asahi-scripts and
dracut.
---
srcpkgs/asahi-base/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/asahi-base/template b/srcpkgs/asahi-base/template
index 1d841a4fe83e39..bcab821c28e76c 100644
--- a/srcpkgs/asahi-base/template
+++ b/srcpkgs/asahi-base/template
@@ -1,10 +1,10 @@
# Template file for 'asahi-base'
pkgname=asahi-base
-version=20250116
+version=20250202
revision=1
archs="aarch64*"
build_style=meta
-depends="linux-asahi m1n1 asahi-uboot speakersafetyd"
+depends="linux-asahi m1n1 asahi-uboot speakersafetyd dracut asahi-scripts"
short_desc="Void Linux Apple Silicon support package"
maintainer="Will Springer <skirmisher@protonmail.com>, dkwo <npiazza@disroot.org>"
license="Public Domain"
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: asahi-base: update to 20250202, depend on asahi-scripts and dracut.
2025-02-02 21:46 [PR PATCH] asahi-base: update to 20250202, depend on asahi-scripts and dracut Calandracas606
@ 2025-02-02 22:19 ` classabbyamp
2025-02-02 22:20 ` classabbyamp
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2025-02-02 22:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 299 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/54193#issuecomment-2629583422
Comment:
while dracut is the de-facto default, it should be marked as such in dependencies. Maybe later on we can have a virtual package for initramfs generator.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: asahi-base: update to 20250202, depend on asahi-scripts and dracut.
2025-02-02 21:46 [PR PATCH] asahi-base: update to 20250202, depend on asahi-scripts and dracut Calandracas606
2025-02-02 22:19 ` classabbyamp
@ 2025-02-02 22:20 ` classabbyamp
2025-02-03 8:02 ` dkwo
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2025-02-02 22:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/54193#issuecomment-2629583422
Comment:
:+1:, while dracut is the de-facto default, it should be marked as such in dependencies. Maybe later on we can have a virtual package for initramfs generator.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: asahi-base: update to 20250202, depend on asahi-scripts and dracut.
2025-02-02 21:46 [PR PATCH] asahi-base: update to 20250202, depend on asahi-scripts and dracut Calandracas606
2025-02-02 22:19 ` classabbyamp
2025-02-02 22:20 ` classabbyamp
@ 2025-02-03 8:02 ` dkwo
2025-02-03 9:51 ` classabbyamp
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: dkwo @ 2025-02-03 8:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 167 bytes --]
New comment by dkwo on void-packages repository
https://github.com/void-linux/void-packages/pull/54193#issuecomment-2630222137
Comment:
Sure, no objections from me.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: asahi-base: update to 20250202, depend on asahi-scripts and dracut.
2025-02-02 21:46 [PR PATCH] asahi-base: update to 20250202, depend on asahi-scripts and dracut Calandracas606
` (2 preceding siblings ...)
2025-02-03 8:02 ` dkwo
@ 2025-02-03 9:51 ` classabbyamp
2025-02-03 23:35 ` dkwo
2025-02-04 1:35 ` [PR PATCH] [Merged]: " classabbyamp
5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2025-02-03 9:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 205 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/54193#issuecomment-2630456187
Comment:
hm, should the dracut dependency go on -base or -scripts?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: asahi-base: update to 20250202, depend on asahi-scripts and dracut.
2025-02-02 21:46 [PR PATCH] asahi-base: update to 20250202, depend on asahi-scripts and dracut Calandracas606
` (3 preceding siblings ...)
2025-02-03 9:51 ` classabbyamp
@ 2025-02-03 23:35 ` dkwo
2025-02-04 1:35 ` [PR PATCH] [Merged]: " classabbyamp
5 siblings, 0 replies; 7+ messages in thread
From: dkwo @ 2025-02-03 23:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 408 bytes --]
New comment by dkwo on void-packages repository
https://github.com/void-linux/void-packages/pull/54193#issuecomment-2632417802
Comment:
to keep it simple, I think dracut should be a dep of asahi-base, at
least until there is a generic initramfs generator package.
the asahi-scripts package installs several things, among which hooks
for mkinitcpio and dracut, but it is up to the user which ones to use.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Merged]: asahi-base: update to 20250202, depend on asahi-scripts and dracut.
2025-02-02 21:46 [PR PATCH] asahi-base: update to 20250202, depend on asahi-scripts and dracut Calandracas606
` (4 preceding siblings ...)
2025-02-03 23:35 ` dkwo
@ 2025-02-04 1:35 ` classabbyamp
5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2025-02-04 1:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1225 bytes --]
There's a merged pull request on the void-packages repository
asahi-base: update to 20250202, depend on asahi-scripts and dracut.
https://github.com/void-linux/void-packages/pull/54193
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**
Other "base" packages depend on dracut, and asahi-scripts is needed for the dracut hooks
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
@dkwo
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-02-04 1:35 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-02 21:46 [PR PATCH] asahi-base: update to 20250202, depend on asahi-scripts and dracut Calandracas606
2025-02-02 22:19 ` classabbyamp
2025-02-02 22:20 ` classabbyamp
2025-02-03 8:02 ` dkwo
2025-02-03 9:51 ` classabbyamp
2025-02-03 23:35 ` dkwo
2025-02-04 1:35 ` [PR PATCH] [Merged]: " classabbyamp
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).