summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-13 13:59:08 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-13 13:59:08 -0300
commit16ccf4ca458a0e1e793d2d385ee2d0fccf4d1733 (patch)
tree82903dba0bf83ce9ecb53a9c5022fab94208de39
parent29ec21ee2b89f9cd5aef001acb47863d395db51f (diff)
downloadmeta-freescale-16ccf4ca458a0e1e793d2d385ee2d0fccf4d1733.tar.gz
ceetm: Set SUMMARY, SECTION and expand DESCRIPTION per oelint
Add the missing mandatory SUMMARY, set SECTION, and expand the terse DESCRIPTION. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-kernel/ceetm/ceetm_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb
index 695d02fe7..f33a8f95f 100644
--- a/recipes-kernel/ceetm/ceetm_git.bb
+++ b/recipes-kernel/ceetm/ceetm_git.bb
@@ -1,5 +1,7 @@
1DESCRIPTION = "CEETM TC QDISC" 1SUMMARY = "CEETM traffic-control qdisc"
2DESCRIPTION = "Traffic-control qdisc for the QorIQ DPAA CEETM hardware scheduler."
2HOMEPAGE = "https://github.com/nxp-qoriq/ceetm" 3HOMEPAGE = "https://github.com/nxp-qoriq/ceetm"
4SECTION = "kernel"
3LICENSE = "GPL-2.0-only" 5LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5 7