linux (RPi): update to 5.10-rc7-7b437cc

adds "staging/bcm2835-codec: Ensure OUTPUT timestamps are always
forwarded" commit which fixes H264 seeking

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-12-10 15:19:06 +01:00
parent 28a86da302
commit e4bda97943

View File

@ -16,8 +16,8 @@ PKG_PATCH_DIRS="$LINUX"
case "$LINUX" in
raspberrypi)
PKG_VERSION="f77383ec0ed313e8ab19067065b423fb3e17ab82" # 5.10-rc7
PKG_SHA256="500c2575b6d4866f07f2d8549bd34c219422b4431b987867400fbbfd1f108b63"
PKG_VERSION="7b437cc84cf0f4701bb6080d2aef91fdd8efcc22" # 5.10-rc7
PKG_SHA256="c5d4a48929d8beea011d0e582c9700813b02bd8e5bad7afcf1a0845a9c889be6"
PKG_URL="https://github.com/raspberrypi/linux/archive/$PKG_VERSION.tar.gz"
PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz"
;;