summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-14 11:37:35 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-14 11:37:35 -0300
commitc269aeebfde5b0d78a0900da0b9f44ddab302880 (patch)
treec8b9bab4417c605faa10e0188f89165d8b8d2ed1 /recipes-devtools
parentd58f8911aec11ff0c201049ca1d88bcb87d0619e (diff)
downloadmeta-freescale-c269aeebfde5b0d78a0900da0b9f44ddab302880.tar.gz
imx-usb-loader: Set SUMMARY and order variables per oelint
oelint-adv flagged the recipe for a missing SUMMARY and for SRCREV/SRC_URI/PV appearing out of the expected order. Add a SUMMARY, provide a fuller DESCRIPTION (kept longer than the summary), and reorder the fetch variables to PV / SRC_URI / SRCREV as oelint expects. Metadata-only change; the built package is unaffected. oelint-adv now reports no findings for this recipe. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb b/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb
index ba6611707..1f8c95f86 100644
--- a/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb
+++ b/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb
@@ -1,4 +1,5 @@
1DESCRIPTION = "i.MX/Vybrid recovery utility" 1SUMMARY = "i.MX/Vybrid USB recovery utility"
2DESCRIPTION = "Utility to load and run programs on i.MX/Vybrid SoCs over USB using the serial download protocol"
2HOMEPAGE = "https://github.com/boundarydevices/imx_usb_loader" 3HOMEPAGE = "https://github.com/boundarydevices/imx_usb_loader"
3SECTION = "devel" 4SECTION = "devel"
4LICENSE = "LGPL-2.1-only" 5LICENSE = "LGPL-2.1-only"
@@ -6,10 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
6 7
7DEPENDS = "libusb1" 8DEPENDS = "libusb1"
8 9
9SRCREV = "f009770d841468204ab104bf7d3b0c5bc8425dbb"
10SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=https;branch=master"
11
12PV = "1.0+${SRCPV}" 10PV = "1.0+${SRCPV}"
11SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=https;branch=master"
12SRCREV = "f009770d841468204ab104bf7d3b0c5bc8425dbb"
13 13
14do_install () { 14do_install () {
15 oe_runmake DESTDIR=${D} install 15 oe_runmake DESTDIR=${D} install