* [PATCH] linux-firmware: Package some iwlwifi firmware separately
@ 2013-06-24 14:27 Richard Purdie
2013-06-25 20:35 ` Trevor Woerner
0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2013-06-24 14:27 UTC (permalink / raw)
To: openembedded-core
Taken from meta-intel, might as well merge this into the core recipe.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index 780cca8..f586321 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
@@ -53,10 +53,12 @@ do_install() {
( cd ${D}/lib/firmware ; ln -sf ti-connectivity/* . )
}
+
PACKAGES =+ "${PN}-ralink ${PN}-sd8686 ${PN}-wl12xx ${PN}-vt6656 \
${PN}-rtl-license ${PN}-rtl8192cu ${PN}-rtl8192ce ${PN}-rtl8192su \
${PN}-broadcom-license ${PN}-bcm4329 ${PN}-bcm4330 ${PN}-bcm4334 \
- ${PN}-atheros-license ${PN}-ar9170 ${PN}-ar3k ${PN}-ath6k ${PN}-ath9k"
+ ${PN}-atheros-license ${PN}-ar9170 ${PN}-ar3k ${PN}-ath6k ${PN}-ath9k \
+ ${PN}-iwlwifi-licence ${PN}-iwlwifi-6000g2a-5 ${PN}-iwlwifi-6000g2b-6"
FILES_${PN}-atheros-license = "/lib/firmware/LICENCE.atheros_firmware"
@@ -168,6 +170,13 @@ RDEPENDS_${PN}-bcm4334 += "${PN}-broadcom-license"
ALTERNATIVE_linux-firmware-bcm4334 = "brcmfmac-sdio.bin"
ALTERNATIVE_TARGET_linux-firmware-bcm4334[brcmfmac-sdio.bin] = "/lib/firmware/brcm/brcmfmac4334.bin"
+RDEPENDS_${PN}-iwlwifi-6000g2a-5 = "${PN}-iwlwifi-licence"
+RDEPENDS_${PN}-iwlwifi-6000g2b-6 = "${PN}-iwlwifi-licence"
+
+FILES_${PN}-iwlwifi-licence = "/lib/firmware/LICENCE.iwlwifi_firmware"
+FILES_${PN}-iwlwifi-6000g2a-5 = "/lib/firmware/iwlwifi-6000g2a-5.ucode"
+FILES_${PN}-iwlwifi-6000g2b-6 = "/lib/firmware/iwlwifi-6000g2b-6.ucode"
+
FILES_${PN} += "/lib/firmware/*"
# Make linux-firmware depend on all of the split-out packages.
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] linux-firmware: Package some iwlwifi firmware separately
2013-06-24 14:27 [PATCH] linux-firmware: Package some iwlwifi firmware separately Richard Purdie
@ 2013-06-25 20:35 ` Trevor Woerner
2013-06-28 17:58 ` Paul Eggleton
0 siblings, 1 reply; 3+ messages in thread
From: Trevor Woerner @ 2013-06-25 20:35 UTC (permalink / raw)
To: Richard Purdie; +Cc: openembedded-core
On 24 June 2013 10:27, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> PACKAGES =+ "${PN}-ralink ${PN}-sd8686 ${PN}-wl12xx ${PN}-vt6656 \
> ${PN}-rtl-license ${PN}-rtl8192cu ${PN}-rtl8192ce ${PN}-rtl8192su \
> ${PN}-broadcom-license ${PN}-bcm4329 ${PN}-bcm4330 ${PN}-bcm4334 \
> - ${PN}-atheros-license ${PN}-ar9170 ${PN}-ar3k ${PN}-ath6k ${PN}-ath9k"
> + ${PN}-atheros-license ${PN}-ar9170 ${PN}-ar3k ${PN}-ath6k ${PN}-ath9k \
> + ${PN}-iwlwifi-licence ${PN}-iwlwifi-6000g2a-5 ${PN}-iwlwifi-6000g2b-6"
Does it matter whether you use "licence" or "license"?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] linux-firmware: Package some iwlwifi firmware separately
2013-06-25 20:35 ` Trevor Woerner
@ 2013-06-28 17:58 ` Paul Eggleton
0 siblings, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2013-06-28 17:58 UTC (permalink / raw)
To: openembedded-core
On Tuesday 25 June 2013 16:35:13 Trevor Woerner wrote:
> On 24 June 2013 10:27, Richard Purdie
> <richard.purdie@linuxfoundation.org> wrote:
> > PACKAGES =+ "${PN}-ralink ${PN}-sd8686 ${PN}-wl12xx ${PN}-vt6656 \
> >
> > ${PN}-rtl-license ${PN}-rtl8192cu ${PN}-rtl8192ce
> > ${PN}-rtl8192su \
> > ${PN}-broadcom-license ${PN}-bcm4329 ${PN}-bcm4330
> > ${PN}-bcm4334 \
> >
> > - ${PN}-atheros-license ${PN}-ar9170 ${PN}-ar3k ${PN}-ath6k
> > ${PN}-ath9k" + ${PN}-atheros-license ${PN}-ar9170 ${PN}-ar3k
> > ${PN}-ath6k ${PN}-ath9k \ + ${PN}-iwlwifi-licence
> > ${PN}-iwlwifi-6000g2a-5 ${PN}-iwlwifi-6000g2b-6"
>
> Does it matter whether you use "licence" or "license"?
For consistency I think it does. I also discovered an incorrect filename at the
same time as looking into this. I've sent a patch to fix these.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-28 17:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-24 14:27 [PATCH] linux-firmware: Package some iwlwifi firmware separately Richard Purdie
2013-06-25 20:35 ` Trevor Woerner
2013-06-28 17:58 ` Paul Eggleton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox