hestiia-engineering/Update BitBake Recipe
Automatically update a BitBake recipe in a Yocto meta repository based on a Rust project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| git_token | Git Token with write permissions to the Yocto meta repository. | yes | — |
| yocto_repository | The name of the Yocto meta repository within the configured organization. | yes | — |
| yocto_branch | The branch of the Yocto meta repository to update. | yes | — |
| organization | The organization of the Yocto meta repository. | yes | — |
| recipe_path | The path to the folder in the Yocto meta repository where the recipe is located. | yes | — |
| author | The author of the pull request. | yes | — |
| committer | The committer of the pull request. | yes | — |
| method | The method to use for updating the BitBake recipe: 'cargo-bitbake' or 'meta-rust-bin'. | no | meta-rust-bin |
Outputs
no outputs