All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/kmod: bump to version 30
@ 2022-10-25 14:29 James Hilliard
  2022-10-25 20:59 ` Thomas Petazzoni via buildroot
  2022-10-27  6:56 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 4+ messages in thread
From: James Hilliard @ 2022-10-25 14:29 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/kmod/kmod.hash | 2 +-
 package/kmod/kmod.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/kmod/kmod.hash b/package/kmod/kmod.hash
index c68e41f1b6..b181f73e9b 100644
--- a/package/kmod/kmod.hash
+++ b/package/kmod/kmod.hash
@@ -1,5 +1,5 @@
 # From https://www.kernel.org/pub/linux/utils/kernel/kmod/sha256sums.asc
-sha256  0b80eea7aa184ac6fd20cafa2a1fdf290ffecc70869a797079e2cc5c6225a52a  kmod-29.tar.xz
+sha256  f897dd72698dc6ac1ef03255cd0a5734ad932318e4adbaebc7338ef2f5202f9f  kmod-30.tar.xz
 
 # Locally calculated
 sha256  6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3  libkmod/COPYING
diff --git a/package/kmod/kmod.mk b/package/kmod/kmod.mk
index 82e8597759..5d6d4408f9 100644
--- a/package/kmod/kmod.mk
+++ b/package/kmod/kmod.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KMOD_VERSION = 29
+KMOD_VERSION = 30
 KMOD_SOURCE = kmod-$(KMOD_VERSION).tar.xz
 KMOD_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kmod
 KMOD_INSTALL_STAGING = YES
-- 
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 1/1] package/kmod: bump to version 30
  2022-10-25 14:29 [Buildroot] [PATCH 1/1] package/kmod: bump to version 30 James Hilliard
@ 2022-10-25 20:59 ` Thomas Petazzoni via buildroot
  2022-10-27  6:56 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-10-25 20:59 UTC (permalink / raw)
  To: James Hilliard; +Cc: buildroot

On Tue, 25 Oct 2022 08:29:29 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:

> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/kmod/kmod.hash | 2 +-
>  package/kmod/kmod.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 1/1] package/kmod: bump to version 30
  2022-10-25 14:29 [Buildroot] [PATCH 1/1] package/kmod: bump to version 30 James Hilliard
  2022-10-25 20:59 ` Thomas Petazzoni via buildroot
@ 2022-10-27  6:56 ` Thomas Petazzoni via buildroot
  2022-10-27 22:48   ` James Hilliard
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-10-27  6:56 UTC (permalink / raw)
  To: James Hilliard; +Cc: buildroot

On Tue, 25 Oct 2022 08:29:29 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:

> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/kmod/kmod.hash | 2 +-
>  package/kmod/kmod.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

We have a build failure:

  http://autobuild.buildroot.net/?reason=kmod-30

Not sure if it's new with version 30 or not, though. Could you have a
look?

Thanks a lot!

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 1/1] package/kmod: bump to version 30
  2022-10-27  6:56 ` Thomas Petazzoni via buildroot
@ 2022-10-27 22:48   ` James Hilliard
  0 siblings, 0 replies; 4+ messages in thread
From: James Hilliard @ 2022-10-27 22:48 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: buildroot

On Thu, Oct 27, 2022 at 2:56 AM Thomas Petazzoni
<thomas.petazzoni@bootlin.com> wrote:
>
> On Tue, 25 Oct 2022 08:29:29 -0600
> James Hilliard <james.hilliard1@gmail.com> wrote:
>
> > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> > ---
> >  package/kmod/kmod.hash | 2 +-
> >  package/kmod/kmod.mk   | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
>
> We have a build failure:
>
>   http://autobuild.buildroot.net/?reason=kmod-30
>
> Not sure if it's new with version 30 or not, though. Could you have a
> look?

It's not new, but seems somewhat rare:
http://autobuild.buildroot.net/?reason=kmod-%

Same failure in version 29:
http://autobuild.buildroot.net/results/e5b/e5bdd8a04d845667f4234867625c3d8e482b3e21

>
> Thanks a lot!
>
> 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

end of thread, other threads:[~2022-10-27 22:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-25 14:29 [Buildroot] [PATCH 1/1] package/kmod: bump to version 30 James Hilliard
2022-10-25 20:59 ` Thomas Petazzoni via buildroot
2022-10-27  6:56 ` Thomas Petazzoni via buildroot
2022-10-27 22:48   ` James Hilliard

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.