diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-05-12 14:27:57 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-13 11:34:14 +0100 |
commit | 53ac441029cdde279785ae3d19822d0dce8f87c1 (patch) | |
tree | 1258802bad41174a97c871051e3af0b7e3cd1167 /meta/recipes-kernel/kern-tools | |
parent | 944de7ea5f653eeed7439df7141c65f64745e4a8 (diff) | |
download | poky-53ac441029cdde279785ae3d19822d0dce8f87c1.tar.gz |
kern-tools: Kconfiglib: add support for bare 'modules' keyword
Bumping the SRCREV to pickup the following for the kern-tools:
commit 6dd85ff178cd76851e2184b13e545f5a88d1be30 [kconfig: change
"modules" from sub-option to first-level attribute] broke parsing
in 5.13+ trees.
We add the new location to the parser so we can support both
types of module specifications.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Without this, the kernel configuration audit for 5.13+ errors
immediately.
The older "option modules" parsing has been left in the code, so that
older kernels continue to work as well.
(From OE-Core rev: ba39e42681e7e3c6fe82686a42a9ee4b519003f9)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kern-tools')
-rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index 70b8518304..e967f485c1 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://tools/kgit;beginline=5;endline=9;md5=9c30e971d435e249 | |||
8 | 8 | ||
9 | DEPENDS = "git-native" | 9 | DEPENDS = "git-native" |
10 | 10 | ||
11 | SRCREV = "00dfcab64b85bcb61208724a1588662184ebdd59" | 11 | SRCREV = "d220b063852245fdd16b9731a395ace525f932d6" |
12 | PR = "r12" | 12 | PR = "r12" |
13 | PV = "0.2+git${SRCPV}" | 13 | PV = "0.2+git${SRCPV}" |
14 | 14 | ||