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

Fix incorrect target json for armv8 / aarch64-poky-linux #441

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

tronical
Copy link
Contributor

@tronical tronical commented Feb 4, 2024

As seen in briansmith/ring#1873, targeting aarch64-poky-linux may not always explicitly have neon in TUNE_FEATURES, but it should also not be removed because it's... there.

With OECore's rust build that works because it's only marked as absent for armv7:

https://github.com/openembedded/openembedded-core/blob/97b5d0c85af0b667854eea90ace0a8c2f51ecefe/meta/classes-recipe/rust-target-config.bbclass#L32

So apply the same here.

As seen in briansmith/ring#1873, targeting
aarch64-poky-linux may not always explicitly have neon in TUNE_FEATURES,
but it should also not be removed because it's... there.

With OECore's rust build that works because it's only marked as absent
for armv7:

https://github.com/openembedded/openembedded-core/blob/97b5d0c85af0b667854eea90ace0a8c2f51ecefe/meta/classes-recipe/rust-target-config.bbclass#L32

So apply the same here.
Copy link
Contributor

@kraj kraj left a comment

Choose a reason for hiding this comment

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

lgtm

@srwalter srwalter merged commit 9611b42 into meta-rust:master Feb 4, 2024
2 checks passed
@tronical
Copy link
Contributor Author

tronical commented Feb 4, 2024

Thank you for the quick review and merge ❤️

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