All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arago-prefs: wpa-supplicant PREFERRED_PROVIDER to wpa-supplicant-wl18xx for omap-a15 family.
@ 2015-03-05 16:01 Jacob Stiffler
  2015-03-05 17:49 ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Jacob Stiffler @ 2015-03-05 16:01 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../conf/distro/include/arago-prefs.inc            |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
index e689f8b..c872d9a 100644
--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
@@ -119,7 +119,7 @@ PREFERRED_VERSION_m4 = "1.4.9"
 PREFERRED_PROVIDER_wpa-supplicant = "wpa-supplicant"
 PREFERRED_PROVIDER_wpa-supplicant_ti33x = "wpa-supplicant-wl18xx"
 PREFERRED_PROVIDER_wpa-supplicant_ti43x = "wpa-supplicant-wl18xx"
-PREFERRED_PROVIDER_wpa-supplicant_dra7xx-evm = "wpa-supplicant-wl18xx"
+PREFERRED_PROVIDER_wpa-supplicant_omap-a15 = "wpa-supplicant-wl18xx"
 
 PREFERRED_PROVIDER_gstreamer = "${@base_contains('MACHINE_FEATURES', 'mmip', 'gstreamer-mm-accel', 'gstreamer', d)}"
 PREFERRED_PROVIDER_gstreamer-dev = "${@base_contains('MACHINE_FEATURES', 'mmip', 'gstreamer-mm-accel-dev', 'gstreamer-dev', d)}"
-- 
1.7.9.5



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

* Re: [PATCH] arago-prefs: wpa-supplicant PREFERRED_PROVIDER to wpa-supplicant-wl18xx for omap-a15 family.
  2015-03-05 16:01 [PATCH] arago-prefs: wpa-supplicant PREFERRED_PROVIDER to wpa-supplicant-wl18xx for omap-a15 family Jacob Stiffler
@ 2015-03-05 17:49 ` Denys Dmytriyenko
  2015-03-05 17:54   ` Stiffler, Jacob
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2015-03-05 17:49 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

On Thu, Mar 05, 2015 at 11:01:01AM -0500, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  .../conf/distro/include/arago-prefs.inc            |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> index e689f8b..c872d9a 100644
> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> @@ -119,7 +119,7 @@ PREFERRED_VERSION_m4 = "1.4.9"
>  PREFERRED_PROVIDER_wpa-supplicant = "wpa-supplicant"
>  PREFERRED_PROVIDER_wpa-supplicant_ti33x = "wpa-supplicant-wl18xx"
>  PREFERRED_PROVIDER_wpa-supplicant_ti43x = "wpa-supplicant-wl18xx"
> -PREFERRED_PROVIDER_wpa-supplicant_dra7xx-evm = "wpa-supplicant-wl18xx"
> +PREFERRED_PROVIDER_wpa-supplicant_omap-a15 = "wpa-supplicant-wl18xx"

I'm fine with this. Although, omap-a15 also includes OMAP5 EVM, but it's not 
enabled in bt-firmware nor connectivity packagegroup, which only enable dra7xx


