meta-rust / cargo-bitbake

cargo extension that can generate BitBake recipes utilizing the classes from meta-rust
Apache License 2.0
85 stars 59 forks source link

alternate cargo registry support? #80

Open gchiii opened 1 month ago

gchiii commented 1 month ago

is anyone working on supporting alternate or private cargo registries? would doing so also require re-writing the fetcher used by bitbake ?

g0hl1n commented 1 month ago

This seems related to https://github.com/meta-rust/cargo-bitbake/issues/78

It shouldn't require rewriting the crate fetcher as it already supports custom registries. Although there might be some authentication mechanisms that aren't supported yet (e.g. Bearer tokens).

gchiii commented 1 month ago

cool! Is anyone working on it, or are there any forks I should check out?