diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 06:01:32 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 06:01:32 -0300 |
| commit | 4298f9b9965105df213e038ac2a88e612f869fc8 (patch) | |
| tree | 19f1497d03bd5a69694fee50b77cdebd2a9bae04 /recipes-bsp/u-boot | |
| parent | 46253656a9f246877b6dbc540862afc0c2d36a38 (diff) | |
| download | meta-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.bb | 1 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2025.01.bb | 1 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2025.04.bb | 1 |
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 @@ | |||
| 1 | require u-boot-fslc-common_${PV}.inc | 1 | require u-boot-fslc-common_${PV}.inc |
| 2 | 2 | ||
| 3 | DESCRIPTION = "U-boot bootloader mxsboot tool" | 3 | DESCRIPTION = "U-boot bootloader mxsboot tool" |
| 4 | HOMEPAGE = "https://github.com/Freescale/u-boot-fslc" | ||
| 4 | SECTION = "bootloader" | 5 | SECTION = "bootloader" |
| 5 | 6 | ||
| 6 | inherit python3native | 7 | inherit 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." |
| 8 | HOMEPAGE = "https://github.com/Freescale/u-boot-fslc" | ||
| 8 | 9 | ||
| 9 | DEPENDS += "bc-native dtc-native python3-setuptools-native gnutls-native" | 10 | DEPENDS += "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 | ||
| 5 | require recipes-bsp/u-boot/u-boot.inc | 5 | require recipes-bsp/u-boot/u-boot.inc |
| 6 | require u-boot-imx-common_${PV}.inc | 6 | require u-boot-imx-common_${PV}.inc |
| 7 | HOMEPAGE = "https://github.com/nxp-imx/uboot-imx" | ||
| 7 | 8 | ||
| 8 | PROVIDES += "u-boot u-boot-mfgtool" | 9 | PROVIDES += "u-boot u-boot-mfgtool" |
| 9 | 10 | ||
