All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wl18xx-firmware: fix p2p issues
@ 2013-11-10 13:24 Reizer, Eyal
  2013-11-12  6:05 ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Reizer, Eyal @ 2013-11-10 13:24 UTC (permalink / raw)
  To: meta-arago@arago-project.org


[-- Attachment #1.1: Type: text/plain, Size: 224 bytes --]

wifi-direct did not work with the previous firmware released for R8.2 (ol_r8.07.02)
update the recipe to use a fixed firmware.

This fix is important for the next coming glsdk release for J6/omap5

Best Regards,
Eyal

[-- Attachment #1.2: Type: text/html, Size: 2064 bytes --]

[-- Attachment #2: 0001-wl18xx-firmware-fix-p2p-issues.patch --]
[-- Type: application/octet-stream, Size: 1432 bytes --]

From db60db63b4c33b81b8295855a0f2e2857c585120 Mon Sep 17 00:00:00 2001
From: eyalreizer <eyalr@ti.com>
Date: Sun, 10 Nov 2013 13:12:25 +0200
Subject: [PATCH] wl18xx-firmware: fix p2p issues

wifi-direct did not work with the previous firmware released
update the recipe to use the fixed firmware.

Signed-off-by: eyalreizer <eyalr@ti.com>
---
 .../wl18xx-firmware/wl18xx-firmware_r8.a7.02.bb    |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware_r8.a7.02.bb b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware_r8.a7.02.bb
index 0f8dd9d..2c5cd44 100644
--- a/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware_r8.a7.02.bb
+++ b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware_r8.a7.02.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=b28122fd6678e89fd3a8d4bc80922969"
 
 PACKAGE_ARCH = "all"
 
-PR = "r2+gitr${SRCPV}"
+PR = "r3+gitr${SRCPV}"
 
 PROVIDES += "wl12xx-firmware"
 RPROVIDES_${PN} += "wl12xx-firmware"
@@ -14,7 +14,7 @@ RCONFLICTS_${PN} += "wl12xx-firmware"
 COMPATIBLE_MACHINE = "(omap-a15)"
 
 # Tag: ol_r8.a7.02_pd_fix (workaround powerdown recovery fix)
-SRCREV = "3fb3bd321f89f9910f25d3006668b831df944a7f"
+SRCREV = "5df2c08a405e6a463067e406c7394ec5435c5179"
 SRC_URI = "git://github.com/TI-OpenLink/wl18xx_fw.git;protocol=git \
            file://Makefile \
           "
-- 
1.7.9.5


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

* Re: [PATCH] wl18xx-firmware: fix p2p issues
  2013-11-10 13:24 [PATCH] wl18xx-firmware: fix p2p issues Reizer, Eyal
@ 2013-11-12  6:05 ` Denys Dmytriyenko
  2013-11-12  6:14   ` Siddharth Heroor
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2013-11-12  6:05 UTC (permalink / raw)
  To: Reizer, Eyal; +Cc: meta-arago@arago-project.org

On Sun, Nov 10, 2013 at 01:24:53PM +0000, Reizer, Eyal wrote:
> wifi-direct did not work with the previous firmware released for R8.2 (ol_r8.07.02)
> update the recipe to use a fixed firmware.
> 
> This fix is important for the next coming glsdk release for J6/omap5

Eyal,

Unfortunately, R8.2 has never been submitted to meta-arago - was is part of 
GLSDK "forked" release?

Sid/Mrinmayee,

Do you have updated recipes you want to share?

-- 
Denys


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

* Re: [PATCH] wl18xx-firmware: fix p2p issues
  2013-11-12  6:05 ` Denys Dmytriyenko
@ 2013-11-12  6:14   ` Siddharth Heroor
  2013-11-12  6:40     ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Siddharth Heroor @ 2013-11-12  6:14 UTC (permalink / raw)
  To: Denys Dmytriyenko, Reizer, Eyal; +Cc: meta-arago@arago-project.org

On 11/12/2013 11:35 AM, Denys Dmytriyenko wrote:
> On Sun, Nov 10, 2013 at 01:24:53PM +0000, Reizer, Eyal wrote:
>> wifi-direct did not work with the previous firmware released for R8.2 (ol_r8.07.02)
>> update the recipe to use a fixed firmware.
>>
>> This fix is important for the next coming glsdk release for J6/omap5
> Eyal,
>
> Unfortunately, R8.2 has never been submitted to meta-arago - was is part of
> GLSDK "forked" release?
>
> Sid/Mrinmayee,
>
> Do you have updated recipes you want to share?
>
AFAIK, we picked up the recipes from what were submitted to this ML by 
Roger/Iain. I'm not aware of any other changes.

--
Sid


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

* Re: [PATCH] wl18xx-firmware: fix p2p issues
  2013-11-12  6:14   ` Siddharth Heroor
@ 2013-11-12  6:40     ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2013-11-12  6:40 UTC (permalink / raw)
  To: Siddharth Heroor; +Cc: meta-arago@arago-project.org

On Tue, Nov 12, 2013 at 11:44:14AM +0530, Siddharth Heroor wrote:
> On 11/12/2013 11:35 AM, Denys Dmytriyenko wrote:
> >On Sun, Nov 10, 2013 at 01:24:53PM +0000, Reizer, Eyal wrote:
> >>wifi-direct did not work with the previous firmware released for R8.2 (ol_r8.07.02)
> >>update the recipe to use a fixed firmware.
> >>
> >>This fix is important for the next coming glsdk release for J6/omap5
> >Eyal,
> >
> >Unfortunately, R8.2 has never been submitted to meta-arago - was is part of
> >GLSDK "forked" release?
> >
> >Sid/Mrinmayee,
> >
> >Do you have updated recipes you want to share?
> >
> AFAIK, we picked up the recipes from what were submitted to this ML
> by Roger/Iain. I'm not aware of any other changes.

Sid,

Ah, I see what's going on :)
http://thread.gmane.org/gmane.linux.embedded.yocto.meta-arago/1127/focus=1241


Roger,

Any ETA on resubmitting the updated patchset? Thanks.

-- 
Denys


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

end of thread, other threads:[~2013-11-12  6:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-10 13:24 [PATCH] wl18xx-firmware: fix p2p issues Reizer, Eyal
2013-11-12  6:05 ` Denys Dmytriyenko
2013-11-12  6:14   ` Siddharth Heroor
2013-11-12  6:40     ` Denys Dmytriyenko

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.