ci: add bitbake-lint workflow for pull requests#49
Merged
Ricardo Salveti (ricardosalveti) merged 1 commit intoJul 2, 2026
Merged
Conversation
Add a Bitbake Lint GitHub Actions workflow using qualcomm-linux/bitbake-lint-action to catch recipe/metadata issues on pull requests. Fine-tuning: - paths filter: only run on bitbake metadata changes (*.bb, *.bbappend, *.bbclass, *.inc, *.conf) to skip doc/CI-only PRs - diff_only: lint only files touched in the PR diff - release: infer the Yocto release from LAYERSERIES_COMPAT_qcom in conf/layer.conf - hide info: drop info-severity noise - exit_zero: advisory rollout, findings annotate but do not block merge - permissions: pull-requests/checks write for inline diff annotations Signed-off-by: Igor Opaniuk <igor.opaniuk@oss.qualcomm.com>
883a5de to
b026637
Compare
Ricardo Salveti (ricardosalveti)
approved these changes
Jul 1, 2026
Koen Kooi (koenkooi)
approved these changes
Jul 2, 2026
Koen Kooi (koenkooi)
left a comment
There was a problem hiding this comment.
Let's see what this catches!
Contributor
|
I left another comment on qualcomm-linux/meta-qcom#2668 (comment) |
Collaborator
Based on that thread I believe the current logic is fine, will merge so we can continue the validation. |
0263951
into
qualcomm-linux:main
17 of 18 checks passed
Contributor
right |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a Bitbake Lint GitHub Actions workflow using
qualcomm-linux/bitbake-lint-action to catch recipe/metadata issues on pull requests.
Fine-tuning: