Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] linux-firmware: move MediaTek firmware
@ 2020-04-24 16:48 Proximyst
  2020-04-25 10:01 ` [PR PATCH] [Updated] " Proximyst
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Proximyst @ 2020-04-24 16:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Proximyst/void-packages patch-1
https://github.com/void-linux/void-packages/pull/21304

linux-firmware: move MediaTek firmware


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

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

From 4fae5531fb0f043c80887c0e07f4f6fb16195b4c Mon Sep 17 00:00:00 2001
From: Mariell <proximyst@proximyst.com>
Date: Fri, 24 Apr 2020 18:47:55 +0200
Subject: [PATCH] linux-firmware: move MediaTek firmware

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

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index dddc40ca911..20dff5efee6 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -69,6 +69,7 @@ linux-firmware-network_package() {
 		vmove usr/lib/firmware/kaweth
 		vmove usr/lib/firmware/libertas
 		vmove usr/lib/firmware/mrvl
+		vmove usr/lib/firmware/mt*
 		vmove usr/lib/firmware/ueagle-atm
 		vmove usr/lib/firmware/ti-connectivity
 		vmove usr/lib/firmware/dpaa2

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

* Re: [PR PATCH] [Updated] linux-firmware: move MediaTek firmware
  2020-04-24 16:48 [PR PATCH] linux-firmware: move MediaTek firmware Proximyst
@ 2020-04-25 10:01 ` Proximyst
  2020-04-25 10:02 ` Proximyst
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Proximyst @ 2020-04-25 10:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Proximyst/void-packages patch-1
https://github.com/void-linux/void-packages/pull/21304

linux-firmware: move MediaTek firmware


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

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

From 4fae5531fb0f043c80887c0e07f4f6fb16195b4c Mon Sep 17 00:00:00 2001
From: Mariell <proximyst@proximyst.com>
Date: Fri, 24 Apr 2020 18:47:55 +0200
Subject: [PATCH 1/2] linux-firmware: move MediaTek firmware

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

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index dddc40ca911..20dff5efee6 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -69,6 +69,7 @@ linux-firmware-network_package() {
 		vmove usr/lib/firmware/kaweth
 		vmove usr/lib/firmware/libertas
 		vmove usr/lib/firmware/mrvl
+		vmove usr/lib/firmware/mt*
 		vmove usr/lib/firmware/ueagle-atm
 		vmove usr/lib/firmware/ti-connectivity
 		vmove usr/lib/firmware/dpaa2

From 94f293dcc2fb5f0ec5f36c5b857822036325d44b Mon Sep 17 00:00:00 2001
From: Mariell <proximyst@proximyst.com>
Date: Sat, 25 Apr 2020 12:01:39 +0200
Subject: [PATCH 2/2] Bump revision as requested

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

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index 20dff5efee6..5a18d844135 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
 version=20200316
-revision=1
+revision=2
 archs=noarch
 depends="${pkgname}-amd-${version}_${revision} ${pkgname}-network-${version}_${revision}"
 short_desc="Binary firmware blobs for the Linux kernel"

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

* Re: [PR PATCH] [Updated] linux-firmware: move MediaTek firmware
  2020-04-24 16:48 [PR PATCH] linux-firmware: move MediaTek firmware Proximyst
  2020-04-25 10:01 ` [PR PATCH] [Updated] " Proximyst
@ 2020-04-25 10:02 ` Proximyst
  2020-04-25 21:27 ` Proximyst
  2020-04-26 12:31 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: Proximyst @ 2020-04-25 10:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Proximyst/void-packages patch-1
https://github.com/void-linux/void-packages/pull/21304

linux-firmware: move MediaTek firmware


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

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

