kernel configuration fragments

bitbake linux-yocto-custom -c menuconfig
 
make whatever adjustments here
 
bitbake linux-yocto-custom -c diffconfig
 
this spits out a configuration fragment
 
add it to your kernel configuration fragments
 
make sure it made it into your kernel configuration:
 
bitbake linux-yocto-custom -c cleansstate

bitbake linux-yocto-custom -c menuconfig
 
Now you should find your new configuration settings in menuconfig 


 

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