summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-15 10:39:18 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-21 14:20:07 -0300
commitf56e9cbb1e58dc551d3cadef34677d6b2cfca325 (patch)
tree793b49db75c819ebde52101a818415cc17c49e31
parente978b6d24beb66aed4aba42b9311499688f3c05a (diff)
downloadmeta-freescale-f56e9cbb1e58dc551d3cadef34677d6b2cfca325.tar.gz
secure-obj-module: Set SUMMARY and SECTION per oelint
The kernel module recipe inherited only the DESCRIPTION from secure-obj.inc, so oelint flagged the missing SUMMARY (mandatory) and SECTION (suggested). Add a module-specific SUMMARY and set SECTION = "kernel/modules". No functional change. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
-rw-r--r--recipes-extended/secure-obj/secure-obj-module_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-extended/secure-obj/secure-obj-module_git.bb b/recipes-extended/secure-obj/secure-obj-module_git.bb
index 73adcebf1..15acc6bc1 100644
--- a/recipes-extended/secure-obj/secure-obj-module_git.bb
+++ b/recipes-extended/secure-obj/secure-obj-module_git.bb
@@ -1,5 +1,7 @@
1require secure-obj.inc 1require secure-obj.inc
2 2
3SUMMARY = "Secure object securekeydev kernel module"
4SECTION = "kernel/modules"
3LIC_FILES_CHKSUM = "file://../LICENSE;md5=751419260aa954499f7abaabaa882bbe" 5LIC_FILES_CHKSUM = "file://../LICENSE;md5=751419260aa954499f7abaabaa882bbe"
4 6
5DEPENDS += "virtual/kernel" 7DEPENDS += "virtual/kernel"