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

Comments

Popular posts from this blog

Yocto: BitBake and Dependencies - e.g. One recipe to use output of another recipe

Yocto: kernel modules not showing up in the rootfs

Yocto/Qt5: hello-qt part2 - Licensing