summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa
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-dpaa
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-dpaa')
-rw-r--r--recipes-dpaa/eth-config/eth-config_git.bb1
-rw-r--r--recipes-dpaa/flib/flib_git.bb1
-rw-r--r--recipes-dpaa/fm-ucode/fm-ucode_git.bb1
-rw-r--r--recipes-dpaa/fmlib/fmlib_git.bb1
4 files changed, 4 insertions, 0 deletions
diff --git a/recipes-dpaa/eth-config/eth-config_git.bb b/recipes-dpaa/eth-config/eth-config_git.bb
index 858442aff..237a6b85c 100644
--- a/recipes-dpaa/eth-config/eth-config_git.bb
+++ b/recipes-dpaa/eth-config/eth-config_git.bb
@@ -1,4 +1,5 @@
1DESCRIPTION = "Ethernet Configuration Files" 1DESCRIPTION = "Ethernet Configuration Files"
2HOMEPAGE = "https://github.com/nxp-qoriq/eth-config"
2SECTION = "eth-config" 3SECTION = "eth-config"
3LICENSE = "BSD-3-Clause & GPL-2.0-or-later" 4LICENSE = "BSD-3-Clause & GPL-2.0-or-later"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=47716bd5b656aa5e298a132a64d2d1e4" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=47716bd5b656aa5e298a132a64d2d1e4"
diff --git a/recipes-dpaa/flib/flib_git.bb b/recipes-dpaa/flib/flib_git.bb
index b7eafe627..1d6209b39 100644
--- a/recipes-dpaa/flib/flib_git.bb
+++ b/recipes-dpaa/flib/flib_git.bb
@@ -1,4 +1,5 @@
1DESCRIPTION = "Foundation Library" 1DESCRIPTION = "Foundation Library"
2HOMEPAGE = "https://github.com/nxp-qoriq/flib"
2SECTION = "flib" 3SECTION = "flib"
3LICENSE = "BSD-3-Clause & GPL-2.0-only" 4LICENSE = "BSD-3-Clause & GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=9f6d1afdf6b0f6b3ba65c25ba589ee53" 5LIC_FILES_CHKSUM = "file://COPYING;md5=9f6d1afdf6b0f6b3ba65c25ba589ee53"
diff --git a/recipes-dpaa/fm-ucode/fm-ucode_git.bb b/recipes-dpaa/fm-ucode/fm-ucode_git.bb
index 77305958d..fb233542d 100644
--- a/recipes-dpaa/fm-ucode/fm-ucode_git.bb
+++ b/recipes-dpaa/fm-ucode/fm-ucode_git.bb
@@ -1,4 +1,5 @@
1DESCRIPTION = "Fman microcode binary" 1DESCRIPTION = "Fman microcode binary"
2HOMEPAGE = "https://github.com/NXP/qoriq-fm-ucode"
2SECTION = "fm-ucode" 3SECTION = "fm-ucode"
3LICENSE = "NXP-Binary-EULA" 4LICENSE = "NXP-Binary-EULA"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=12e248d404ce1ea8bed0148fcf127e69" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=12e248d404ce1ea8bed0148fcf127e69"
diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb
index 36ee1466b..d88a7cf5e 100644
--- a/recipes-dpaa/fmlib/fmlib_git.bb
+++ b/recipes-dpaa/fmlib/fmlib_git.bb
@@ -1,4 +1,5 @@
1DESCRIPTION = "Frame Manager User Space Library" 1DESCRIPTION = "Frame Manager User Space Library"
2HOMEPAGE = "https://github.com/nxp-qoriq/fmlib"
2SECTION = "fman" 3SECTION = "fman"
3LICENSE = "BSD-3-Clause & GPL-2.0-only" 4LICENSE = "BSD-3-Clause & GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=9c7bd5e45d066db084bdb3543d55b1ac" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=9c7bd5e45d066db084bdb3543d55b1ac"