[arch-commits] Commit in linux-firmware/trunk (PKGBUILD)

Laurent Carlier lcarlier at archlinux.org
Fri Apr 23 06:09:28 UTC 2021


    Date: Friday, April 23, 2021 @ 06:09:28
  Author: lcarlier
Revision: 413527

upgpkg: linux-firmware 20210315.3568f96-2: Add arcturus and navy flounder AMDGPU firmwares, update AX201 firmware

Modified:
  linux-firmware/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 21:28:38 UTC (rev 413526)
+++ PKGBUILD	2021-04-23 06:09:28 UTC (rev 413527)
@@ -4,7 +4,7 @@
 pkgname=(linux-firmware amd-ucode)
 _tag=20210315
 pkgver=20210315.3568f96
-pkgrel=1
+pkgrel=2
 pkgdesc="Firmware files for Linux"
 url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary"
 license=('GPL2' 'GPL3' 'custom')
@@ -15,8 +15,20 @@
 sha256sums=('SKIP')
 validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer <jwboyer at fedoraproject.org>
 
+_backports=(
+  a29bdb2e59be9e3f5a1f3d021e63ab4b05df3468 # amdgpu: add initial support for navy flounder
+  af1ca28f03287b0c60682ab37cc684c773de853f # amdgpu: add arcturus firmware
+  73144e02dcff54529ab42d951de682740d204180 # linux-firmware: Update firmware file for Intel Bluetooth AX201
+)
+
 prepare() {
   cd ${pkgname}
+
+  local _c
+  for _c in "${_backports[@]}"; do
+    git log --oneline -1 "${_c}"
+    git cherry-pick -n "${_c}"
+  done
 }
 
 pkgver() {



More information about the arch-commits mailing list