-
Notifications
You must be signed in to change notification settings - Fork 15
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
CI: add oelint-adv based linter for our own recipes #224
Open
hnez
wants to merge
32
commits into
linux-automation:scarthgap
Choose a base branch
from
hnez:oelint
base: scarthgap
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
65cc41a
meta-lxatac-software: lxatac-profile: set LG_COORDINATOR not LG_CROSSBAR
hnez e1bb04a
meta-lxatac-software: container-control: set ...:${PN} not ..._${PN}
hnez 9253ae2
oelint: add linter configuration
hnez 91966cd
CI: add oelint-adv linter rule
hnez f1e9726
meta-lxatac-{bsp,software}: fix indentation in recipes
hnez 9627468
meta-lxatac-{bsp,software}: fix whitespace in var assign, add and append
hnez 8fb7e89
meta-lxatac-bsp: tf-a-stm32mp_2.9: remove superfluous empty line
hnez 621b4bf
meta-lxatac-{bsp,software}: Sort DEPENDS and RDEPENDS alphabetically
hnez c3fc800
meta-lxatac-{bsp,software}: Provide better/shorter/any at all SUMMARYs
hnez 696e100
meta-lxatac-{bsp,software}: use SRC_URI:append instead if +=
hnez be19a66
meta-lxatac-{bsp,software}: Do not override FILES and append instead
hnez b878102
meta-lxatac-bsp: lxatac-net-switch-hacks: Do not add sysconfdir to FILES
hnez e29005d
meta-lxatac-bsp: arm-trusted-firmware-a: Do not override variables in…
hnez 4dad2f0
meta-lxatac-bsp: barebox: add oelint exception for require image-uefi…
hnez ae44f64
meta-lxatac-bsp: barebox: use DEPENDS:append instead of assign in .inc
hnez d34f86f
meta-lxatac-bsp: barebox: add documentation for the do_copy_fw task
hnez 691c4bc
meta-lxatac-bsp: linux-lxatac: add documentation for the do_copy_fw task
hnez f4aaf20
meta-lxatac-software: tacd-webinterface: add docs for the do_copy_fw …
hnez 94ce07a
meta-lxatac-bsp: fiptool-native: use inherit_defer native
hnez 83e89c9
meta-lxatac-software: panel-mipi-dbi-native: use inherit_defer native
hnez c7a07b6
meta-lxatac-bsp: lxatac-net-switch-hacks: depend on util-linux-chrt only
hnez 0bc4ab5
meta-lxatac-bsp: linux-lxatac: disable oelint for false positive
hnez 78e03bb
meta-lxatac-software: github-act-runner: ignore do_compile[network] o…
hnez 3517acd
meta-lxatac-software: gitlab-runner: ignore do_compile[network] oelint
hnez cf26f81
meta-lxatac-software: classes: panel-mipi-dbi rename to panel_mipi_dbi
hnez c2caf27
meta-lxatac-software: rkdeveloptool: add upstream status to Makefile …
hnez f62259d
meta-lxatac-software: bottom: remove require of non-existant files
hnez 357f3b9
meta-lxatac-software: tacd: use require for existing files only
hnez 2077954
meta-lxatac-software: ripgrep: remove require of non-existant files
hnez c30ee39
meta-lxatac-software: tac-gadget: Do not add bindir to FILES
hnez f0dcecc
meta-lxatac-{bsp, software}: order variables according to oelint.var.…
hnez c618afa
meta-lxatac-software: lxatac-core-image-base: add oelint exception
hnez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't see how this variable is overridden in the .bb file. Unrelated?