Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple kernel configurations #7

Open
ponyatov opened this issue Feb 18, 2019 · 1 comment
Open

multiple kernel configurations #7

ponyatov opened this issue Feb 18, 2019 · 1 comment

Comments

@ponyatov
Copy link

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/

@boucman
Copy link
Member

boucman commented Feb 21, 2019

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants