* [meta-raspberrypi][PATCH] linux-firmware: Fix "No generic license file exists" warning
@ 2016-10-16 2:27 Jonathan Liu
2016-10-31 16:59 ` Andrei Gherzan
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Liu @ 2016-10-16 2:27 UTC (permalink / raw)
To: yocto
The NO_GENERIC_LICENSE map value for Firmware-broadcom_brcm80211 needs
to have the full path to LICENSE.broadcom_brcm80211 from the URL
instead of just the filename.
Fixes the following warning building the linux-firmware recipe:
WARNING: linux-firmware-1_0.0+gitAUTOINC+42ad5367dd-r0 do_populate_lic: linux-firmware: No generic license file exists for: Firmware-broadcom_brcm80211 in any provider
Signed-off-by: Jonathan Liu <net147@gmail.com>
---
recipes-kernel/linux-firmware/linux-firmware_git.bbappend | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-kernel/linux-firmware/linux-firmware_git.bbappend b/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
index 20ef05f..b4408cb 100644
--- a/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
+++ b/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
@@ -4,7 +4,7 @@ LICENSE_append = " & Firmware-broadcom_brcm80211"
LIC_FILES_CHKSUM_append = " file://${WORKDIR}/LICENSE.broadcom_brcm80211;md5=8cba1397cda6386db37210439a0da3eb"
-NO_GENERIC_LICENSE[Firmware-broadcom_brcm80211] = "LICENSE.broadcom_brcm80211"
+NO_GENERIC_LICENSE[Firmware-broadcom_brcm80211] = "${WORKDIR}/LICENSE.broadcom_brcm80211"
SRC_URI_append = " \
file://brcmfmac43430-sdio.bin \
--
2.10.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [meta-raspberrypi][PATCH] linux-firmware: Fix "No generic license file exists" warning
2016-10-16 2:27 [meta-raspberrypi][PATCH] linux-firmware: Fix "No generic license file exists" warning Jonathan Liu
@ 2016-10-31 16:59 ` Andrei Gherzan
0 siblings, 0 replies; 2+ messages in thread
From: Andrei Gherzan @ 2016-10-31 16:59 UTC (permalink / raw)
To: Jonathan Liu; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 1621 bytes --]
On Sun, Oct 16, 2016 at 01:27:39PM +1100, Jonathan Liu wrote:
> The NO_GENERIC_LICENSE map value for Firmware-broadcom_brcm80211 needs
> to have the full path to LICENSE.broadcom_brcm80211 from the URL
> instead of just the filename.
>
> Fixes the following warning building the linux-firmware recipe:
> WARNING: linux-firmware-1_0.0+gitAUTOINC+42ad5367dd-r0 do_populate_lic: linux-firmware: No generic license file exists for: Firmware-broadcom_brcm80211 in any provider
>
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---
> recipes-kernel/linux-firmware/linux-firmware_git.bbappend | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-kernel/linux-firmware/linux-firmware_git.bbappend b/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
> index 20ef05f..b4408cb 100644
> --- a/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
> +++ b/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
> @@ -4,7 +4,7 @@ LICENSE_append = " & Firmware-broadcom_brcm80211"
>
> LIC_FILES_CHKSUM_append = " file://${WORKDIR}/LICENSE.broadcom_brcm80211;md5=8cba1397cda6386db37210439a0da3eb"
>
> -NO_GENERIC_LICENSE[Firmware-broadcom_brcm80211] = "LICENSE.broadcom_brcm80211"
> +NO_GENERIC_LICENSE[Firmware-broadcom_brcm80211] = "${WORKDIR}/LICENSE.broadcom_brcm80211"
>
> SRC_URI_append = " \
> file://brcmfmac43430-sdio.bin \
> --
> 2.10.0
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
Merged to master. Thanks.
--
Andrei Gherzan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 817 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-31 16:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-16 2:27 [meta-raspberrypi][PATCH] linux-firmware: Fix "No generic license file exists" warning Jonathan Liu
2016-10-31 16:59 ` Andrei Gherzan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.