diff options
author | Jonathan Liu <net147@gmail.com> | 2016-10-16 13:27:39 +1100 |
---|---|---|
committer | Andrei Gherzan <andrei@resin.io> | 2016-10-31 17:33:30 +0100 |
commit | ddc9390c2a371e009c7dbba7005e5d6850083582 (patch) | |
tree | 13e56e40f3969287b83a0c70e91d2107fab95c28 /recipes-kernel | |
parent | d51a8a7373655a1099c4cfaf744d342c7f6eb007 (diff) | |
download | meta-raspberrypi-ddc9390c2a371e009c7dbba7005e5d6850083582.tar.gz |
linux-firmware: Fix "No generic license file exists" warning
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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux-firmware/linux-firmware_git.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux-firmware/linux-firmware_git.bbappend b/recipes-kernel/linux-firmware/linux-firmware_git.bbappend index 713e525..bcfadde 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" | |||
4 | 4 | ||
5 | LIC_FILES_CHKSUM_append = " file://${WORKDIR}/LICENSE.broadcom_brcm80211;md5=8cba1397cda6386db37210439a0da3eb" | 5 | LIC_FILES_CHKSUM_append = " file://${WORKDIR}/LICENSE.broadcom_brcm80211;md5=8cba1397cda6386db37210439a0da3eb" |
6 | 6 | ||
7 | NO_GENERIC_LICENSE[Firmware-broadcom_brcm80211] = "LICENSE.broadcom_brcm80211" | 7 | NO_GENERIC_LICENSE[Firmware-broadcom_brcm80211] = "${WORKDIR}/LICENSE.broadcom_brcm80211" |
8 | 8 | ||
9 | SRC_URI_append = " \ | 9 | SRC_URI_append = " \ |
10 | file://brcmfmac43430-sdio.bin \ | 10 | file://brcmfmac43430-sdio.bin \ |