Skip to content

Commit

Permalink
Merge pull request #2625 from mariux64/update-linux-firmware-from-202…
Browse files Browse the repository at this point in the history
…20209-to-20220411

Update linux-firmware from 20220209 to 20220411 and install NVIDIA firmware files
  • Loading branch information
pmenzel authored Apr 12, 2022
2 parents b7ef052 + a43b261 commit f411bb4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions linux-firmware.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION linux-firmware-20220209-0
# BEE_VERSION linux-firmware-20220411-0

# ***** created by *****
#
Expand All @@ -15,8 +15,8 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

#SRCURL[0]="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20220209.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/c119b2ffbca4d4f53e01f3f67c61c5c4/linux-firmware-20220209.tar.gz"
#SRCURL[0]="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20220411.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/abb234004d73d8d6146f490b20e4adac/linux-firmware-20220411.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -75,6 +75,7 @@ mee_install() {
cp -ax ${S}/bnx2 $D/lib/firmware
cp -ax ${S}/bnx2x $D/lib/firmware
cp -ax ${S}/i915 $D/lib/firmware
cp -ax ${S}/nvidia $D/lib/firmware
cp -ax ${S}/radeon $D/lib/firmware
cp -ax ${S}/rtl_nic $D/lib/firmware
}
Expand Down

0 comments on commit f411bb4

Please sign in to comment.