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

oe recipe vs rust project naming #48

Open
jwinarske opened this issue Apr 11, 2022 · 0 comments
Open

oe recipe vs rust project naming #48

jwinarske opened this issue Apr 11, 2022 · 0 comments

Comments

@jwinarske
Copy link

In order to use auto-generated recipe without changes, one needs to edit the usage of '_' in the recipe name references.

Example Rust project

registration_server

Auto-generated

registration_server_0.4.0.bb
registration_server-${PV}.inc
registration_server.inc

In order to build correctly OE recipe requires changing '_' to '-'. Such as:

registration-server_0.4.0.bb

The '_' is used to prefix ${PV}

Cargo bitbake should automatically handle this, so the auto-generated recipe can be used as-is.

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

No branches or pull requests

1 participant