summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-13 08:40:16 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-13 08:40:16 -0300
commitf2a7e5065870d74b63dbb70de143a55c7e5946ac (patch)
treefae0f647ffceadec7e4a75d44c552c4025b50bf6
parentd89072b9a818dec53b1fb024e2642e6a83157e09 (diff)
downloadmeta-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.bb5
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
4require imx-mkimage_git.inc 4require imx-mkimage_git.inc
5 5
6DESCRIPTION = "i.MX make image" 6SUMMARY = "i.MX boot image generation tool"
7DESCRIPTION = "Tooling to assemble i.MX boot images (mkimage_imx8 and related)."
7HOMEPAGE = "https://github.com/nxp-imx/imx-mkimage" 8HOMEPAGE = "https://github.com/nxp-imx/imx-mkimage"
9SECTION = "bsp"
8LICENSE = "GPL-2.0-only" 10LICENSE = "GPL-2.0-only"
9LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" 11LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
10SECTION = "bsp"
11 12
12inherit deploy native 13inherit deploy native
13 14