-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
I have a simple project consisting of a core library, the main package and a helper script:
project
|- Cargo.toml
|- lib
|- Cargo.toml
|- pkg1
|- Cargo.toml
|- pkg2
|- Cargo.toml
The root Cargo.toml is virtual, meaning it only defines the workspace members:
[workspace]
members = ["lib", "pkg1", "pkg2"]
I would expect cargo-bitbake to generate a bitbake recipe including the dependencies for all three packages.
Thanks.
Nanowires, BKDaugherty, jonasfoyth, michelepaolino, benkard and 8 more
Metadata
Metadata
Assignees
Labels
No labels