diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-15 10:42:28 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-21 14:20:07 -0300 |
| commit | 584f93ed71a6371ae1bc13faf21202c799193f0b (patch) | |
| tree | d3052754d1e021190e0556fa425cef2b0c209e89 | |
| parent | 97ac1d8d5fc2db5efe5237f495a239ac40f51cda (diff) | |
| download | meta-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.bb | 2 |
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 | } |
| 30 | addtask deploy after do_install before do_build | 30 | addtask deploy after do_install before do_build |
| 31 | 31 | ||
| 32 | # Package the deployed ELE firmware blob explicitly (filesoverride). | ||
| 33 | # nooelint: oelint.var.filesoverride | ||
| 32 | FILES:${PN} = "${nonarch_base_libdir}/firmware" | 34 | FILES:${PN} = "${nonarch_base_libdir}/firmware" |
| 33 | 35 | ||
| 34 | RREPLACES:${PN} = "firmware-sentinel" | 36 | RREPLACES:${PN} = "firmware-sentinel" |
