* [Buildroot] [PATCH 1/1] package/kmod: bump version to 28
@ 2021-01-20 20:22 Petr Vorel
2021-01-20 21:10 ` Petr Vorel
2021-01-21 20:41 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Petr Vorel @ 2021-01-20 20:22 UTC (permalink / raw)
To: buildroot
Signed-off-by: Petr Vorel <petr.vorel@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 3cb60b2dd3..f0bd436dc8 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 c1d3fbf16ca24b95f334c1de1b46f17bbe5a10b0e81e72668bdc922ebffbbc0c kmod-27.tar.xz
+sha256 3969fc0f13daa98084256337081c442f8749310089e48aa695c9b4dfe1b3a26c kmod-28.tar.xz
# Locally calculated
sha256 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3 libkmod/COPYING
diff --git a/package/kmod/kmod.mk b/package/kmod/kmod.mk
index d0f26a8841..7fed252c22 100644
--- a/package/kmod/kmod.mk
+++ b/package/kmod/kmod.mk
@@ -4,7 +4,7 @@
#
################################################################################
-KMOD_VERSION = 27
+KMOD_VERSION = 28
KMOD_SOURCE = kmod-$(KMOD_VERSION).tar.xz
KMOD_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kmod
KMOD_INSTALL_STAGING = YES
--
2.30.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/kmod: bump version to 28
2021-01-20 20:22 [Buildroot] [PATCH 1/1] package/kmod: bump version to 28 Petr Vorel
@ 2021-01-20 21:10 ` Petr Vorel
2021-01-21 20:41 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Petr Vorel @ 2021-01-20 21:10 UTC (permalink / raw)
To: buildroot
Hi,
tested:
andes-nds32 [ 1/45]: OK
arm-aarch64 [ 2/45]: OK
bootlin-x86-64-glibc [ 3/45]: OK
br-aarch64-glibc [ 4/45]: OK
br-arcle-hs38 [ 5/45]: OK
br-arm-basic [ 6/45]: OK
br-arm-cortex-a9-glibc [ 7/45]: OK
br-arm-cortex-a9-musl [ 8/45]: OK
br-arm-cortex-m4-full [ 9/45]: SKIPPED
br-arm-full [10/45]: OK
br-arm-full-nothread [11/45]: OK
br-arm-full-static [12/45]: SKIPPED
br-i386-pentium-mmx-musl [13/45]: OK
br-i386-pentium4-full [14/45]: OK
br-microblazeel-full [15/45]: OK
br-mipsel-o32-full [16/45]: OK
br-mips32r6-el-hf-glibc [17/45]: OK
br-mips64-n64-full [18/45]: OK
br-mips64r6-el-hf-glibc [19/45]: OK
br-m68k-5208-full [20/45]: SKIPPED
br-m68k-68040-full [21/45]: OK
br-nios2-glibc [22/45]: OK
br-openrisc-uclibc [23/45]: OK
br-powerpc-e500mc-full [24/45]: OK
br-powerpc-603e-basic-cpp [25/45]: OK
br-powerpc64le-power8-glibc [26/45]: OK
br-powerpc64-power7-glibc [27/45]: OK
br-riscv32 [28/45]: OK
br-riscv64 [29/45]: OK
br-riscv64-musl [30/45]: OK
br-sh4-full [31/45]: OK
br-sparc-uclibc [32/45]: OK
br-sparc64-glibc [33/45]: OK
br-xtensa-full [34/45]: OK
br-x86-64-core2-full [35/45]: OK
br-x86-64-musl [36/45]: OK
linaro-aarch64-be [37/45]: OK
linaro-aarch64 [38/45]: OK
linaro-arm [39/45]: OK
sourcery-arm-armv4t [40/45]: OK
sourcery-arm [41/45]: OK
sourcery-arm-thumb2 [42/45]: OK
sourcery-mips [43/45]: OK
sourcery-mips64 [44/45]: OK
sourcery-nios2 [45/45]: OK
45 builds, 3 skipped, 0 build failed, 0 legal-info failed
Kind regards,
Petr
^ permalink raw reply [flat|nested] 3+ messages in thread* [Buildroot] [PATCH 1/1] package/kmod: bump version to 28
2021-01-20 20:22 [Buildroot] [PATCH 1/1] package/kmod: bump version to 28 Petr Vorel
2021-01-20 21:10 ` Petr Vorel
@ 2021-01-21 20:41 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-01-21 20:41 UTC (permalink / raw)
To: buildroot
On Wed, 20 Jan 2021 21:22:10 +0100
Petr Vorel <petr.vorel@gmail.com> wrote:
> Signed-off-by: Petr Vorel <petr.vorel@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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-01-21 20:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-20 20:22 [Buildroot] [PATCH 1/1] package/kmod: bump version to 28 Petr Vorel
2021-01-20 21:10 ` Petr Vorel
2021-01-21 20:41 ` Thomas Petazzoni
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.