summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/bluez-firmware-rpidistro
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-05-14 00:08:20 -0700
committerAndrei Gherzan <andrei@gherzan.com>2021-05-16 01:43:18 +0100
commit4302d3a509b9683cf263ac78435135d60ba5bc6d (patch)
tree4c4894ff6d8ee474dd31357a537583e3aace7ab2 /recipes-kernel/bluez-firmware-rpidistro
parent73ed90a6ff3eb632b77e92bbaa7897ab82482f0d (diff)
downloadmeta-raspberrypi-4302d3a509b9683cf263ac78435135d60ba5bc6d.tar.gz
bluez-firmware-rpidistro: Update to 1.2-4+rpt8
Package new firmwares for cm43430b0 and bcm4345c5 License-update: Updates about new firmware added [1] [1] https://github.com/RPi-Distro/bluez-firmware/commit/83921f41fe58ec7fcc825e626d4a88796fff62fd#diff-93467241211d3f9d253fb8ad341738fbda5e5d3ade4721326f2bba82525fbaee Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-kernel/bluez-firmware-rpidistro')
-rw-r--r--recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb22
1 files changed, 19 insertions, 3 deletions
diff --git a/recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb b/recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb
index 310d2f8..d28e2c1 100644
--- a/recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb
+++ b/recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb
@@ -16,7 +16,7 @@ SECTION = "kernel"
16# [^1]: https://github.com/RPi-Distro/bluez-firmware/issues/1 16# [^1]: https://github.com/RPi-Distro/bluez-firmware/issues/1
17LICENSE = "Firmware-cypress-rpidistro" 17LICENSE = "Firmware-cypress-rpidistro"
18LIC_FILES_CHKSUM = "\ 18LIC_FILES_CHKSUM = "\
19 file://LICENCE.cypress-rpidistro;md5=852f9d10cbedba1f6c439729bd0617b4 \ 19 file://LICENCE.cypress-rpidistro;md5=c5d12ae0b24ef7177902a8e288751a4e \
20" 20"
21 21
22# These are not common licenses, set NO_GENERIC_LICENSE for them 22# These are not common licenses, set NO_GENERIC_LICENSE for them
@@ -24,8 +24,8 @@ LIC_FILES_CHKSUM = "\
24NO_GENERIC_LICENSE[Firmware-cypress-rpidistro] = "LICENCE.cypress-rpidistro" 24NO_GENERIC_LICENSE[Firmware-cypress-rpidistro] = "LICENCE.cypress-rpidistro"
25 25
26SRC_URI = "git://github.com/RPi-Distro/bluez-firmware" 26SRC_URI = "git://github.com/RPi-Distro/bluez-firmware"
27SRCREV = "96eefffcccc725425fd83be5e0704a5c32b79e54" 27SRCREV = "e7fd166981ab4bb9a36c2d1500205a078a35714d"
28PV = "0.0+git${SRCPV}" 28PV = "1.2-4+rpt8"
29 29
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31
@@ -55,11 +55,15 @@ do_install() {
55PACKAGES = "\ 55PACKAGES = "\
56 ${PN}-cypress-license \ 56 ${PN}-cypress-license \
57 ${PN}-bcm43430a1-hcd \ 57 ${PN}-bcm43430a1-hcd \
58 ${PN}-bcm43430b0-hcd \
58 ${PN}-bcm4345c0-hcd \ 59 ${PN}-bcm4345c0-hcd \
60 ${PN}-bcm4345c5-hcd \
59" 61"
60 62
61LICENSE_${PN}-bcm43430a1-hcd = "Firmware-cypress-rpidistro" 63LICENSE_${PN}-bcm43430a1-hcd = "Firmware-cypress-rpidistro"
64LICENSE_${PN}-bcm43430b0-hcd = "Firmware-cypress-rpidistro"
62LICENSE_${PN}-bcm4345c0-hcd = "Firmware-cypress-rpidistro" 65LICENSE_${PN}-bcm4345c0-hcd = "Firmware-cypress-rpidistro"
66LICENSE_${PN}-bcm4345c5-hcd = "Firmware-cypress-rpidistro"
63LICENSE_${PN}-cypress-license = "Firmware-cypress-rpidistro" 67LICENSE_${PN}-cypress-license = "Firmware-cypress-rpidistro"
64 68
65FILES_${PN}-cypress-license = "\ 69FILES_${PN}-cypress-license = "\
@@ -68,16 +72,28 @@ FILES_${PN}-cypress-license = "\
68FILES_${PN}-bcm43430a1-hcd = "\ 72FILES_${PN}-bcm43430a1-hcd = "\
69 ${nonarch_base_libdir}/firmware/brcm/BCM43430A1.hcd \ 73 ${nonarch_base_libdir}/firmware/brcm/BCM43430A1.hcd \
70" 74"
75FILES_${PN}-bcm43430b0-hcd = "\
76 ${nonarch_base_libdir}/firmware/brcm/BCM43430B0.hcd \
77"
71FILES_${PN}-bcm4345c0-hcd = "\ 78FILES_${PN}-bcm4345c0-hcd = "\
72 ${nonarch_base_libdir}/firmware/brcm/BCM4345C0.hcd \ 79 ${nonarch_base_libdir}/firmware/brcm/BCM4345C0.hcd \
73" 80"
81FILES_${PN}-bcm4345c5-hcd = "\
82 ${nonarch_base_libdir}/firmware/brcm/BCM4345C5.hcd \
83"
74 84
75RDEPENDS_${PN}-bcm43430a1-hcd += "${PN}-cypress-license" 85RDEPENDS_${PN}-bcm43430a1-hcd += "${PN}-cypress-license"
86RDEPENDS_${PN}-bcm43430b0-hcd += "${PN}-cypress-license"
76RDEPENDS_${PN}-bcm4345c0-hcd += "${PN}-cypress-license" 87RDEPENDS_${PN}-bcm4345c0-hcd += "${PN}-cypress-license"
88RDEPENDS_${PN}-bcm4345c5-hcd += "${PN}-cypress-license"
77RCONFLICTS_${PN}-bcm43430a1-hcd = "linux-firmware-bcm43430a1-hcd" 89RCONFLICTS_${PN}-bcm43430a1-hcd = "linux-firmware-bcm43430a1-hcd"
78RREPLACES_${PN}-bcm43430a1-hcd = "linux-firmware-bcm43430a1-hcd" 90RREPLACES_${PN}-bcm43430a1-hcd = "linux-firmware-bcm43430a1-hcd"
91RCONFLICTS_${PN}-bcm43430b0-hcd = "linux-firmware-bcm43430b0-hcd"
92RREPLACES_${PN}-bcm43430b0-hcd = "linux-firmware-bcm43430b0-hcd"
79RCONFLICTS_${PN}-bcm43435c0-hcd = "linux-firmware-bcm4345c0-hcd" 93RCONFLICTS_${PN}-bcm43435c0-hcd = "linux-firmware-bcm4345c0-hcd"
80RREPLACES_${PN}-bcm43435c0-hcd = "linux-firmware-bcm4345c0-hcd" 94RREPLACES_${PN}-bcm43435c0-hcd = "linux-firmware-bcm4345c0-hcd"
95RCONFLICTS_${PN}-bcm43435c5-hcd = "linux-firmware-bcm4345c5-hcd"
96RREPLACES_${PN}-bcm43435c5-hcd = "linux-firmware-bcm4345c5-hcd"
81 97
82# Firmware files are generally not run on the CPU, so they can be 98# Firmware files are generally not run on the CPU, so they can be
83# allarch despite being architecture specific 99# allarch despite being architecture specific