I am trying to switch between external and internal build via some export variable in a script. I am able to do this partially meaning for bool values but for those which take in strings how to tell buildroot to continue with default value and not prompt for values to the user.
For e.g., BR2_TOOLCHAIN_EXTERNAL_STRIP=y
works fine, as it takes in bool value, but BR2_TOOLCHAIN_EXTERNAL_PATH
prompts for a value, even though default is set to the correct path.
Thanks for any help