You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more a buildroot question than a buildroot-submodule question... What you can do is use env variable to select a variant (it's documented in the readme iirc) the variant is just another config file, so that would solve your use-case.
Variant selection through a menu would be tricky with the way makefiles work... I'm not sure how to do it and this goes beyond what I think buildroot-submodule should do...
I need to track a few different hardware platforms.
How can I adopt Makefile to switch between HW?
It would be great to have build variant selection menu, but I can't override dependencies from Config.in to packages described in core buildroot/
The text was updated successfully, but these errors were encountered: