Compiling the Kernel

I am (re)compiling the BB kernel by following instructions here: GitHub - RobertCNelson/bb-kernel. Everything works great and I am able to produce a working image. During the compilation process, an interactive configuration window pops up. Is there a way to turn that off by supplying the configuration file? If so, where should the file be copied?

Hit the “esc” key twice, our default kernel config is loaded, but the menu is brought up for you to make any personal changes…

Regards,

Is there a way to not bring up the menu at all and load the default configuration?

Open “system.sh” in the base directory and un-comment:

###ADVANCED: AUTO_BUILD: Easier integration with Jenkins/Buildbot/etc..
#
#AUTO_BUILD=1

to:

###ADVANCED: AUTO_BUILD: Easier integration with Jenkins/Buildbot/etc..
#
AUTO_BUILD=1

Regards,