* [meta-raspberrypi][PATCH] linux-firmware: Correct the LICENSE for brcm43430-license
@ 2016-10-16 22:08 Jonathan Liu
2016-10-16 22:27 ` Khem Raj
2016-10-31 16:32 ` Andrei Gherzan
0 siblings, 2 replies; 3+ messages in thread
From: Jonathan Liu @ 2016-10-16 22:08 UTC (permalink / raw)
To: yocto
The license for brcm43430-license should be the license it contains
instead of all the licenses of the linux-firmware packages.
[YOCTO #10251]
Signed-off-by: Jonathan Liu <net147@gmail.com>
---
recipes-kernel/linux-firmware/linux-firmware_git.bbappend | 1 +
1 file changed, 1 insertion(+)
diff --git a/recipes-kernel/linux-firmware/linux-firmware_git.bbappend b/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
index b4408cb..bcfadde 100644
--- a/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
+++ b/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
@@ -20,6 +20,7 @@ do_install_append() {
PACKAGES =+ "${PN}-brcm43430 ${PN}-brcm43430-license"
LICENSE_${PN}-brcm43430 = "Firmware-broadcom_brcm80211"
+LICENSE_${PN}-brcm43430-license = "Firmware-broadcom_brcm80211"
FILES_${PN}-brcm43430-license = "/lib/firmware/LICENSE.broadcom_brcm80211"
FILES_${PN}-brcm43430 = " \
/lib/firmware/brcm/brcmfmac43430-sdio.bin \
--
2.10.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-raspberrypi][PATCH] linux-firmware: Correct the LICENSE for brcm43430-license
2016-10-16 22:08 [meta-raspberrypi][PATCH] linux-firmware: Correct the LICENSE for brcm43430-license Jonathan Liu
@ 2016-10-16 22:27 ` Khem Raj
2016-10-31 16:32 ` Andrei Gherzan
1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2016-10-16 22:27 UTC (permalink / raw)
To: Jonathan Liu; +Cc: yocto@yoctoproject.org
On Sun, Oct 16, 2016 at 3:08 PM, Jonathan Liu <net147@gmail.com> wrote:
> The license for brcm43430-license should be the license it contains
> instead of all the licenses of the linux-firmware packages.
>
this is ok
> [YOCTO #10251]
>
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---
> recipes-kernel/linux-firmware/linux-firmware_git.bbappend | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/recipes-kernel/linux-firmware/linux-firmware_git.bbappend b/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
> index b4408cb..bcfadde 100644
> --- a/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
> +++ b/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
> @@ -20,6 +20,7 @@ do_install_append() {
> PACKAGES =+ "${PN}-brcm43430 ${PN}-brcm43430-license"
>
> LICENSE_${PN}-brcm43430 = "Firmware-broadcom_brcm80211"
> +LICENSE_${PN}-brcm43430-license = "Firmware-broadcom_brcm80211"
> FILES_${PN}-brcm43430-license = "/lib/firmware/LICENSE.broadcom_brcm80211"
> FILES_${PN}-brcm43430 = " \
> /lib/firmware/brcm/brcmfmac43430-sdio.bin \
> --
> 2.10.0
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-raspberrypi][PATCH] linux-firmware: Correct the LICENSE for brcm43430-license
2016-10-16 22:08 [meta-raspberrypi][PATCH] linux-firmware: Correct the LICENSE for brcm43430-license Jonathan Liu
2016-10-16 22:27 ` Khem Raj
@ 2016-10-31 16:32 ` Andrei Gherzan
1 sibling, 0 replies; 3+ messages in thread
From: Andrei Gherzan @ 2016-10-31 16:32 UTC (permalink / raw)
To: Jonathan Liu; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 1316 bytes --]
On Mon, Oct 17, 2016 at 09:08:57AM +1100, Jonathan Liu wrote:
> The license for brcm43430-license should be the license it contains
> instead of all the licenses of the linux-firmware packages.
>
> [YOCTO #10251]
>
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---
> recipes-kernel/linux-firmware/linux-firmware_git.bbappend | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/recipes-kernel/linux-firmware/linux-firmware_git.bbappend b/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
> index b4408cb..bcfadde 100644
> --- a/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
> +++ b/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
> @@ -20,6 +20,7 @@ do_install_append() {
> PACKAGES =+ "${PN}-brcm43430 ${PN}-brcm43430-license"
>
> LICENSE_${PN}-brcm43430 = "Firmware-broadcom_brcm80211"
> +LICENSE_${PN}-brcm43430-license = "Firmware-broadcom_brcm80211"
> FILES_${PN}-brcm43430-license = "/lib/firmware/LICENSE.broadcom_brcm80211"
> FILES_${PN}-brcm43430 = " \
> /lib/firmware/brcm/brcmfmac43430-sdio.bin \
> --
> 2.10.0
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
This was merged to master. Thank you.
--
Andrei Gherzan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 817 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-10-31 16:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-16 22:08 [meta-raspberrypi][PATCH] linux-firmware: Correct the LICENSE for brcm43430-license Jonathan Liu
2016-10-16 22:27 ` Khem Raj
2016-10-31 16:32 ` 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.