Still don’t have a Meld Account?
Join now to be a part of the worlds largest embedded linux community!
Join Now!Bitbake Debug/Release Image with different Kernel config
harbottle - June 6, 2011
Hi
I'm using MVL6 and bitbake/devrocket.
I have a build image - let's call it my-image.bb and a debug image that inherits my-image.bb
It's called debug-my-image.bb
The debug image simply includes all the required tools for running gdb, ssl and some other things such as test harnesses.
In local.conf I have specified a path to a kernel config file - let's call it my_kernel_config.
However, I would like the debug build to use a different config as the debug build uses a number of kernel options that the release build doesn't.
Is it possible to specify that my-image.bb uses config a) and debug-my-image uses either a different config file (my_kernel_config_debug) OR overrides settings to enable features that are disabled in config a)
Regards
