summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-22 09:03:44 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-22 09:03:44 -0300
commita11e289f595740d62593abfbf8e0a9ba77d375de (patch)
treefa2a9ccbc5ca4b70eaed7e5a9288f4e9d3c54098 /recipes-bsp
parentb9d9f80e5164bf113193291e3a9feedea489e2dd (diff)
downloadmeta-freescale-a11e289f595740d62593abfbf8e0a9ba77d375de.tar.gz
imx-kobs: Add DESCRIPTION per oelint
Add a DESCRIPTION describing the NAND boot-image writer (mandatoryvar.DESCRIPTION). No functional change. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/imx-kobs/imx-kobs_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/imx-kobs/imx-kobs_git.bb b/recipes-bsp/imx-kobs/imx-kobs_git.bb
index 346e50950..f4147a23f 100644
--- a/recipes-bsp/imx-kobs/imx-kobs_git.bb
+++ b/recipes-bsp/imx-kobs/imx-kobs_git.bb
@@ -3,6 +3,7 @@
3# Copyright 2018 (C) O.S. Systems Software LTDA. 3# Copyright 2018 (C) O.S. Systems Software LTDA.
4 4
5SUMMARY = "Nand boot write source" 5SUMMARY = "Nand boot write source"
6DESCRIPTION = "Tool to write bootloader images to NAND flash using the i.MX Boot Control Block (BCB) format."
6HOMEPAGE = "https://github.com/NXPmicro/imx-kobs" 7HOMEPAGE = "https://github.com/NXPmicro/imx-kobs"
7SECTION = "base" 8SECTION = "base"
8LICENSE = "GPL-2.0-only" 9LICENSE = "GPL-2.0-only"