summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules/kernel-module-ls-debug_git.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-12 05:53:43 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-12 05:53:43 -0300
commit46253656a9f246877b6dbc540862afc0c2d36a38 (patch)
tree98799554c0e34debdd3c66ae4600f32a6c45ddb6 /recipes-kernel/kernel-modules/kernel-module-ls-debug_git.bb
parentbcdca85a3433877d1ea59c5633a3f5613d37d0cf (diff)
downloadmeta-freescale-46253656a9f246877b6dbc540862afc0c2d36a38.tar.gz
global: Set HOMEPAGE from SRC_URI
Add the mandatory HOMEPAGE to recipes that were missing it, using each recipe's own upstream git repository (github.com/gitlab.com) taken from its SRC_URI. Clears the oelint-adv oelint.var.mandatoryvar.HOMEPAGE error for these recipes. Only recipes with a single, unambiguous upstream repo were set automatically; recipes with multiple repos in SRC_URI (a main source plus dependency/patch repos) were resolved by hand or left for a maintainer, to avoid pointing HOMEPAGE at a dependency. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-ls-debug_git.bb')
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-ls-debug_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-ls-debug_git.bb b/recipes-kernel/kernel-modules/kernel-module-ls-debug_git.bb
index f65845397..4e97bfdc2 100644
--- a/recipes-kernel/kernel-modules/kernel-module-ls-debug_git.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-ls-debug_git.bb
@@ -1,6 +1,7 @@
1SUMMARY = "Layerscape Debug File System Module" 1SUMMARY = "Layerscape Debug File System Module"
2DESCRIPTION = "This package is the kernel module which is used for \ 2DESCRIPTION = "This package is the kernel module which is used for \
3 ls102xa targets debug." 3 ls102xa targets debug."
4HOMEPAGE = "https://github.com/nxp-qoriq-yocto-sdk/ls-dbg"
4SECTION = "ls-debug" 5SECTION = "ls-debug"
5LICENSE = "GPL-2.0-or-later" 6LICENSE = "GPL-2.0-or-later"
6LIC_FILES_CHKSUM = "file://COPYING;md5=94263f12f9416f9fd0493c8f9e8085a3" 7LIC_FILES_CHKSUM = "file://COPYING;md5=94263f12f9416f9fd0493c8f9e8085a3"