diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 13:59:08 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 13:59:08 -0300 |
| commit | 16ccf4ca458a0e1e793d2d385ee2d0fccf4d1733 (patch) | |
| tree | 82903dba0bf83ce9ecb53a9c5022fab94208de39 | |
| parent | 29ec21ee2b89f9cd5aef001acb47863d395db51f (diff) | |
| download | meta-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.bb | 4 |
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 @@ | |||
| 1 | DESCRIPTION = "CEETM TC QDISC" | 1 | SUMMARY = "CEETM traffic-control qdisc" |
| 2 | DESCRIPTION = "Traffic-control qdisc for the QorIQ DPAA CEETM hardware scheduler." | ||
| 2 | HOMEPAGE = "https://github.com/nxp-qoriq/ceetm" | 3 | HOMEPAGE = "https://github.com/nxp-qoriq/ceetm" |
| 4 | SECTION = "kernel" | ||
| 3 | LICENSE = "GPL-2.0-only" | 5 | LICENSE = "GPL-2.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 5 | 7 | ||
