summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorScott Branden <scott.branden@broadcom.com>2021-01-13 16:20:00 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-16 22:39:36 +0000
commita2ca184abbe46ecdb83485174d578b677417c4c1 (patch)
tree025e1b376a0f3b923d61e5a47ddb5ed0c8c8cc73 /meta/recipes-kernel
parent2e4c20d4cc7a7116bb9495c3cb802d13de31c017 (diff)
downloadpoky-a2ca184abbe46ecdb83485174d578b677417c4c1.tar.gz
kmod: update 27 -> 28
Upgrade kmod from 27 to 28. (From OE-Core rev: 7447ac45edaf7f71d0e4cc60506e1cca546427df) Signed-off-by: Scott Branden <scott.branden@broadcom.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/kmod/kmod.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
index dabda2d57e..ccda9f2b73 100644
--- a/meta/recipes-kernel/kmod/kmod.inc
+++ b/meta/recipes-kernel/kmod/kmod.inc
@@ -15,9 +15,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
15 " 15 "
16inherit autotools gtk-doc pkgconfig manpages 16inherit autotools gtk-doc pkgconfig manpages
17 17
18SRCREV = "819a125ca756003dce2d11624035b7fb605a8e99" 18SRCREV = "1ccfe994287119cc6cef37a7ca4c529d89de4b95"
19# Lookout for PV bump too when SRCREV is changed 19# Lookout for PV bump too when SRCREV is changed
20PV = "27" 20PV = "28"
21 21
22SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ 22SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
23 file://depmod-search.conf \ 23 file://depmod-search.conf \