summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-01-23 11:17:30 -0300
committerGitHub <noreply@github.com>2026-01-23 11:17:30 -0300
commit36f3e4d195752a5d5cbbde462168f876fe2832d9 (patch)
treea85c8eca01e75f9fdaee84d0229745e79969a5ea
parentf96bd536ccf063f6d6dda85eb25432fa6a15082d (diff)
parentfe465252ddff31c782f6bc64d21fb447787042a5 (diff)
downloadmeta-freescale-36f3e4d195752a5d5cbbde462168f876fe2832d9.tar.gz
Merge pull request #2436 from pasweistorz/add-homepage-variable-to-some-recipesHEADmaster
Add HOMEPAGE variable to some recipes
-rw-r--r--recipes-bsp/firmware-imx/firmware-imx-8.28.inc1
-rw-r--r--recipes-core/udev/udev-rules-imx.bb1
-rw-r--r--recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p3.2.bb1
-rw-r--r--recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc1
-rw-r--r--recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb1
5 files changed, 5 insertions, 0 deletions
diff --git a/recipes-bsp/firmware-imx/firmware-imx-8.28.inc b/recipes-bsp/firmware-imx/firmware-imx-8.28.inc
index db8a78528..63febc19b 100644
--- a/recipes-bsp/firmware-imx/firmware-imx-8.28.inc
+++ b/recipes-bsp/firmware-imx/firmware-imx-8.28.inc
@@ -1,6 +1,7 @@
1# Copyright (C) 2012-2016 Freescale Semiconductor 1# Copyright (C) 2012-2016 Freescale Semiconductor
2# Copyright 2017-2025 NXP 2# Copyright 2017-2025 NXP
3# Copyright (C) 2018 O.S. Systems Software LTDA. 3# Copyright (C) 2018 O.S. Systems Software LTDA.
4HOMEPAGE = "https://www.nxp.com/"
4SECTION = "base" 5SECTION = "base"
5LICENSE = "Proprietary" 6LICENSE = "Proprietary"
6LIC_FILES_CHKSUM = "file://COPYING;md5=a93b654673e1bc8398ed1f30e0813359" 7LIC_FILES_CHKSUM = "file://COPYING;md5=a93b654673e1bc8398ed1f30e0813359"
diff --git a/recipes-core/udev/udev-rules-imx.bb b/recipes-core/udev/udev-rules-imx.bb
index 57aff9bc8..cd8d5ccb6 100644
--- a/recipes-core/udev/udev-rules-imx.bb
+++ b/recipes-core/udev/udev-rules-imx.bb
@@ -1,4 +1,5 @@
1DESCRIPTION = "udev rules for Freescale i.MX SOCs" 1DESCRIPTION = "udev rules for Freescale i.MX SOCs"
2HOMEPAGE = "https://github.com/Freescale/meta-freescale/"
2LICENSE = "MIT" 3LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 4LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
4 5
diff --git a/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p3.2.bb b/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p3.2.bb
index d1f23d910..7ee61ff83 100644
--- a/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p3.2.bb
+++ b/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p3.2.bb
@@ -4,6 +4,7 @@
4# Released under the MIT license (see COPYING.MIT for the terms) 4# Released under the MIT license (see COPYING.MIT for the terms)
5 5
6DESCRIPTION = "G2D library using i.MX GPU" 6DESCRIPTION = "G2D library using i.MX GPU"
7HOMEPAGE = "https://www.nxp.com/"
7LICENSE = "Proprietary" 8LICENSE = "Proprietary"
8LIC_FILES_CHKSUM = "file://COPYING;md5=a93b654673e1bc8398ed1f30e0813359" 9LIC_FILES_CHKSUM = "file://COPYING;md5=a93b654673e1bc8398ed1f30e0813359"
9DEPENDS = "libgal-imx" 10DEPENDS = "libgal-imx"
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
index fce1e53ec..ab29270b9 100644
--- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
+++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
@@ -4,6 +4,7 @@
4# Released under the MIT license (see COPYING.MIT for the terms) 4# Released under the MIT license (see COPYING.MIT for the terms)
5 5
6DESCRIPTION = "GPU driver and apps for i.MX" 6DESCRIPTION = "GPU driver and apps for i.MX"
7HOMEPAGE = "https://www.nxp.com/"
7SECTION = "libs" 8SECTION = "libs"
8LICENSE = "Proprietary" 9LICENSE = "Proprietary"
9LIC_FILES_CHKSUM = "file://COPYING;md5=ea25d099982d035af85d193c88a1b479" 10LIC_FILES_CHKSUM = "file://COPYING;md5=ea25d099982d035af85d193c88a1b479"
diff --git a/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb b/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb
index 23af68280..2a5bc1568 100644
--- a/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb
+++ b/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb
@@ -1,4 +1,5 @@
1SUMMARY = "Mesa environment variables for etnaviv on xserver" 1SUMMARY = "Mesa environment variables for etnaviv on xserver"
2HOMEPAGE = "https://github.com/Freescale/meta-freescale/"
2LICENSE = "MIT" 3LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 4LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
4 5