summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-12 06:01:32 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-12 06:01:32 -0300
commit4298f9b9965105df213e038ac2a88e612f869fc8 (patch)
tree19f1497d03bd5a69694fee50b77cdebd2a9bae04 /recipes-bsp/u-boot
parent46253656a9f246877b6dbc540862afc0c2d36a38 (diff)
downloadmeta-freescale-4298f9b9965105df213e038ac2a88e612f869fc8.tar.gz
global: Set HOMEPAGE from resolved upstream
Add the mandatory HOMEPAGE to recipes whose upstream repository was not a plain github/gitlab URL in SRC_URI: those using a source variable or an included .inc (resolved to the real NXP/Freescale repo), and those hosted elsewhere (denx, SourceForge, dpdk.org, freedesktop, jhauser). Clears the oelint-adv oelint.var.mandatoryvar.HOMEPAGE error for these recipes. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2025.01.bb1
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2025.01.bb1
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2025.04.bb1
3 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2025.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2025.01.bb
index fe2e62452..0065e829b 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2025.01.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2025.01.bb
@@ -1,6 +1,7 @@
1require u-boot-fslc-common_${PV}.inc 1require u-boot-fslc-common_${PV}.inc
2 2
3DESCRIPTION = "U-boot bootloader mxsboot tool" 3DESCRIPTION = "U-boot bootloader mxsboot tool"
4HOMEPAGE = "https://github.com/Freescale/u-boot-fslc"
4SECTION = "bootloader" 5SECTION = "bootloader"
5 6
6inherit python3native 7inherit python3native
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2025.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2025.01.bb
index 681156041..dfc21f11d 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2025.01.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2025.01.bb
@@ -5,6 +5,7 @@ DESCRIPTION = "U-Boot based on mainline U-Boot used by FSL Community BSP in \
5 order to provide support for some backported features and fixes, or because it \ 5 order to provide support for some backported features and fixes, or because it \
6 was submitted for revision and it takes some time to become part of a stable \ 6 was submitted for revision and it takes some time to become part of a stable \
7 version, or because it is not applicable for upstreaming." 7 version, or because it is not applicable for upstreaming."
8HOMEPAGE = "https://github.com/Freescale/u-boot-fslc"
8 9
9DEPENDS += "bc-native dtc-native python3-setuptools-native gnutls-native" 10DEPENDS += "bc-native dtc-native python3-setuptools-native gnutls-native"
10 11
diff --git a/recipes-bsp/u-boot/u-boot-imx_2025.04.bb b/recipes-bsp/u-boot/u-boot-imx_2025.04.bb
index a27291460..31424c27a 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2025.04.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2025.04.bb
@@ -4,6 +4,7 @@
4 4
5require recipes-bsp/u-boot/u-boot.inc 5require recipes-bsp/u-boot/u-boot.inc
6require u-boot-imx-common_${PV}.inc 6require u-boot-imx-common_${PV}.inc
7HOMEPAGE = "https://github.com/nxp-imx/uboot-imx"
7 8
8PROVIDES += "u-boot u-boot-mfgtool" 9PROVIDES += "u-boot u-boot-mfgtool"
9 10