diff mbox series

[1/1] package/kmod: bump to version 30

Message ID 20221025142929.3089316-1-james.hilliard1@gmail.com
State Accepted
Headers show
Series [1/1] package/kmod: bump to version 30 | expand

Commit Message

James Hilliard Oct. 25, 2022, 2:29 p.m. UTC
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(-)

Comments

Thomas Petazzoni Oct. 25, 2022, 8:59 p.m. UTC | #1
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 Oct. 27, 2022, 6:56 a.m. UTC | #2
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
James Hilliard Oct. 27, 2022, 10:48 p.m. UTC | #3
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
diff mbox series

Patch

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