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

cmake: fix support for out of tree shields #15158

Merged
merged 1 commit into from
Apr 17, 2019

Conversation

masz-nordic
Copy link
Collaborator

After the rework in #12403, specifying a shield which has overlay
out of the tree causes unnecessary inclusions of overlays.
For every board root, overlays that have same index as
expected overlay are being included.
Fix this by removing already included overlays from SHIELD list.

Signed-off-by: Marcin Szymczyk [email protected]

After the rework in zephyrproject-rtos#12403, specifying a shield which has overlay
out of the tree causes unnecessary inclusions of overlays.
For every board root, overlays that have same index as
expected overlay are being included.
Fix this by removing already included overlays from SHIELD list.

Signed-off-by: Marcin Szymczyk <[email protected]>
@masz-nordic masz-nordic added bug The issue is a bug, or the PR is fixing a bug area: Build System labels Apr 3, 2019
@SebastianBoe SebastianBoe requested a review from erwango April 3, 2019 13:33
@erwango erwango added the area: Shields Shields (add-on boards) label Apr 5, 2019
Copy link
Member

@erwango erwango left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not able to see impacts on out of tree shields, but at least doesn't break whatever is in tree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Build System area: Shields Shields (add-on boards) bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants