meta-rust / cargo-bitbake

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

Bitbake 4.0: Floating tag/branch without a fixed SRCREV #49

Open cesar-pa opened 2 years ago

cesar-pa commented 2 years ago

When trying to build a recipe generated by the latest master cargo bitbake with Bitbake 4.0, the following error is thrown:

do_fetch: Bitbake Fetcher Error: FetchError("Recipe uses a floating tag/branch without a fixed SRCREV yet doesn't call bb.fetch2.get_srcrev() (use SRCPV in PV for OE).", None)

This check was recently added: https://lists.openembedded.org/g/bitbake-devel/topic/89051455#13344