From 061b75d37567aacc8c1771bac6915568047416e6 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 17 Feb 2020 13:56:31 +0100 Subject: [PATCH 1/3] linux-firmware: Update instructions to use HTTPS URL --- linux-firmware.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-firmware.be0 b/linux-firmware.be0 index bcb6e810d..115037d70 100755 --- a/linux-firmware.be0 +++ b/linux-firmware.be0 @@ -4,7 +4,7 @@ # ***** created by ***** # -# bee download git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git +# bee download https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git # bee init /src/mariux/beeroot/downloads/linux-firmware-0_t1449454640_bbe4917.tar.bz2 # fixup mee_install in the created bee file (select the images we want) From 9886905c8cbdf036a996223c69ee77ad2cdbd290 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 17 Feb 2020 13:57:04 +0100 Subject: [PATCH 2/3] linux-firmware: Spell verb *fix up* with a space --- linux-firmware.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-firmware.be0 b/linux-firmware.be0 index 115037d70..480eb36e6 100755 --- a/linux-firmware.be0 +++ b/linux-firmware.be0 @@ -6,7 +6,7 @@ # # bee download https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git # bee init /src/mariux/beeroot/downloads/linux-firmware-0_t1449454640_bbe4917.tar.bz2 -# fixup mee_install in the created bee file (select the images we want) +# fix up mee_install in the created bee file (select the images we want) ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From e10d06f8fc0cfb0eabcb07540e006fd337f9bba7 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 17 Feb 2020 14:01:28 +0100 Subject: [PATCH 3/3] linux-firmware: Update to include latest bnx2x firmware Linux 5.4 includes commit 32705592 (bnx2x: Utilize FW 7.13.11.0.), requiring at least this version. So add the corresponding files to fix the error below. Feb 17 09:30:13 pappnase.molgen.mpg.de kernel: bnx2x 0000:41:00.0: Direct firmware load for bnx2x/bnx2x-e1h-7.13.11.0.fw failed with error -2 Feb 17 09:30:13 pappnase.molgen.mpg.de kernel: bnx2x: [bnx2x_init_firmware:13557(net02)]Can't load firmware file bnx2x/bnx2x-e1h-7.13.11.0.fw Feb 17 09:30:13 pappnase.molgen.mpg.de kernel: bnx2x: [bnx2x_func_hw_init:6002(net02)]Error loading firmware Feb 17 09:30:13 pappnase.molgen.mpg.de kernel: bnx2x: [bnx2x_nic_load:2730(net02)]HW init failed, aborting The linux-firmware repository uses tags now, starting with *20190312*, so the version references have to changed. As the starting year is greater than zero, the ordering is preserved. --- linux-firmware.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-firmware.be0 b/linux-firmware.be0 index 480eb36e6..0dbae267f 100755 --- a/linux-firmware.be0 +++ b/linux-firmware.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION linux-firmware-0_t1535226230_fea76a0-0 +# BEE_VERSION linux-firmware-20200122_p14_6f89735-0 # ***** created by ***** # @@ -15,7 +15,7 @@ ## 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]="/src/mariux/beeroot/downloads/linux-firmware-0_${PKGEXTRAVERSION}.tar.bz2" +SRCURL[0]="/src/mariux/beeroot/downloads/linux-firmware-${PKGFULLVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.