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
commit584f93ed71a6371ae1bc13faf21202c799193f0b (patch)
treed3052754d1e021190e0556fa425cef2b0c209e89
parent97ac1d8d5fc2db5efe5237f495a239ac40f51cda (diff)
downloadmeta-freescale-584f93ed71a6371ae1bc13faf21202c799193f0b.tar.gz
firmware-ele-imx: Document main-package FILES override per oelint
The recipe deploys the prebuilt EdgeLock Enclave firmware blob and packs the firmware directory 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-ele-imx_2.0.5.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/firmware-imx/firmware-ele-imx_2.0.5.bb b/recipes-bsp/firmware-imx/firmware-ele-imx_2.0.5.bb
index d2b731ac5..8fd603b95 100644
--- a/recipes-bsp/firmware-imx/firmware-ele-imx_2.0.5.bb
+++ b/recipes-bsp/firmware-imx/firmware-ele-imx_2.0.5.bb
@@ -29,6 +29,8 @@ do_deploy () {
29} 29}
30addtask deploy after do_install before do_build 30addtask deploy after do_install before do_build
31 31
32# Package the deployed ELE firmware blob explicitly (filesoverride).
33# nooelint: oelint.var.filesoverride
32FILES:${PN} = "${nonarch_base_libdir}/firmware" 34FILES:${PN} = "${nonarch_base_libdir}/firmware"
33 35
34RREPLACES:${PN} = "firmware-sentinel" 36RREPLACES:${PN} = "firmware-sentinel"