All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to 5e35d1b2
@ 2014-10-08 18:18 Eric Nelson
  2014-10-09 21:35 ` Otavio Salvador
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Nelson @ 2014-10-08 18:18 UTC (permalink / raw)
  To: meta-freescale; +Cc: troy.kisky

Updates in this release include:
    - update Broadcom driver to support per-chip firmware files
        (see commit 5ee7d28 in meta-fsl-arm-extra)
    - add support for ADV7391 Composite/Component Video output driver
    - backport PCIe fixes from mainline kernel

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
 For master/master-next, since Broadcom patch 5ee7d28 isn't on daisy.

 recipes-kernel/linux/linux-boundary_3.10.17.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-boundary_3.10.17.bb b/recipes-kernel/linux/linux-boundary_3.10.17.bb
index b7822af..4bf535a 100644
--- a/recipes-kernel/linux/linux-boundary_3.10.17.bb
+++ b/recipes-kernel/linux/linux-boundary_3.10.17.bb
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
 
 LOCALVERSION = "-1.0.1_ga+yocto"
 SRCBRANCH = "boundary-imx_3.10.17_1.0.1_ga"
-SRCREV = "50c5697b77294672adc48e80e45864edf35c680b"
+SRCREV = "5e35d1b2f46c0c2b1da226cbb828e5c40b5068b3"
 DEPENDS += "lzop-native bc-native"
 COMPATIBLE_MACHINE = "(mx6)"
 COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [meta-fsl-arm-extra][PATCH 3/4] linux-firmware: add bbappend to modify firmware file names
@ 2014-07-15 20:01 John Weber
  2014-10-06 17:36 ` [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to 5e35d1b2 Eric Nelson
  0 siblings, 1 reply; 5+ messages in thread
From: John Weber @ 2014-07-15 20:01 UTC (permalink / raw)
  To: meta-freescale

Upstream changes to the brcmfmac driver require a change to the firmware
file names to match the devid and interface type of the Broadcom chipset.
This also makes it easier for one machine to support multiple chipets in
Yocto.

Signed-off-by: John Weber <rjohnweber@gmail.com>
---
 .../linux-firmware/linux-firmware_git.bbappend     | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 recipes-kernel/linux-firmware/linux-firmware_git.bbappend

diff --git a/recipes-kernel/linux-firmware/linux-firmware_git.bbappend b/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
new file mode 100644
index 0000000..84b5fab
--- /dev/null
+++ b/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
@@ -0,0 +1,32 @@
+BRCM_FWDIR = "/lib/firmware/brcm"
+
+do_install_append () {
+	# rename downloaded files so that we can create alternative
+	# links
+
+	cd ${D}${BRCM_FWDIR}
+
+	mv brcmfmac4329-sdio.bin brcmfmac4329-sta-sdio.bin
+	mv brcmfmac4330-sdio.bin brcmfmac4330-sta-sdio.bin
+
+	# Create original file links, so that the base recipe sees the installed files
+	ln -sf brcmfmac4329-sta-sdio.bin brcmfmac4329-sdio.bin
+	ln -sf brcmfmac4330-sta-sdio.bin brcmfmac4330-sdio.bin
+}
+
+FILES_${PN}-bcm4329 += " \
+  ${BRCM_FWDIR}/brcmfmac4329-sta-sdio.bin \
+"
+
+FILES_${PN}-bcm4330 += " \
+  ${BRCM_FWDIR}/brcmfmac4330-sta-sdio.bin \
+"
+
+ALTERNATIVE_linux-firmware-bcm4329 += " brcmfmac4329-sdio.bin"
+ALTERNATIVE_LINK_NAME[brcmfmac4329-sdio.bin] = "${BRCM_FWDIR}/brcmfmac4329-sdio.bin"
+ALTERNATIVE_TARGET_linux-firmware-bcm4329[brcmfmac4329-sdio.bin] = "${BRCM_FWDIR}/brcmfmac4329-sta-sdio.bin"
+
+ALTERNATIVE_linux-firmware-bcm4330 += " brcmfmac4330-sdio.bin"
+ALTERNATIVE_LINK_NAME[brcmfmac4330-sdio.bin] = "${BRCM_FWDIR}/brcmfmac4330-sdio.bin"
+ALTERNATIVE_TARGET_linux-firmware-bcm4330[brcmfmac4330-sdio.bin] = "${BRCM_FWDIR}/brcmfmac4330-sta-sdio.bin"
+
-- 
2.0.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-10-10  0:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-08 18:18 [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to 5e35d1b2 Eric Nelson
2014-10-09 21:35 ` Otavio Salvador
2014-10-09 23:04   ` Eric Nelson
2014-10-10  0:35     ` Otavio Salvador
  -- strict thread matches above, loose matches on Subject: below --
2014-07-15 20:01 [meta-fsl-arm-extra][PATCH 3/4] linux-firmware: add bbappend to modify firmware file names John Weber
2014-10-06 17:36 ` [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to 5e35d1b2 Eric Nelson

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.