Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/wf111: bump to version 5.2.2-r3
@ 2018-01-26 16:20 Julien Corjon
  2018-01-27  9:15 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Julien Corjon @ 2018-01-26 16:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Julien Corjon <corjon.j@ecagroup.com>
---
 package/wf111/wf111.mk | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/wf111/wf111.mk b/package/wf111/wf111.mk
index ad9d89149d..ed55672136 100644
--- a/package/wf111/wf111.mk
+++ b/package/wf111/wf111.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-WF111_VERSION = 5.2.2-r2
+WF111_VERSION = 5-2-2-r3
 WF111_SITE_METHOD = file
 WF111_SITE = $(call qstrip,$(BR2_PACKAGE_WF111_TARBALL_PATH))
 WF111_DEPENDENCIES = linux
@@ -14,11 +14,11 @@ $(error No tarball location specified, check BR2_PACKAGE_WF111_TARBALL_PATH)
 endif
 
 ifeq ($(BR2_ARM_CPU_ARMV7A),y)
-WF111_SOURCE = wf111-linux-driver_$(WF111_VERSION)_armv7-a.tar.gz
+WF111_SOURCE = wf111-linux-driver-$(WF111_VERSION)-armv7-a.tar.gz
 else ifeq ($(BR2_ARM_CPU_ARMV5),y)
-WF111_SOURCE = wf111-linux-driver_$(WF111_VERSION)_armv5t.tar.gz
+WF111_SOURCE = wf111-linux-driver-$(WF111_VERSION)-armv5t.tar.gz
 else ifeq ($(BR2_i386),y)
-WF111_SOURCE = wf111-linux-driver_$(WF111_VERSION)_x86.tar.gz
+WF111_SOURCE = wf111-linux-driver-$(WF111_VERSION)-x86.tar.gz
 endif
 
 # Due to the stupidity of the package Makefile, we can't invoke
-- 
2.14.1

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

* [Buildroot] [PATCH 1/1] package/wf111: bump to version 5.2.2-r3
  2018-01-26 16:20 [Buildroot] [PATCH 1/1] package/wf111: bump to version 5.2.2-r3 Julien Corjon
@ 2018-01-27  9:15 ` Peter Korsgaard
  2018-01-29  8:30   ` Julien CORJON
  2018-02-03 15:34   ` Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-01-27  9:15 UTC (permalink / raw)
  To: buildroot

>>>>> "Julien" == Julien Corjon <corjon.j@ecagroup.com> writes:

 > Signed-off-by: Julien Corjon <corjon.j@ecagroup.com>
 > ---
 >  package/wf111/wf111.mk | 8 ++++----
 >  1 file changed, 4 insertions(+), 4 deletions(-)

 > diff --git a/package/wf111/wf111.mk b/package/wf111/wf111.mk
 > index ad9d89149d..ed55672136 100644
 > --- a/package/wf111/wf111.mk
 > +++ b/package/wf111/wf111.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -WF111_VERSION = 5.2.2-r2
 > +WF111_VERSION = 5-2-2-r3

The Config.in refers to
http://www.bluegiga.com/en-US/products/wifi-modules/wf111-wifi-module/,
which redirects to silabs.com nowadays, so it is not directly clear
where to find the tarballs.

Care to send a patch updating Config.in?

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/wf111: bump to version 5.2.2-r3
  2018-01-27  9:15 ` Peter Korsgaard
@ 2018-01-29  8:30   ` Julien CORJON
  2018-02-03 15:34   ` Yann E. MORIN
  1 sibling, 0 replies; 4+ messages in thread
From: Julien CORJON @ 2018-01-29  8:30 UTC (permalink / raw)
  To: buildroot

Hello Peter,

Le sam. 27 janv. 2018 ? 10:15, Peter Korsgaard <peter@korsgaard.com> a ?crit
[..]
The Config.in refers to http://www.bluegiga.com/en-US/products/wifi-modules/wf111-wifi-module/, which redirects to silabs.com nowadays, so it is not directly clear where to find the tarballs.

Good catch, i forgot to check Config.in...

Care to send a patch updating Config.in?

Sure, just done!

Regards,

Julien

Committed, thanks.
--
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/wf111: bump to version 5.2.2-r3
  2018-01-27  9:15 ` Peter Korsgaard
  2018-01-29  8:30   ` Julien CORJON
@ 2018-02-03 15:34   ` Yann E. MORIN
  1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2018-02-03 15:34 UTC (permalink / raw)
  To: buildroot

Julien, All,

On 2018-01-27 10:15 +0100, Peter Korsgaard spake thusly:
> >>>>> "Julien" == Julien Corjon <corjon.j@ecagroup.com> writes:
> 
>  > Signed-off-by: Julien Corjon <corjon.j@ecagroup.com>
>  > ---
>  >  package/wf111/wf111.mk | 8 ++++----
>  >  1 file changed, 4 insertions(+), 4 deletions(-)
> 
>  > diff --git a/package/wf111/wf111.mk b/package/wf111/wf111.mk
>  > index ad9d89149d..ed55672136 100644
>  > --- a/package/wf111/wf111.mk
>  > +++ b/package/wf111/wf111.mk
>  > @@ -4,7 +4,7 @@
>  >  #
>  >  ################################################################################
>  
>  > -WF111_VERSION = 5.2.2-r2
>  > +WF111_VERSION = 5-2-2-r3
> 
> The Config.in refers to
> http://www.bluegiga.com/en-US/products/wifi-modules/wf111-wifi-module/,
> which redirects to silabs.com nowadays, so it is not directly clear
> where to find the tarballs.

It also look that we can now download without any click-wrap
registration, so this can now be automated, rather than require a local
tarball.

Care to send a patch doing the download?

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2018-02-03 15:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-26 16:20 [Buildroot] [PATCH 1/1] package/wf111: bump to version 5.2.2-r3 Julien Corjon
2018-01-27  9:15 ` Peter Korsgaard
2018-01-29  8:30   ` Julien CORJON
2018-02-03 15:34   ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox