[yocto] applying a custom kernel configuration to the "built in" routerstation pro bsp?

Khem Raj raj.khem at gmail.com
Wed Feb 8 19:29:59 PST 2012


On (08/02/12 21:08), David Smoot wrote:
> I want to change some of the kernel configuration options for my routerstation pro.  I have a .config from a 2.6.37 kernel running on my routerstation pro that was not built in Yocto that has the options I want to build in Yocto.  I am attempting to follow the instructions at http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html#bsp-filelayout-kernel. But I am confused.  
> 
> Since I am using the routerstation pro, I do not have a separate BSP, it is "built in".  So I know I need to modify a .bbappend file to point to my config file, but I am not sure which bbappend where.

inside meta-yocto/recipes-bsp/formfactor/formfactor create a dir called
routerstationpro and inside that dir create file called 'machconfig'
add the kconfig options that you are missing in standard config to
this file

HTH

-Khem



More information about the yocto mailing list