summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-15 10:42:28 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-21 14:20:07 -0300
commit2dd908d7eb996fe3bc9d57330f1b3b3457fc1664 (patch)
tree33da20bcf1cf2c49ccdae609b085fc38e4230b09
parent584f93ed71a6371ae1bc13faf21202c799193f0b (diff)
downloadmeta-freescale-2dd908d7eb996fe3bc9d57330f1b3b3457fc1664.tar.gz
firmware-sof-imx: Document main-package FILES override per oelint
The recipe installs the SOF firmware and topology tree and packs it into the main package, so oelint flags the explicit FILES:${PN} as oelint.var.filesoverride. Accept it with an inline # nooelint. No functional change. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
-rw-r--r--recipes-bsp/firmware-imx/firmware-sof-imx_2.3.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/firmware-imx/firmware-sof-imx_2.3.0.bb b/recipes-bsp/firmware-imx/firmware-sof-imx_2.3.0.bb
index 84e00a32c..b951b8580 100644
--- a/recipes-bsp/firmware-imx/firmware-sof-imx_2.3.0.bb
+++ b/recipes-bsp/firmware-imx/firmware-sof-imx_2.3.0.bb
@@ -21,4 +21,6 @@ do_install() {
21 cp -r sof* ${D}${nonarch_base_libdir}/firmware/imx/ 21 cp -r sof* ${D}${nonarch_base_libdir}/firmware/imx/
22} 22}
23 23
24# Package the installed SOF firmware/topology tree explicitly (filesoverride).
25# nooelint: oelint.var.filesoverride
24FILES:${PN} = "${nonarch_base_libdir}/firmware/imx" 26FILES:${PN} = "${nonarch_base_libdir}/firmware/imx"