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.
$ 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.