diff options
author | Pavel Zhukov <pavel.zhukov@huawei.com> | 2021-11-18 15:56:20 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-11-19 09:48:04 +0000 |
commit | 934064a01903b2ba9a82be93b3f0efdb4543a0e8 (patch) | |
tree | adf3702314d3ffe7d4d6b90830c065bc6ba0cc60 | |
parent | 2e704f5ef61e4efd4b691a2ed1cad7a59811c791 (diff) | |
download | meta-raspberrypi-dunfell.tar.gz |
linux-firmware-rpidistro: Use buster branch instead of masterdunfell
Master branch has been renamed to buster.
This change is dunfell-specific because master follows bullseye which
diverted from ex-master quite a lot.
Related: https://github.com/RPi-Distro/firmware-nonfree/issues/20
Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com>
-rw-r--r-- | recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb b/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb index ca75fa6..954887d 100644 --- a/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb +++ b/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb | |||
@@ -33,7 +33,7 @@ LIC_FILES_CHKSUM = "\ | |||
33 | NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx-rpidistro] = "LICENCE.broadcom_bcm43xx" | 33 | NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx-rpidistro] = "LICENCE.broadcom_bcm43xx" |
34 | NO_GENERIC_LICENSE[WHENCE] = "WHENCE" | 34 | NO_GENERIC_LICENSE[WHENCE] = "WHENCE" |
35 | 35 | ||
36 | SRC_URI = "git://github.com/RPi-Distro/firmware-nonfree;branch=master;protocol=https" | 36 | SRC_URI = "git://github.com/RPi-Distro/firmware-nonfree;branch=buster;protocol=https" |
37 | 37 | ||
38 | SRCREV = "98e815735e2c805d65994ccc608f399595b74438" | 38 | SRCREV = "98e815735e2c805d65994ccc608f399595b74438" |
39 | PV = "20190114-1+rpt8" | 39 | PV = "20190114-1+rpt8" |