diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-09-16 17:19:06 -0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-09-17 20:04:14 +0000 |
| commit | 3af939c8b6e2de3275cb2717195a0fd70b626653 (patch) | |
| tree | 0d9b2882ed15ec434ad6b4eea76f941bbfee0759 | |
| parent | 93c160a82d41717862c3e7f8db02ae0cdfed55e5 (diff) | |
| download | meta-freescale-backport-2722-to-wrynose.tar.gz | |
oelint: Suppress inlinesuppress_na, which misreports live suppressionsbackport-2722-to-wrynose
oelint.file.inlinesuppress_na reported all six of this layer's inline
suppressions as unneeded. Each was checked by deleting it and re-scanning:
every one brought back the finding it was said not to suppress, and
optee-os-fslc.inc alone brought back six oelint.var.override errors.
Acting on the rule makes the layer worse, so suppress it layer-wide and
re-evaluate on an oelint-adv newer than 9.11.2.
Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
(cherry picked from commit 6bb97421c2f75d32bca3e3af0bbf90f927fcc441)
| -rw-r--r-- | .oelint.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.oelint.cfg b/.oelint.cfg index 13ea9c0f7..881f56a18 100644 --- a/.oelint.cfg +++ b/.oelint.cfg | |||
| @@ -23,6 +23,14 @@ | |||
| 23 | # downstream BSP layers; renaming them would break every 'inherit'. oe-core | 23 | # downstream BSP layers; renaming them would break every 'inherit'. oe-core |
| 24 | # itself ships dash-named classes (e.g. core-image.bbclass), so the naming | 24 | # itself ships dash-named classes (e.g. core-image.bbclass), so the naming |
| 25 | # convention this rule enforces does not apply here. | 25 | # convention this rule enforces does not apply here. |
| 26 | # * oelint.file.inlinesuppress_na - reports an inline suppression as unneeded | ||
| 27 | # even when it is load-bearing. All six instances in this layer were checked | ||
| 28 | # by deleting the suppression and re-scanning: every one brought back the | ||
| 29 | # finding it was said not to suppress (optee-os-fslc.inc alone brought back | ||
| 30 | # six oelint.var.override errors). Acting on this rule therefore makes the | ||
| 31 | # layer worse, so it carries no signal here. Re-evaluate on an oelint-adv | ||
| 32 | # newer than 9.11.2; a genuinely stale suppression must be found by hand | ||
| 33 | # until then. | ||
| 26 | [oelint] | 34 | [oelint] |
| 27 | release = wrynose | 35 | release = wrynose |
| 28 | suppress = | 36 | suppress = |
| @@ -30,3 +38,4 @@ suppress = | |||
| 30 | oelint.var.suggestedvar.CVE_PRODUCT | 38 | oelint.var.suggestedvar.CVE_PRODUCT |
| 31 | oelint.var.suggestedvar.BUGTRACKER | 39 | oelint.var.suggestedvar.BUGTRACKER |
| 32 | oelint.bbclass.underscores | 40 | oelint.bbclass.underscores |
| 41 | oelint.file.inlinesuppress_na | ||
