[oe-commits] [openembedded-core] 02/04: kern-tools: improve kernel config audit output

git at git.openembedded.org git at git.openembedded.org
Fri Sep 7 16:58:25 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 6acfe7d9e431923124c5c4e743f39f9d7aea97c5
Author: Bruce Ashfield <bruce.ashfield at windriver.com>
AuthorDate: Fri Sep 7 09:38:40 2018 -0400

    kern-tools: improve kernel config audit output
    
    Recent kernels broke the ability of kconfiglib to parse the Kconfig
    files and offer reasons why a symbol may not be set. To address this
    issue, we update to Kconfiglib2 and adjust the symbol_why script to
    work with the new API.
    
    We also tweak the kconf_check script to allow the specification of
    a list of option as "non-hardware". This allows a BSP to inhibit
    warnings on options that it knows are mismatched for a valid reason
    (i.e. -tiny kernels using common fragments with known missing
    dependencies).
    
    Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 dca567f..b353c21 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=a6c2fa8aef1b
 
 DEPENDS = "git-native"
 
-SRCREV = "602237a57487e969016db3085d181b585f5a74a7"
+SRCREV = "d6529f86fc5bcb3514953ff9fa2f51a3fbf03a0f"
 PR = "r12"
 PV = "0.2+git${SRCPV}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list