diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-09-23 12:06:51 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-09-23 12:11:06 +0200 |
commit | 4f272dd0323151a1390a8675bafebead0e2a69ad (patch) | |
tree | c1cfb5d2f9efe3658270e58100ed214ab6e7145e /package/firmware/linux-firmware | |
parent | 175237e7dfa45a92a26bfabd70c71313e5c9dc64 (diff) | |
download | upstream-4f272dd0323151a1390a8675bafebead0e2a69ad.tar.gz upstream-4f272dd0323151a1390a8675bafebead0e2a69ad.tar.bz2 upstream-4f272dd0323151a1390a8675bafebead0e2a69ad.zip |
linux-firmware: update to current Git head
Update the linux-firmware package in order to force the buildbots to fetch the
proper mirrored version.
Currently each builder has its own copy of the linux-firmware checkout staged
in its own dl/, since the package was updated before the mirrored copy has
been uploaded. The builders then subsequently uploaded their own copy instead,
leading to md5sum mismatches since each clone produces different tarballs.
By bumping the package to a new version and uploading the mirrored archive
with the proper md5sum beforehand, the builders will fetch that instead and
not upload their own copies.
To properly solve that problem in the future we need to ensure that packed
checkouts become reproducable.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/firmware/linux-firmware')
-rw-r--r-- | package/firmware/linux-firmware/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/firmware/linux-firmware/Makefile b/package/firmware/linux-firmware/Makefile index 929b652eb0..5656fd692d 100644 --- a/package/firmware/linux-firmware/Makefile +++ b/package/firmware/linux-firmware/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=linux-firmware -PKG_SOURCE_VERSION:=c4c07a8d1128d50a5c2885ceea1abbebaa82f820 -PKG_VERSION:=2016-09-15-$(PKG_SOURCE_VERSION) +PKG_SOURCE_VERSION:=42ad5367dd38371b2a1bb263b6efa85f9b92fc93 +PKG_VERSION:=2016-09-21-$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git @@ -17,7 +17,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR) PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git -PKG_MIRROR_MD5SUM:=030c69a540784e451293e327539ccc1c +PKG_MIRROR_MD5SUM:=762d7f4a87e944338c2871c953603377 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> |