diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-15 10:39:18 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-21 14:20:07 -0300 |
| commit | f56e9cbb1e58dc551d3cadef34677d6b2cfca325 (patch) | |
| tree | 793b49db75c819ebde52101a818415cc17c49e31 | |
| parent | e978b6d24beb66aed4aba42b9311499688f3c05a (diff) | |
| download | meta-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.bb | 2 |
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 @@ | |||
| 1 | require secure-obj.inc | 1 | require secure-obj.inc |
| 2 | 2 | ||
| 3 | SUMMARY = "Secure object securekeydev kernel module" | ||
| 4 | SECTION = "kernel/modules" | ||
| 3 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=751419260aa954499f7abaabaa882bbe" | 5 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=751419260aa954499f7abaabaa882bbe" |
| 4 | 6 | ||
| 5 | DEPENDS += "virtual/kernel" | 7 | DEPENDS += "virtual/kernel" |
