mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
linux-yocto: export kernel configuration audit to the console
Fixes [BUGID #692] Previously the information dumped by the kernel configuration audit scripts was only placed in log files. This isn't as useful as it could be, since they are rarely checked. This change takes the output from kconf_check and explicitly displays it to the user. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
committed by
Richard Purdie
parent
e4a4d9e984
commit
95366e44c9
@@ -15,7 +15,6 @@ LINUX_KERNEL_TYPE ?= standard
|
||||
do_patch[depends] = "kern-tools-native:do_populate_sysroot"
|
||||
|
||||
addtask kernel_configme before do_configure after do_patch
|
||||
addtask kernel_configcheck after do_configure before do_compile
|
||||
|
||||
# Pick up shared functions
|
||||
inherit kernel-yocto
|
||||
|
||||
Reference in New Issue
Block a user