diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 08:40:16 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 08:40:16 -0300 |
| commit | f2a7e5065870d74b63dbb70de143a55c7e5946ac (patch) | |
| tree | fae0f647ffceadec7e4a75d44c552c4025b50bf6 | |
| parent | d89072b9a818dec53b1fb024e2642e6a83157e09 (diff) | |
| download | meta-freescale-f2a7e5065870d74b63dbb70de143a55c7e5946ac.tar.gz | |
imx-mkimage: Set SUMMARY and order per oelint
Add the missing mandatory SUMMARY, expand DESCRIPTION, and move SECTION
ahead of LICENSE/LIC_FILES_CHKSUM.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-bsp/imx-mkimage/imx-mkimage_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.bb b/recipes-bsp/imx-mkimage/imx-mkimage_git.bb index 20e3caf3a..65f65002c 100644 --- a/recipes-bsp/imx-mkimage/imx-mkimage_git.bb +++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.bb | |||
| @@ -3,11 +3,12 @@ | |||
| 3 | 3 | ||
| 4 | require imx-mkimage_git.inc | 4 | require imx-mkimage_git.inc |
| 5 | 5 | ||
| 6 | DESCRIPTION = "i.MX make image" | 6 | SUMMARY = "i.MX boot image generation tool" |
| 7 | DESCRIPTION = "Tooling to assemble i.MX boot images (mkimage_imx8 and related)." | ||
| 7 | HOMEPAGE = "https://github.com/nxp-imx/imx-mkimage" | 8 | HOMEPAGE = "https://github.com/nxp-imx/imx-mkimage" |
| 9 | SECTION = "bsp" | ||
| 8 | LICENSE = "GPL-2.0-only" | 10 | LICENSE = "GPL-2.0-only" |
| 9 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" | 11 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" |
| 10 | SECTION = "bsp" | ||
| 11 | 12 | ||
| 12 | inherit deploy native | 13 | inherit deploy native |
| 13 | 14 | ||
