diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-08-18 08:51:11 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-08-18 17:26:37 -0300 |
| commit | af5e4648625143443459abd58d31544e3173987c (patch) | |
| tree | 2e0d1c5255ec5ca20ff4e1adf5cd41a3b8822ec4 /recipes-security | |
| parent | b39ee44c29f6c9e0f10ad9e4c3c3caf543bb3bb2 (diff) | |
| download | meta-freescale-af5e4648625143443459abd58d31544e3173987c.tar.gz | |
optee-os-tadevkit-fslc-imx: Combine the two oelint suppressions on one line
As with optee-os-qoriq-tadevkit, this recipe stacked two "# nooelint:"
comments above FILES:${PN}. Only the line immediately above the assignment
bound, leaving oelint.var.filesoverride unsuppressed so it fired again.
List both rule ids on a single "# nooelint:" line. Verified:
oelint.var.override, oelint.var.filesoverride and oelint.file.inlinesuppress_na
are all clear layer-wide. Comment-only change; no recipe output is affected.
Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'recipes-security')
| -rw-r--r-- | recipes-security/optee-imx/optee-os-tadevkit-fslc-imx.inc | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/recipes-security/optee-imx/optee-os-tadevkit-fslc-imx.inc b/recipes-security/optee-imx/optee-os-tadevkit-fslc-imx.inc index ab3e22994..85a679efb 100644 --- a/recipes-security/optee-imx/optee-os-tadevkit-fslc-imx.inc +++ b/recipes-security/optee-imx/optee-os-tadevkit-fslc-imx.inc | |||
| @@ -23,13 +23,11 @@ do_deploy() { | |||
| 23 | 23 | ||
| 24 | # The TA devkit ships only its headers under ${includedir}/optee, packed | 24 | # The TA devkit ships only its headers under ${includedir}/optee, packed |
| 25 | # explicitly. This deliberately replaces the "${nonarch_base_libdir}/firmware/" | 25 | # explicitly. This deliberately replaces the "${nonarch_base_libdir}/firmware/" |
| 26 | # default from optee-os-fslc.inc (the devkit has no firmware payload), so | 26 | # default from optee-os-fslc.inc (the devkit has no firmware payload). The |
| 27 | # oelint.var.override flags the shared value as fully replaced. The include's | 27 | # include's FILES:${PN} overrides the bitbake.conf default with a hard "=", so |
| 28 | # FILES:${PN} itself overrides the bitbake.conf default with a hard "=", so a | 28 | # a "?=" here would let that config default win instead; and the devkit content |
| 29 | # "?=" here would let that config default win instead; and the devkit content | 29 | # is not additive to the base package. Keep the full replacement. |
| 30 | # is not additive to the base package. Keep the full replacement. JUSTIFIED. | 30 | # nooelint: oelint.var.filesoverride oelint.var.override |
| 31 | # nooelint: oelint.var.filesoverride | ||
| 32 | # nooelint: oelint.var.override | ||
| 33 | FILES:${PN} = "${includedir}/optee/" | 31 | FILES:${PN} = "${includedir}/optee/" |
| 34 | 32 | ||
| 35 | # Build paths are currently embedded | 33 | # Build paths are currently embedded |
