diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-08-24 16:41:04 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-08-24 18:20:36 -0300 |
| commit | fe9f6f623fc67750c973dcb6485a775866497cb9 (patch) | |
| tree | 4f94537801bd0c874372192c2fc2859098d3d818 /recipes-security | |
| parent | 22b924d34af3737646057eb803df7f1f4beada18 (diff) | |
| download | meta-freescale-fe9f6f623fc67750c973dcb6485a775866497cb9.tar.gz | |
optee-os-tadevkit-fslc-imx: Document INSANE_SKIP buildpaths for oelint
The OP-TEE TA devkit -dev package embeds build paths in its generated
files, so the buildpaths QA check cannot pass and the INSANE_SKIP is
required. Add an inline # nooelint directive with the semantic reason.
No effective metadata changes.
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 | 4 |
1 files changed, 3 insertions, 1 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 85a679efb..2b97f3ef8 100644 --- a/recipes-security/optee-imx/optee-os-tadevkit-fslc-imx.inc +++ b/recipes-security/optee-imx/optee-os-tadevkit-fslc-imx.inc | |||
| @@ -30,5 +30,7 @@ do_deploy() { | |||
| 30 | # nooelint: oelint.var.filesoverride oelint.var.override | 30 | # nooelint: oelint.var.filesoverride oelint.var.override |
| 31 | FILES:${PN} = "${includedir}/optee/" | 31 | FILES:${PN} = "${includedir}/optee/" |
| 32 | 32 | ||
| 33 | # Build paths are currently embedded | 33 | # The TA devkit -dev package embeds build paths in its generated files, so the |
| 34 | # buildpaths QA check cannot pass for it. | ||
| 35 | # nooelint: oelint.vars.insaneskip | ||
| 34 | INSANE_SKIP:${PN}-dev += "buildpaths" | 36 | INSANE_SKIP:${PN}-dev += "buildpaths" |
