Skip to content

contents: Don't ignore ignored entries#262

Open
quic-bjorande wants to merge 1 commit into
linux-msm:masterfrom
quic-bjorande:for-linux-msm/contents-dont-ignore-ignored-entries
Open

contents: Don't ignore ignored entries#262
quic-bjorande wants to merge 1 commit into
linux-msm:masterfrom
quic-bjorande:for-linux-msm/contents-dont-ignore-ignored-entries

Conversation

@quic-bjorande

Copy link
Copy Markdown
Contributor

While it would make sense to ignore entries explicitly marked to be ignored, some builds apparently depend on these ignored files.

Drop the check for ignored to make it possible to flash those builds.

While it would make sense to ignore entries explicitly marked to be
ignored, some builds apparently depend on these ignored files.

Drop the check for ignored to make it possible to flash those builds.

Signed-off-by: Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
@quic-bjorande

Copy link
Copy Markdown
Contributor Author

It's unclear if this patch is correct...

Comment thread contents.c
return -1;
}

if (contents_entry_is_ignored(node))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I'd guess it needs some explanation, why we should not ignore the files flagged to be ignored.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I've not found any description of what it is that the "ignored" attribute implies that we should ignore, and so far it's only one target that I've run into where we need to ignore the ignore-flag.

I don't think we should merge this until we get clarity in the purpose of this attribute.

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

Successfully merging this pull request may close these issues.

3 participants