Possible to override sdkconfig settings via command line?
Posted: Tue Jan 30, 2018 2:37 am
I'm looking to perform a number of automated builds with different configurations. I tried something like:
make CONFIG_MY_OPTION=1
but this doesn't appear to be overriding the CONFIG_MY_OPTION=2 that is in sdkconfig.
Possible to override variables like this? Other ideas for how to best automate a few slight variations in sdkconfig? I've thought of using sed to alter sdkconfig (seems a bit messy), pre-creating a number of sdkconfig files (this seems difficult to maintain).
make CONFIG_MY_OPTION=1
but this doesn't appear to be overriding the CONFIG_MY_OPTION=2 that is in sdkconfig.
Possible to override variables like this? Other ideas for how to best automate a few slight variations in sdkconfig? I've thought of using sed to alter sdkconfig (seems a bit messy), pre-creating a number of sdkconfig files (this seems difficult to maintain).