-
Notifications
You must be signed in to change notification settings - Fork 2k
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
boards/slwstk6000b-*: move CPU_MODEL definition to Makefile.features #12410
boards/slwstk6000b-*: move CPU_MODEL definition to Makefile.features #12410
Conversation
This is still currently a hack to hardcode it as the value can be deduced from the `BOARD_MODULE` daughter board name. But it requires more cleanup and could come in a separate step. Part of moving CPU/CPU_MODEL definition to Makefile.features to have it available before Makefile.include.
I agree with the changes in this PR, although a temporary solution it allows to finish the |
Tested that there is no diff by running:
in master an this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK!
I won't merge unless you agree @kb2ma agrees since you changed the milestone, but IMO this is safe to merge once murdock is green.!
Sure, if you two are comfortable with this plan, so am I. I'll reset the milestone on #11477. If something pops up, we can re-evaluate tomorrow, 10 Oct. |
Then GO! |
Thank you for the review. |
Contribution description
This is still currently a hack to hardcode it as the value can be deduced
from the
BOARD_MODULE
daughter board name.But it requires more cleanup and could come in a separate step.
Part of moving CPU/CPU_MODEL definition to Makefile.features to have it
available before Makefile.include.
There is now no more boards defining
CPU_MODEL
inMakefile.include
.Testing procedure
The value of
CPU_MODEL
and the output ofinfo-build
stayed the same:The
dist/tools/buildsystem_sanity_check/check.sh
executes without error (done by CI).Issues/PRs references