How is one supposed to make kernel configuration changes for the Keystone 2 using MCSDK (currently using version 3) and the arago/yocto process. The process of installing and building using yocto is well described here:
http://processors.wiki.ti.com/index.php/MCSDK_UG_Chapter_Exploring#Yocto
and that all worked for me. I even discovered how to configure busybox using "bitbake busybox -c menuconfig" (it worked, but was that the intention?)
But I can't determine how to configure the kernel via yocto. After a bit a of a struggle, I finally located the kernel build directory (I think):
/mcsdk/build/arago-tmp-external-linaro-toolchain/work/keystone_evm-oe-linux-gnueabi/linux-keystone-3.10-r6a/git
and I can run "make menuconfig" there, but is that what is intended? If so, will the yocto/bitbake system understand what I have done and rebuild everything? When I did this, the kernel did not get rebuilt.
If I am missing some fundamental piece of documentation that might contain this information, please let me know.
Thanks,
Lance