rust-target-config.bbclass: +v7 implies +neon#77
Open
srwalter wants to merge 1 commit intoopenembedded:masterfrom
Open
rust-target-config.bbclass: +v7 implies +neon#77srwalter wants to merge 1 commit intoopenembedded:masterfrom
srwalter wants to merge 1 commit intoopenembedded:masterfrom
Conversation
If we don't support neon, then (at least on armv7) we must explicitly throw -neon. Additionally, this must occur after the "+v7" to have an effect.
halstead
pushed a commit
that referenced
this pull request
Aug 14, 2023
Changelog: ========= - Issue #80: match_files with negated path spec. pathspec.PathSpec.match_*() now have a negate parameter to make using .gitignore logic easier and more efficient. - Pull #76: Add edge case: patterns that end with an escaped space - Issue #77/Pull #78: Negate with caret symbol as with the exclamation mark. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If we don't support neon, then (at least on armv7) we must explicitly throw -neon. Additionally, this must occur after the "+v7" to have an effect.