>  PREFERRED_PROVIDER_gstreamer = "${@base_contains('MACHINE_FEATURES', 'mmip', 'gstreamer-mm-accel', 'gstreamer', d)}"
>  PREFERRED_PROVIDER_gstreamer-dev = "${@base_contains('MACHINE_FEATURES', 'mmip', 'gstreamer-mm-accel-dev', 'gstreamer-dev', d)}"
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] arago-prefs: wpa-supplicant PREFERRED_PROVIDER to wpa-supplicant-wl18xx for omap-a15 family.
  2015-03-05 17:49 ` Denys Dmytriyenko
@ 2015-03-05 17:54   ` Stiffler, Jacob
  2015-03-05 18:20     ` Cooper Jr., Franklin
  0 siblings, 1 reply; 5+ messages in thread
From: Stiffler, Jacob @ 2015-03-05 17:54 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago

I noticed this, but I wasn't sure if it would be better to do it this way, or specify both PREFERRED_PROVIDER_wpa-supplicant_dra7xx-evm and PREFERRED_PROVIDER_wpa-supplicant_am57xx-evm. I attempted to specify PREFERRED_PROVIDER_wpa-supplicant_dra7xx, but this was not working.

-----Original Message-----
From: Dmytriyenko, Denys 
Sent: Thursday, March 05, 2015 12:49 PM
To: Stiffler, Jacob
Cc: meta-arago@arago-project.org
Subject: Re: [meta-arago] [PATCH] arago-prefs: wpa-supplicant PREFERRED_PROVIDER to wpa-supplicant-wl18xx for omap-a15 family.

On Thu, Mar 05, 2015 at 11:01:01AM -0500, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  .../conf/distro/include/arago-prefs.inc            |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc 
> b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> index e689f8b..c872d9a 100644
> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> @@ -119,7 +119,7 @@ PREFERRED_VERSION_m4 = "1.4.9"
>  PREFERRED_PROVIDER_wpa-supplicant = "wpa-supplicant"
>  PREFERRED_PROVIDER_wpa-supplicant_ti33x = "wpa-supplicant-wl18xx"
>  PREFERRED_PROVIDER_wpa-supplicant_ti43x = "wpa-supplicant-wl18xx"
> -PREFERRED_PROVIDER_wpa-supplicant_dra7xx-evm = "wpa-supplicant-wl18xx"
> +PREFERRED_PROVIDER_wpa-supplicant_omap-a15 = "wpa-supplicant-wl18xx"

I'm fine with this. Although, omap-a15 also includes OMAP5 EVM, but it's not enabled in bt-firmware nor connectivity packagegroup, which only enable dra7xx


>  PREFERRED_PROVIDER_gstreamer = "${@base_contains('MACHINE_FEATURES', 'mmip', 'gstreamer-mm-accel', 'gstreamer', d)}"
>  PREFERRED_PROVIDER_gstreamer-dev = "${@base_contains('MACHINE_FEATURES', 'mmip', 'gstreamer-mm-accel-dev', 'gstreamer-dev', d)}"
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] arago-prefs: wpa-supplicant PREFERRED_PROVIDER to wpa-supplicant-wl18xx for omap-a15 family.
  2015-03-05 17:54   ` Stiffler, Jacob
@ 2015-03-05 18:20     ` Cooper Jr., Franklin
  2015-03-05 18:22       ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Cooper Jr., Franklin @ 2015-03-05 18:20 UTC (permalink / raw)
  To: Stiffler, Jacob; +Cc: meta-arago




> On Mar 5, 2015, at 11:54 AM, Stiffler, Jacob <j-stiffler@ti.com> wrote:
> 
> I noticed this, but I wasn't sure if it would be better to do it this way, or specify both PREFERRED_PROVIDER_wpa-supplicant_dra7xx-evm and PREFERRED_PROVIDER_wpa-supplicant_am57xx-evm. I attempted to specify PREFERRED_PROVIDER_wpa-supplicant_dra7xx, but this was not working.
This probably goes back to the issue with SOC families I had awhile ago.


Anyway at this point all the actively maintained devices are using wilink 8 so maybe we set that as the default and if someone really wants they can set the old devices to wilink 6.
> 
> -----Original Message-----
> From: Dmytriyenko, Denys 
> Sent: Thursday, March 05, 2015 12:49 PM
> To: Stiffler, Jacob
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] arago-prefs: wpa-supplicant PREFERRED_PROVIDER to wpa-supplicant-wl18xx for omap-a15 family.
> 
>> On Thu, Mar 05, 2015 at 11:01:01AM -0500, Jacob Stiffler wrote:
>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>> ---
>> .../conf/distro/include/arago-prefs.inc            |    2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc 
>> b/meta-arago-distro/conf/distro/include/arago-prefs.inc
>> index e689f8b..c872d9a 100644
>> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
>> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
>> @@ -119,7 +119,7 @@ PREFERRED_VERSION_m4 = "1.4.9"
>> PREFERRED_PROVIDER_wpa-supplicant = "wpa-supplicant"
>> PREFERRED_PROVIDER_wpa-supplicant_ti33x = "wpa-supplicant-wl18xx"
>> PREFERRED_PROVIDER_wpa-supplicant_ti43x = "wpa-supplicant-wl18xx"
>> -PREFERRED_PROVIDER_wpa-supplicant_dra7xx-evm = "wpa-supplicant-wl18xx"
>> +PREFERRED_PROVIDER_wpa-supplicant_omap-a15 = "wpa-supplicant-wl18xx"
> 
> I'm fine with this. Although, omap-a15 also includes OMAP5 EVM, but it's not enabled in bt-firmware nor connectivity packagegroup, which only enable dra7xx
> 
> 
>> PREFERRED_PROVIDER_gstreamer = "${@base_contains('MACHINE_FEATURES', 'mmip', 'gstreamer-mm-accel', 'gstreamer', d)}"
>> PREFERRED_PROVIDER_gstreamer-dev = "${@base_contains('MACHINE_FEATURES', 'mmip', 'gstreamer-mm-accel-dev', 'gstreamer-dev', d)}"
>> -- 
>> 1.7.9.5
>> 
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] arago-prefs: wpa-supplicant PREFERRED_PROVIDER to wpa-supplicant-wl18xx for omap-a15 family.
  2015-03-05 18:20     ` Cooper Jr., Franklin
