Skip to content

Update linux-firmware to include latest bnx2x firmware #1706

Merged
merged 3 commits into from
Feb 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions linux-firmware.be0
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env beesh

# BEE_VERSION linux-firmware-0_t1535226230_fea76a0-0
# BEE_VERSION linux-firmware-20200122_p14_6f89735-0

# ***** 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)
# 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.)
Expand All @@ -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.
Expand Down