extract kernel config
 You might want the kernel .config, which was composed out of defconfig + configuration fragments to work outside of the YP.    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