alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
68 stars 113 forks source link

Add openembedded targets #216

Open mvalenzuelamoixa opened 10 months ago

alexcrichton commented 10 months ago

Do you have a link to the PR adding these targets in upstream rust-lang/rust?

mvalenzuelamoixa commented 10 months ago

This is coming from using the OpenEmbedded rust-common class in bitbake with TARGET_VENDOR defaulting to oe-: https://git.openembedded.org/openembedded-core/tree/meta/classes-recipe/rust-common.bbclass

I see this is a difference between this version and the one here: https://github.com/meta-rust/meta-rust/blob/master/classes/rust-common.bbclass

Let me try to understand why that is before going futther.