All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/rtl8723bu: bump to latest version
@ 2022-09-16 19:03 Giulio Benetti
  2022-09-17 12:21 ` Thomas Petazzoni
  2022-09-22  6:12 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Giulio Benetti @ 2022-09-16 19:03 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Fixes:
http://autobuild.buildroot.net/results/4ba/4baf7b753a16e9cd798eaf51a4cb994a22f437e8/

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 package/rtl8723bu/rtl8723bu.hash | 2 +-
 package/rtl8723bu/rtl8723bu.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/rtl8723bu/rtl8723bu.hash b/package/rtl8723bu/rtl8723bu.hash
index 1dad7154b4..9119abad76 100644
--- a/package/rtl8723bu/rtl8723bu.hash
+++ b/package/rtl8723bu/rtl8723bu.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256  1cd658742ce10b21c92877e09cecc98880680d5f150de3845553005abc542977  rtl8723bu-19b4bdc05483a1e79a4f955a80f8f72cdd5dedc3.tar.gz
+sha256  07fece152704f4b5dbd0fd3af842816f95824317f3158fea774f15a6eddac009  rtl8723bu-d79a676a8d3f0bb6ac8af126689c6ac6869cb6f2.tar.gz
diff --git a/package/rtl8723bu/rtl8723bu.mk b/package/rtl8723bu/rtl8723bu.mk
index 838bbedb74..3da8d9cecf 100644
--- a/package/rtl8723bu/rtl8723bu.mk
+++ b/package/rtl8723bu/rtl8723bu.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RTL8723BU_VERSION = 19b4bdc05483a1e79a4f955a80f8f72cdd5dedc3
+RTL8723BU_VERSION = d79a676a8d3f0bb6ac8af126689c6ac6869cb6f2
 RTL8723BU_SITE = $(call github,lwfinger,rtl8723bu,$(RTL8723BU_VERSION))
 RTL8723BU_LICENSE = GPL-2.0, proprietary (*.bin firmware blobs)
 
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/rtl8723bu: bump to latest version
  2022-09-16 19:03 [Buildroot] [PATCH] package/rtl8723bu: bump to latest version Giulio Benetti
@ 2022-09-17 12:21 ` Thomas Petazzoni
  2022-09-22  6:12 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2022-09-17 12:21 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: buildroot

On Fri, 16 Sep 2022 21:03:08 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Fixes:
> http://autobuild.buildroot.net/results/4ba/4baf7b753a16e9cd798eaf51a4cb994a22f437e8/
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>  package/rtl8723bu/rtl8723bu.hash | 2 +-
>  package/rtl8723bu/rtl8723bu.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/rtl8723bu: bump to latest version
  2022-09-16 19:03 [Buildroot] [PATCH] package/rtl8723bu: bump to latest version Giulio Benetti
  2022-09-17 12:21 ` Thomas Petazzoni
@ 2022-09-22  6:12 ` Peter Korsgaard
  2022-09-22 11:54   ` Giulio Benetti
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2022-09-22  6:12 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: buildroot

>>>>> "Giulio" == Giulio Benetti <giulio.benetti@benettiengineering.com> writes:

 > Fixes:
 > http://autobuild.buildroot.net/results/4ba/4baf7b753a16e9cd798eaf51a4cb994a22f437e8/

 > Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Some more information would be good for me to know if this needs to be
backported or not. Since what kernel version does it break?

Alternatively a git shortlog since that previous commit, which also
pretty much explains it:

git shortlog --no-merges 19b4bdc05483a1e79a4f955a80f8f72cdd5dedc3..
Denis Klester (1):
      fix build for 5.19.2

Larry Finger (4):
      rtl8723bu: Fix build under kernel 5.17 and clean up some warnings
      rtl8723bu: Fix multiple definition errors
      rtl8723bu: Fin compile warning
      rtl8723bu: Fix builds for kernel 6.0

So apparently it fixes builds with kernel 5.17+.

Committed to 2022.02.x, 2022.05.x and 2022.08.x with a more detailed
commit message, thanks.

> ---
 >  package/rtl8723bu/rtl8723bu.hash | 2 +-
 >  package/rtl8723bu/rtl8723bu.mk   | 2 +-
 >  2 files changed, 2 insertions(+), 2 deletions(-)

 > diff --git a/package/rtl8723bu/rtl8723bu.hash b/package/rtl8723bu/rtl8723bu.hash
 > index 1dad7154b4..9119abad76 100644
 > --- a/package/rtl8723bu/rtl8723bu.hash
 > +++ b/package/rtl8723bu/rtl8723bu.hash
 > @@ -1,2 +1,2 @@
 >  # Locally computed
 > -sha256  1cd658742ce10b21c92877e09cecc98880680d5f150de3845553005abc542977  rtl8723bu-19b4bdc05483a1e79a4f955a80f8f72cdd5dedc3.tar.gz
 > +sha256  07fece152704f4b5dbd0fd3af842816f95824317f3158fea774f15a6eddac009  rtl8723bu-d79a676a8d3f0bb6ac8af126689c6ac6869cb6f2.tar.gz
 > diff --git a/package/rtl8723bu/rtl8723bu.mk b/package/rtl8723bu/rtl8723bu.mk
 > index 838bbedb74..3da8d9cecf 100644
 > --- a/package/rtl8723bu/rtl8723bu.mk
 > +++ b/package/rtl8723bu/rtl8723bu.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -RTL8723BU_VERSION = 19b4bdc05483a1e79a4f955a80f8f72cdd5dedc3
 > +RTL8723BU_VERSION = d79a676a8d3f0bb6ac8af126689c6ac6869cb6f2
 >  RTL8723BU_SITE = $(call github,lwfinger,rtl8723bu,$(RTL8723BU_VERSION))
 >  RTL8723BU_LICENSE = GPL-2.0, proprietary (*.bin firmware blobs)
 
 > -- 

 > 2.34.1

 > _______________________________________________
 > buildroot mailing list
 > buildroot@buildroot.org
 > https://lists.buildroot.org/mailman/listinfo/buildroot


-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/rtl8723bu: bump to latest version
  2022-09-22  6:12 ` Peter Korsgaard