From 4fae5531fb0f043c80887c0e07f4f6fb16195b4c Mon Sep 17 00:00:00 2001
From: Mariell <proximyst@proximyst.com>
Date: Fri, 24 Apr 2020 18:47:55 +0200
Subject: [PATCH 1/3] linux-firmware: move MediaTek firmware

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

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index dddc40ca911..20dff5efee6 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -69,6 +69,7 @@ linux-firmware-network_package() {
 		vmove usr/lib/firmware/kaweth
 		vmove usr/lib/firmware/libertas
 		vmove usr/lib/firmware/mrvl
+		vmove usr/lib/firmware/mt*
 		vmove usr/lib/firmware/ueagle-atm
 		vmove usr/lib/firmware/ti-connectivity
 		vmove usr/lib/firmware/dpaa2

From 94f293dcc2fb5f0ec5f36c5b857822036325d44b Mon Sep 17 00:00:00 2001
From: Mariell <proximyst@proximyst.com>
Date: Sat, 25 Apr 2020 12:01:39 +0200
Subject: [PATCH 2/3] Bump revision as requested

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

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index 20dff5efee6..5a18d844135 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
 version=20200316
-revision=1
+revision=2
 archs=noarch
 depends="${pkgname}-amd-${version}_${revision} ${pkgname}-network-${version}_${revision}"
 short_desc="Binary firmware blobs for the Linux kernel"

From d102d3dddede61eb9a85560e66bc59393a0968cc Mon Sep 17 00:00:00 2001
From: Mariell <proximyst@proximyst.com>
Date: Sat, 25 Apr 2020 12:02:28 +0200
Subject: [PATCH 3/3] Use quotes and an extension

There is another few files having the "mt" prefix, but only MediaTek files in the current firmware repo has the .bin extension.
---
 srcpkgs/linux-firmware/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index 5a18d844135..d30e63cd9b0 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -69,7 +69,7 @@ linux-firmware-network_package() {
 		vmove usr/lib/firmware/kaweth
 		vmove usr/lib/firmware/libertas
 		vmove usr/lib/firmware/mrvl
-		vmove usr/lib/firmware/mt*
+		vmove "usr/lib/firmware/mt*.bin"
 		vmove usr/lib/firmware/ueagle-atm
 		vmove usr/lib/firmware/ti-connectivity
 		vmove usr/lib/firmware/dpaa2

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

* Re: [PR PATCH] [Updated] linux-firmware: move MediaTek firmware
  2020-04-24 16:48 [PR PATCH] linux-firmware: move MediaTek firmware Proximyst
  2020-04-25 10:01 ` [PR PATCH] [Updated] " Proximyst
  2020-04-25 10:02 ` Proximyst
@ 2020-04-25 21:27 ` Proximyst
  2020-04-26 12:31 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: Proximyst @ 2020-04-25 21:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Proximyst/void-packages patch-1
https://github.com/void-linux/void-packages/pull/21304

linux-firmware: move MediaTek firmware


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

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

From 68c6331460546f062c5953bf0cd5f485738cb52a Mon Sep 17 00:00:00 2001
From: Mariell <proximyst@proximyst.com>
Date: Fri, 24 Apr 2020 18:47:55 +0200
Subject: [PATCH] linux-firmware: move MediaTek firmware

---
 srcpkgs/linux-firmware/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template
index dddc40ca911..d30e63cd9b0 100644
--- a/srcpkgs/linux-firmware/template
+++ b/srcpkgs/linux-firmware/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-firmware'
 pkgname=linux-firmware
 version=20200316
-revision=1
+revision=2
 archs=noarch
 depends="${pkgname}-amd-${version}_${revision} ${pkgname}-network-${version}_${revision}"
 short_desc="Binary firmware blobs for the Linux kernel"
@@ -69,6 +69,7 @@ linux-firmware-network_package() {
 		vmove usr/lib/firmware/kaweth
 		vmove usr/lib/firmware/libertas
 		vmove usr/lib/firmware/mrvl
+		vmove "usr/lib/firmware/mt*.bin"
 		vmove usr/lib/firmware/ueagle-atm
 		vmove usr/lib/firmware/ti-connectivity
 		vmove usr/lib/firmware/dpaa2

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

* Re: [PR PATCH] [Merged]: linux-firmware: move MediaTek firmware
  2020-04-24 16:48 [PR PATCH] linux-firmware: move MediaTek firmware Proximyst
                   ` (2 preceding siblings ...)
  2020-04-25 21:27 ` Proximyst
@ 2020-04-26 12:31 ` Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: Hoshpak @ 2020-04-26 12:31 UTC (permalink / raw)
  To: ml

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

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

linux-firmware: move MediaTek firmware
https://github.com/void-linux/void-packages/pull/21304

Description:


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24 16:48 [PR PATCH] linux-firmware: move MediaTek firmware Proximyst
2020-04-25 10:01 ` [PR PATCH] [Updated] " Proximyst
2020-04-25 10:02 ` Proximyst
2020-04-25 21:27 ` Proximyst
2020-04-26 12:31 ` [PR PATCH] [Merged]: " Hoshpak

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