summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2022-04-20 13:11:28 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-28 00:14:00 +0100
commit8d6afadf48d779b8d7e9ad69f66187cb773d8184 (patch)
tree5c89f344dd2fff01390bbeb8a35a9b787e9f4859
parent47249787742a7c553cc6b1ccae02eebdaa6d5421 (diff)
downloadpoky-8d6afadf48d779b8d7e9ad69f66187cb773d8184.tar.gz
linux-firmware: correct license for ar3k firmware
According to the WHENCE file, some a3k firmware files are licensed under the special ar3k license, while others are licensed under the more generic Atheros license. Document this by adding extending the LICENSE:${PN}-ar3k and depending on both of them. (From OE-Core rev: c246ed4215821d145c86633df7097047855621c5) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> (cherry picked from commit 8e651814af706285d64b532095fcd6f5f02629ba) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux-firmware/linux-firmware_20220411.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20220411.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20220411.bb
index c7d9e1126e..4a443d14d1 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_20220411.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20220411.bb
@@ -352,7 +352,7 @@ FILES:${PN}-carl9170 = " \
352RDEPENDS:${PN}-carl9170 += "${PN}-gplv2-license" 352RDEPENDS:${PN}-carl9170 += "${PN}-gplv2-license"
353 353
354# For QualCommAthos 354# For QualCommAthos
355LICENSE:${PN}-ar3k = "Firmware-qualcommAthos_ar3k" 355LICENSE:${PN}-ar3k = "Firmware-qualcommAthos_ar3k & Firmware-atheros_firmware"
356LICENSE:${PN}-ar3k-license = "Firmware-qualcommAthos_ar3k" 356LICENSE:${PN}-ar3k-license = "Firmware-qualcommAthos_ar3k"
357LICENSE:${PN}-ath10k = "Firmware-qualcommAthos_ath10k" 357LICENSE:${PN}-ath10k = "Firmware-qualcommAthos_ath10k"
358LICENSE:${PN}-ath10k-license = "Firmware-qualcommAthos_ath10k" 358LICENSE:${PN}-ath10k-license = "Firmware-qualcommAthos_ath10k"
@@ -376,7 +376,7 @@ FILES:${PN}-qca = " \
376 ${nonarch_base_libdir}/firmware/qca \ 376 ${nonarch_base_libdir}/firmware/qca \
377" 377"
378 378
379RDEPENDS:${PN}-ar3k += "${PN}-ar3k-license" 379RDEPENDS:${PN}-ar3k += "${PN}-ar3k-license ${PN}-atheros-license"
380RDEPENDS:${PN}-ath10k += "${PN}-ath10k-license" 380RDEPENDS:${PN}-ath10k += "${PN}-ath10k-license"
381RDEPENDS:${PN}-ath11k += "${PN}-ath10k-license" 381RDEPENDS:${PN}-ath11k += "${PN}-ath10k-license"
382RDEPENDS:${PN}-qca += "${PN}-ath10k-license" 382RDEPENDS:${PN}-qca += "${PN}-ath10k-license"