summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-09-03 15:53:06 -0300
committerGitHub <noreply@github.com>2026-09-03 15:53:06 -0300
commit33e39fcf12ba330c3e7c7db4f454672be15b8b92 (patch)
tree642347b50717a41bdfac892f1a88bd9c197d107b /recipes-graphics
parent80567c340d6e241f4d8ccb77f319a751647f7b66 (diff)
parent571d5df8bf23b509ffa833220baa577c1e41d0a0 (diff)
downloadmeta-freescale-master.tar.gz
Merge pull request #2664 from lucianogdittgen/oelint-var-licenseremotefileHEADmaster
oelint: Resolve oelint.var.licenseremotefile findings (10 -> 0)
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/devil/devil_1.8.0.bb2
-rw-r--r--recipes-graphics/imx-gpu-sdk/libxdg-shell_1.0.bb2
-rw-r--r--recipes-graphics/mesa/mesa-etnaviv-env/mesa-etnaviv.conf1
-rw-r--r--recipes-graphics/mesa/mesa-etnaviv-env/mesa-etnaviv.sh1
-rw-r--r--recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb2
5 files changed, 5 insertions, 3 deletions
diff --git a/recipes-graphics/devil/devil_1.8.0.bb b/recipes-graphics/devil/devil_1.8.0.bb
index 4c37b6298..feee261c4 100644
--- a/recipes-graphics/devil/devil_1.8.0.bb
+++ b/recipes-graphics/devil/devil_1.8.0.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "A full featured cross-platform image library"
3HOMEPAGE = "https://openil.sourceforge.net/" 3HOMEPAGE = "https://openil.sourceforge.net/"
4SECTION = "libs" 4SECTION = "libs"
5LICENSE = "LGPL-2.1-only" 5LICENSE = "LGPL-2.1-only"
6LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780" 6LIC_FILES_CHKSUM = "file://../LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
7PR = "r0" 7PR = "r0"
8 8
9DEPENDS = "jpeg libpng tiff xz" 9DEPENDS = "jpeg libpng tiff xz"
diff --git a/recipes-graphics/imx-gpu-sdk/libxdg-shell_1.0.bb b/recipes-graphics/imx-gpu-sdk/libxdg-shell_1.0.bb
index 56b89c159..fedb5486a 100644
--- a/recipes-graphics/imx-gpu-sdk/libxdg-shell_1.0.bb
+++ b/recipes-graphics/imx-gpu-sdk/libxdg-shell_1.0.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "XDG shell protocol header and glue-code library used by the i.MX
3HOMEPAGE = "https://github.com/nxp-imx/gtec-demo-framework" 3HOMEPAGE = "https://github.com/nxp-imx/gtec-demo-framework"
4SECTION = "graphics" 4SECTION = "graphics"
5LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://${UNPACKDIR}/${BP}/License.md;md5=9d58a2573275ce8c35d79576835dbeb8" 6LIC_FILES_CHKSUM = "file://../../../License.md;md5=9d58a2573275ce8c35d79576835dbeb8"
7 7
8DEPENDS = "wayland wayland-native wayland-protocols" 8DEPENDS = "wayland wayland-native wayland-protocols"
9 9
diff --git a/recipes-graphics/mesa/mesa-etnaviv-env/mesa-etnaviv.conf b/recipes-graphics/mesa/mesa-etnaviv-env/mesa-etnaviv.conf
index db4f8740c..a2b24fa19 100644
--- a/recipes-graphics/mesa/mesa-etnaviv-env/mesa-etnaviv.conf
+++ b/recipes-graphics/mesa/mesa-etnaviv-env/mesa-etnaviv.conf
@@ -1,3 +1,4 @@
1# SPDX-License-Identifier: MIT
1[Manager] 2[Manager]
2DefaultEnvironment=MESA_GL_VERSION_OVERRIDE=2.1 ETNA_MESA_DEBUG=nir 3DefaultEnvironment=MESA_GL_VERSION_OVERRIDE=2.1 ETNA_MESA_DEBUG=nir
3 4
diff --git a/recipes-graphics/mesa/mesa-etnaviv-env/mesa-etnaviv.sh b/recipes-graphics/mesa/mesa-etnaviv-env/mesa-etnaviv.sh
index 8854a8778..b96d6e840 100644
--- a/recipes-graphics/mesa/mesa-etnaviv-env/mesa-etnaviv.sh
+++ b/recipes-graphics/mesa/mesa-etnaviv-env/mesa-etnaviv.sh
@@ -1,2 +1,3 @@
1# SPDX-License-Identifier: MIT
1export MESA_GL_VERSION_OVERRIDE=2.1 2export MESA_GL_VERSION_OVERRIDE=2.1
2export ETNA_MESA_DEBUG=nir 3export ETNA_MESA_DEBUG=nir
diff --git a/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb b/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb
index 904ef27ad..50182361d 100644
--- a/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb
+++ b/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Environment variable configuration to enable the etnaviv Mesa dri
3HOMEPAGE = "https://github.com/Freescale/meta-freescale/" 3HOMEPAGE = "https://github.com/Freescale/meta-freescale/"
4SECTION = "graphics" 4SECTION = "graphics"
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 6LIC_FILES_CHKSUM = "file://mesa-etnaviv.sh;beginline=1;endline=1;md5=b2dccaa94b3629a08bfb4f983cad6f89"
7 7
8SRC_URI = "\ 8SRC_URI = "\
9 file://mesa-etnaviv.conf \ 9 file://mesa-etnaviv.conf \