diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2018-01-26 15:06:29 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-29 08:49:50 +0000 |
commit | 9620a1edb0545be2969e26b974fc8fe8accd0ce4 (patch) | |
tree | b34f274c0cf4dcc2d1e11192439a8a9cf32c6600 | |
parent | fb8087ab072ab49d467d8751b4fa42fbc5a4873a (diff) | |
download | poky-9620a1edb0545be2969e26b974fc8fe8accd0ce4.tar.gz |
kmod: 24 -> 25
Upgrade kmod from 24 to 25.
(From OE-Core rev: df525efab1cefa3e05e50544b1fbc790cc4cf850)
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 7fb10b58c5..7e5362f931 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
@@ -14,9 +14,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
14 | " | 14 | " |
15 | inherit autotools gtk-doc pkgconfig manpages | 15 | inherit autotools gtk-doc pkgconfig manpages |
16 | 16 | ||
17 | SRCREV = "ef4257b59c4307b8c627d89f3c7f1feedb32582f" | 17 | SRCREV = "aca4eca103d6699543f7ed663335c28c2e9908bb" |
18 | # Lookout for PV bump too when SRCREV is changed | 18 | # Lookout for PV bump too when SRCREV is changed |
19 | PV = "24+git${SRCPV}" | 19 | PV = "25+git${SRCPV}" |
20 | 20 | ||
21 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ | 21 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ |
22 | file://depmod-search.conf \ | 22 | file://depmod-search.conf \ |