summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-08-12 17:41:41 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-08-14 11:04:10 -0300
commit350e8eaacffb3cdfb127a3405019c6799f6d70bf (patch)
treee245c5714e131df7720e548869e598b76d1d0df2 /recipes-security
parent020959a0414269db18b2a20c732e04cbfaeb3ecf (diff)
downloadmeta-freescale-350e8eaacffb3cdfb127a3405019c6799f6d70bf.tar.gz
optee-os-qoriq: Document main-package FILES override per oelint
The recipe installs OP-TEE's trusted-application store and firmware tree and packs exactly those directories, so oelint flags the FILES:${PN} as oelint.var.filesoverride. Accept it with a documented inline # nooelint. No functional change. Tested with optee-os-qoriq on ls1028ardb; buildhistory unchanged. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/optee-qoriq/optee-os-qoriq_4.8.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-security/optee-qoriq/optee-os-qoriq_4.8.0.bb b/recipes-security/optee-qoriq/optee-os-qoriq_4.8.0.bb
index 64c666286..5fd3ba7cb 100644
--- a/recipes-security/optee-qoriq/optee-os-qoriq_4.8.0.bb
+++ b/recipes-security/optee-qoriq/optee-os-qoriq_4.8.0.bb
@@ -18,4 +18,7 @@ do_deploy:append () {
18 install -m 644 ${D}${nonarch_base_libdir}/firmware/* ${DEPLOYDIR}/optee/ 18 install -m 644 ${D}${nonarch_base_libdir}/firmware/* ${DEPLOYDIR}/optee/
19} 19}
20 20
21# OP-TEE installs the trusted-application store and firmware tree; the main
22# package holds exactly those directories.
23# nooelint: oelint.var.filesoverride
21FILES:${PN} = "${nonarch_base_libdir}/optee_armtz/ ${nonarch_base_libdir}/firmware/" 24FILES:${PN} = "${nonarch_base_libdir}/optee_armtz/ ${nonarch_base_libdir}/firmware/"