]> code.ossystems Code Review - openembedded-core.git/commit
kern-tools: tools/kconf_check: modify grep pattern
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 17 Dec 2018 03:38:28 +0000 (22:38 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Dec 2018 16:19:29 +0000 (16:19 +0000)
commitb476d1cddefb9468c41a4c1c08b4fae66d03b52f
treedc067b5e94ec95d8c5d3227e79011415a26caf0f
parent39afea5282fed75a4f70d8f8b1af767620923828
kern-tools: tools/kconf_check: modify grep pattern

Integrating the following kern tools patch:

    The cmd line, <grep '^[  ]*\(menu\)*config '>, can't
    match all expect config options.

    This is because that it is not always a single space after 'config'
    in kernel-source/*/.../Kconfig. e.g. "config IP_VS_IPV6" in
    net/netfilter/ipvs/Kconfig

    So we should change the cmd to grep '^[  ]*\(menu\)*config\s'.

Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/kern-tools/kern-tools-native_git.bb