@ 2015-03-05 18:22       ` Denys Dmytriyenko
  0 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2015-03-05 18:22 UTC (permalink / raw)
  To: Cooper Jr., Franklin; +Cc: meta-arago

On Thu, Mar 05, 2015 at 01:20:48PM -0500, Cooper Jr., Franklin wrote:
> 
> 
> 
> > On Mar 5, 2015, at 11:54 AM, Stiffler, Jacob <j-stiffler@ti.com> wrote:
> > 
> > I noticed this, but I wasn't sure if it would be better to do it this way, 
> > or specify both PREFERRED_PROVIDER_wpa-supplicant_dra7xx-evm and 
> > PREFERRED_PROVIDER_wpa-supplicant_am57xx-evm. I attempted to specify 
> > PREFERRED_PROVIDER_wpa-supplicant_dra7xx, but this was not working.

> This probably goes back to the issue with SOC families I had awhile ago.

Yeah, that rings a bell. I've never faced it myself, but I remember you 
mentioning it...


> Anyway at this point all the actively maintained devices are using wilink 8 
> so maybe we set that as the default and if someone really wants they can set 
> the old devices to wilink 6.

Sounds good to me.


> > -----Original Message-----
> > From: Dmytriyenko, Denys 
> > Sent: Thursday, March 05, 2015 12:49 PM
> > To: Stiffler, Jacob
> > Cc: meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH] arago-prefs: wpa-supplicant PREFERRED_PROVIDER to wpa-supplicant-wl18xx for omap-a15 family.
> > 
> >> On Thu, Mar 05, 2015 at 11:01:01AM -0500, Jacob Stiffler wrote:
> >> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> >> ---
> >> .../conf/distro/include/arago-prefs.inc            |    2 +-
> >> 1 file changed, 1 insertion(+), 1 deletion(-)
> >> 
> >> diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc 
> >> b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> >> index e689f8b..c872d9a 100644
> >> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> >> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> >> @@ -119,7 +119,7 @@ PREFERRED_VERSION_m4 = "1.4.9"
> >> PREFERRED_PROVIDER_wpa-supplicant = "wpa-supplicant"
> >> PREFERRED_PROVIDER_wpa-supplicant_ti33x = "wpa-supplicant-wl18xx"
> >> PREFERRED_PROVIDER_wpa-supplicant_ti43x = "wpa-supplicant-wl18xx"
> >> -PREFERRED_PROVIDER_wpa-supplicant_dra7xx-evm = "wpa-supplicant-wl18xx"
> >> +PREFERRED_PROVIDER_wpa-supplicant_omap-a15 = "wpa-supplicant-wl18xx"
> > 
> > I'm fine with this. Although, omap-a15 also includes OMAP5 EVM, but it's not enabled in bt-firmware nor connectivity packagegroup, which only enable dra7xx
> > 
> > 
> >> PREFERRED_PROVIDER_gstreamer = "${@base_contains('MACHINE_FEATURES', 'mmip', 'gstreamer-mm-accel', 'gstreamer', d)}"
> >> PREFERRED_PROVIDER_gstreamer-dev = "${@base_contains('MACHINE_FEATURES', 'mmip', 'gstreamer-mm-accel-dev', 'gstreamer-dev', d)}"
> >> -- 
> >> 1.7.9.5
> >> 
> >> _______________________________________________
> >> meta-arago mailing list
> >> meta-arago@arago-project.org
> >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

end of thread, other threads:[~2015-03-05 18:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-05 16:01 [PATCH] arago-prefs: wpa-supplicant PREFERRED_PROVIDER to wpa-supplicant-wl18xx for omap-a15 family Jacob Stiffler
2015-03-05 17:49 ` Denys Dmytriyenko
2015-03-05 17:54   ` Stiffler, Jacob
2015-03-05 18:20     ` Cooper Jr., Franklin
2015-03-05 18:22       ` 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.