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

Jan Steffens heftig at archlinux.org
Thu Feb 23 06:58:22 UTC 2017


    Date: Thursday, February 23, 2017 @ 06:58:21
  Author: heftig
Revision: 289405

20170217.12987ca-2: FS#53042

Modified:
  linux-firmware/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-23 02:27:59 UTC (rev 289404)
+++ PKGBUILD	2017-02-23 06:58:21 UTC (rev 289405)
@@ -2,9 +2,9 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 
 pkgname=linux-firmware
-_rev=12987cadb37de28719990dfc2397ec6d09e10566
+_commit=12987cadb37de28719990dfc2397ec6d09e10566  # master
 pkgver=20170217.12987ca
-pkgrel=1
+pkgrel=2
 pkgdesc="Firmware files for Linux"
 makedepends=('git')
 arch=('any')
@@ -36,12 +36,17 @@
           'rt2x00-rt71w-fw'
           'amd-ucode')
 options=(!strip)
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev}")
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit}")
 md5sums=('SKIP')
 
 prepare() {
   cd "${srcdir}/${pkgname}"
 
+  # Restore old AMD GPU firmware
+  # https://bugs.archlinux.org/task/53042
+  git revert -n 51911f57cda2ce6f290123974bfbe872d1f9dd65
+  git revert -n 7a110b85a46d7f884f4ac712ff52e02ed57234bd
+
   # Restore old Bluetooth firmware
   # https://bugzilla.kernel.org/show_bug.cgi?id=190831
   git checkout 9c71af939b51ce1431087acfb5b0f61c0b491c63 -- intel/ibt-11-5.{sfi,ddc}



More information about the arch-commits mailing list