9.4.6. do_kernel_menuconfig

Invoked by the user to manipulate the .config file used to build a linux-yocto recipe. This task starts the Linux kernel configuration tool, which you then use to modify the kernel configuration.

Note

You can also invoke this tool from the command line as follows:
     $ bitbake linux-yocto -c menuconfig
                

See the "Generating Configuration Files" section in the Yocto Project Linux Kernel Development Manual for more information on this configuration tool. You can also reference the "Using menuconfig" section in the Yocto Project Development Manual.