diff options
Diffstat (limited to '.oelint.cfg')
| -rw-r--r-- | .oelint.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.oelint.cfg b/.oelint.cfg index 37c94ca3c..13ea9c0f7 100644 --- a/.oelint.cfg +++ b/.oelint.cfg | |||
| @@ -16,9 +16,17 @@ | |||
| 16 | # upstream bug tracker and no meaningful NVD CPE product; guessing a | 16 | # upstream bug tracker and no meaningful NVD CPE product; guessing a |
| 17 | # CVE_PRODUCT would create false or missed CVE matches, which is worse than | 17 | # CVE_PRODUCT would create false or missed CVE matches, which is worse than |
| 18 | # leaving it unset. Set them inline on the rare recipe that has a real value. | 18 | # leaving it unset. Set them inline on the rare recipe that has a real value. |
| 19 | # * oelint.bbclass.underscores - flags bbclass filenames containing '-'. These | ||
| 20 | # class names (machine-overrides-extender, fsl-dynamic-packagearch, | ||
| 21 | # kernel-imximage, imx-boot-container, use-imx-headers, etc.) are the layer's | ||
| 22 | # long-standing public API, inherited by name across meta-freescale and | ||
| 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 | ||
| 25 | # convention this rule enforces does not apply here. | ||
| 19 | [oelint] | 26 | [oelint] |
| 20 | release = wrynose | 27 | release = wrynose |
| 21 | suppress = | 28 | suppress = |
| 22 | oelint.var.bbclassextend | 29 | oelint.var.bbclassextend |
| 23 | oelint.var.suggestedvar.CVE_PRODUCT | 30 | oelint.var.suggestedvar.CVE_PRODUCT |
| 24 | oelint.var.suggestedvar.BUGTRACKER | 31 | oelint.var.suggestedvar.BUGTRACKER |
| 32 | oelint.bbclass.underscores | ||
