extract kernel config
You might want the kernel .config, which was composed out of defconfig + configuration fragments to work outside of the YP.
make sure that is what you want (has the proper config options set)
Save it e.g. under
bitbake linux-yocto-custom -c menuconfig
make sure that is what you want (has the proper config options set)
Save it e.g. under
/tmp/4.4.kernel.config
Comments
Post a Comment