@ 2022-09-22 11:54   ` Giulio Benetti
  0 siblings, 0 replies; 4+ messages in thread
From: Giulio Benetti @ 2022-09-22 11:54 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: buildroot

Hi Peter,

> Il giorno 22 set 2022, alle ore 08:12, Peter Korsgaard <peter@korsgaard.com> ha scritto:
> 
> 
>> 
>>>>>> "Giulio" == Giulio Benetti <giulio.benetti@benettiengineering.com> writes:
> 
>> Fixes:
>> http://autobuild.buildroot.net/results/4ba/4baf7b753a16e9cd798eaf51a4cb994a22f437e8/
> 
>> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> 
> Some more information would be good for me to know if this needs to be
> backported or not. Since what kernel version does it break?
> 
> Alternatively a git shortlog since that previous commit, which also
> pretty much explains it:
> 
> git shortlog --no-merges 19b4bdc05483a1e79a4f955a80f8f72cdd5dedc3..
> Denis Klester (1):
>      fix build for 5.19.2
> 
> Larry Finger (4):
>      rtl8723bu: Fix build under kernel 5.17 and clean up some warnings
>      rtl8723bu: Fix multiple definition errors
>      rtl8723bu: Fin compile warning
>      rtl8723bu: Fix builds for kernel 6.0
> 
> So apparently it fixes builds with kernel 5.17+.

Yes exactly.
I’ve forgotten to add a commit log at all here.
I’ve seen “bump version” and I didn’t complete the commit log. I’ll take care next time.

Thanks
Giulio

> 
> Committed to 2022.02.x, 2022.05.x and 2022.08.x with a more detailed
> commit message, thanks.
> 
>> ---
>> package/rtl8723bu/rtl8723bu.hash | 2 +-
>> package/rtl8723bu/rtl8723bu.mk   | 2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
> 
>> diff --git a/package/rtl8723bu/rtl8723bu.hash b/package/rtl8723bu/rtl8723bu.hash
>> index 1dad7154b4..9119abad76 100644
>> --- a/package/rtl8723bu/rtl8723bu.hash
>> +++ b/package/rtl8723bu/rtl8723bu.hash
>> @@ -1,2 +1,2 @@
>> # Locally computed
>> -sha256  1cd658742ce10b21c92877e09cecc98880680d5f150de3845553005abc542977  rtl8723bu-19b4bdc05483a1e79a4f955a80f8f72cdd5dedc3.tar.gz
>> +sha256  07fece152704f4b5dbd0fd3af842816f95824317f3158fea774f15a6eddac009  rtl8723bu-d79a676a8d3f0bb6ac8af126689c6ac6869cb6f2.tar.gz
>> diff --git a/package/rtl8723bu/rtl8723bu.mk b/package/rtl8723bu/rtl8723bu.mk
>> index 838bbedb74..3da8d9cecf 100644
>> --- a/package/rtl8723bu/rtl8723bu.mk
>> +++ b/package/rtl8723bu/rtl8723bu.mk
>> @@ -4,7 +4,7 @@
>> #
>> ################################################################################
> 
>> -RTL8723BU_VERSION = 19b4bdc05483a1e79a4f955a80f8f72cdd5dedc3
>> +RTL8723BU_VERSION = d79a676a8d3f0bb6ac8af126689c6ac6869cb6f2
>> RTL8723BU_SITE = $(call github,lwfinger,rtl8723bu,$(RTL8723BU_VERSION))
>> RTL8723BU_LICENSE = GPL-2.0, proprietary (*.bin firmware blobs)
> 
>> -- 
> 
>> 2.34.1
> 
>> _______________________________________________
>> buildroot mailing list
>> buildroot@buildroot.org
>> https://lists.buildroot.org/mailman/listinfo/buildroot
> 
> 
> -- 
> Bye, Peter Korsgaard

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-09-22 11:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16 19:03 [Buildroot] [PATCH] package/rtl8723bu: bump to latest version Giulio Benetti
2022-09-17 12:21 ` Thomas Petazzoni
2022-09-22  6:12 ` Peter Korsgaard
2022-09-22 11:54   ` Giulio Benetti

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.