1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-09 07:16:13 +02:00

Bump rpi3 firmware and kernel versions

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-02-15 11:33:05 +01:00
parent 59f6ab6242
commit 84076865ba
2 changed files with 8 additions and 8 deletions

View file

@ -1,8 +1,8 @@
VERSION="1.20170427"
VERSION="1.20171029"
SRCDIR="firmware-${VERSION}"
TARBALL="${VERSION}"
URL="https://codeload.github.com/raspberrypi/firmware/tar.gz"
SHA256SUM="e253084463a0a3ba908396ac383169397d53bc55307d0d8471f2814f2458fa1b"
TARBALL="${VERSION}.tar.gz"
URL="https://github.com/raspberrypi/firmware/archive"
SHA256SUM="46ce28c8d87ef22bdcc57ac1836ca3f04d1ec6f46580ff5a30bf76b3c0822117"
DEPENDS=""
#export BRCM43430FW_BUILD_DIR=$(BUILD_DIR)/brcm43430fw

View file

@ -1,8 +1,8 @@
VERSION="1.20170427-1"
VERSION="1.20171029-1"
SRCDIR="linux-raspberrypi-kernel_${VERSION}"
TARBALL="raspberrypi-kernel_${VERSION}"
URL="https://codeload.github.com/raspberrypi/linux/tar.gz"
SHA256SUM="c9b60483e901556a2fbab64c06be8a9eba884f3eaac98ba39347e82bb0a00f5b"
TARBALL="raspberrypi-kernel_${VERSION}.tar.gz"
URL="https://github.com/raspberrypi/linux/archive"
SHA256SUM="348b9f0c770271ecc95603a495f2a2197a1056efc5d81b42ebd155cddcfee4ee"
DEPENDS="initrd"
prepare() {