diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-08-24 16:40:42 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-08-24 18:20:36 -0300 |
| commit | 22b924d34af3737646057eb803df7f1f4beada18 (patch) | |
| tree | 003993b0297c6132a4f7bb27429b82916028cc8a | |
| parent | 48591f3d12b5e6a7f0b08ff875f08962b86fb267 (diff) | |
| download | meta-freescale-22b924d34af3737646057eb803df7f1f4beada18.tar.gz | |
linux-qoriq: Document INSANE_SKIP buildpaths exception for oelint
The kernel -src package ships generated build files (Makefiles, configs)
that reference build paths, 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>
| -rw-r--r-- | recipes-kernel/linux/linux-qoriq.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-qoriq.inc b/recipes-kernel/linux/linux-qoriq.inc index 516c336e9..e3a200abc 100644 --- a/recipes-kernel/linux/linux-qoriq.inc +++ b/recipes-kernel/linux/linux-qoriq.inc | |||
| @@ -51,5 +51,8 @@ do_configure() { | |||
| 51 | cp .config ${UNPACKDIR}/defconfig | 51 | cp .config ${UNPACKDIR}/defconfig |
| 52 | } | 52 | } |
| 53 | 53 | ||
| 54 | # The kernel -src package ships generated build files (Makefiles, configs) that | ||
| 55 | # reference build paths, so the buildpaths QA check cannot pass for it. | ||
| 56 | # nooelint: oelint.vars.insaneskip | ||
| 54 | INSANE_SKIP:${PN}-src += "buildpaths" | 57 | INSANE_SKIP:${PN}-src += "buildpaths" |
| 55 | COMPATIBLE_MACHINE = "(qoriq)" | 58 | COMPATIBLE_MACHINE = "(qoriq)" |
