Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: linux-firmware 20210315.3568f96-2: Add arcturus and navy flou…
Browse files Browse the repository at this point in the history
…nder AMDGPU firmwares, update AX201 firmware

git-svn-id: file:///srv/repos/svn-packages/svn@413527 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
lcarlier authored and svntogit committed Apr 23, 2021
1 parent aeaff39 commit efd0038
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgbase=linux-firmware
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')
Expand All @@ -15,8 +15,20 @@ source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firm
sha256sums=('SKIP')
validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer <jwboyer@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() {
Expand Down

0 comments on commit efd0038

Please sign in to comment.