summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/devil/devil_1.8.0.bb3
-rw-r--r--recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb5
-rw-r--r--recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb1
-rw-r--r--recipes-graphics/imx-gpu-sdk/libxdg-shell.bb3
-rw-r--r--recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc1
-rw-r--r--recipes-graphics/mali/mali-imx.inc2
-rw-r--r--recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb6
-rw-r--r--recipes-graphics/rapidopencl/rapidopencl_1.1.0.1.bb2
-rw-r--r--recipes-graphics/rapidopenvx/rapidopenvx_1.1.0.bb2
-rw-r--r--recipes-graphics/rapidvulkan/rapidvulkan_1.2.162.0.bb2
-rw-r--r--recipes-graphics/vulkan/assimp_5.4.3.bb1
-rw-r--r--recipes-graphics/vulkan/vulkan-wsi-layer_git.bb2
12 files changed, 26 insertions, 4 deletions
diff --git a/recipes-graphics/devil/devil_1.8.0.bb b/recipes-graphics/devil/devil_1.8.0.bb
index b161a4d7d..4c37b6298 100644
--- a/recipes-graphics/devil/devil_1.8.0.bb
+++ b/recipes-graphics/devil/devil_1.8.0.bb
@@ -1,6 +1,7 @@
1SUMMARY = "Cross-platform image library"
1DESCRIPTION = "A full featured cross-platform image library" 2DESCRIPTION = "A full featured cross-platform image library"
2SECTION = "libs"
3HOMEPAGE = "https://openil.sourceforge.net/" 3HOMEPAGE = "https://openil.sourceforge.net/"
4SECTION = "libs"
4LICENSE = "LGPL-2.1-only" 5LICENSE = "LGPL-2.1-only"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780" 6LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780"
6PR = "r0" 7PR = "r0"
diff --git a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb
index 93634b258..e846126b0 100644
--- a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb
+++ b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb
@@ -1,6 +1,8 @@
1# Copyright 2018 (C) O.S. Systems Software LTDA. 1# Copyright 2018 (C) O.S. Systems Software LTDA.
2SUMMARY = "Samples for OpenGL ES" 2SUMMARY = "Samples for OpenGL ES"
3DESCRIPTION = "OpenGL ES / EGL API tracing, replay and inspection tools for i.MX GPUs."
3HOMEPAGE = "https://github.com/nxp-imx/apitrace-imx" 4HOMEPAGE = "https://github.com/nxp-imx/apitrace-imx"
5SECTION = "graphics"
4LICENSE = "MIT" 6LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=aeb969185a143c3c25130bc2c3ef9a50" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=aeb969185a143c3c25130bc2c3ef9a50"
6DEPENDS = "libpng procps zlib" 8DEPENDS = "libpng procps zlib"
@@ -32,6 +34,8 @@ PACKAGECONFIG[waffle] = "-DENABLE_WAFFLE=ON,-DENABLE_WAFFLE=OFF,waffle"
32PACKAGECONFIG[x11] = "-DENABLE_X11=ON,-DENABLE_X11=OFF" 34PACKAGECONFIG[x11] = "-DENABLE_X11=ON,-DENABLE_X11=OFF"
33PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d" 35PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d"
34 36
37PACKAGE_ARCH = "${MACHINE_SOCARCH}"
38
35SOLIBS = ".so" 39SOLIBS = ".so"
36FILES_SOLIBSDEV = "" 40FILES_SOLIBSDEV = ""
37FILES:${PN} += "\ 41FILES:${PN} += "\
@@ -44,7 +48,6 @@ EXTRA_OECMAKE += "\
44 -DENABLE_STATIC_LIBSTDCXX=OFF \ 48 -DENABLE_STATIC_LIBSTDCXX=OFF \
45 -DPython3_ROOT_DIR=/usr/bin/python3-native \ 49 -DPython3_ROOT_DIR=/usr/bin/python3-native \
46" 50"
47PACKAGE_ARCH = "${MACHINE_SOCARCH}"
48COMPATIBLE_MACHINE = "(imxgpu)" 51COMPATIBLE_MACHINE = "(imxgpu)"
49SECURITY_CFLAGS:toolchain-clang = "" 52SECURITY_CFLAGS:toolchain-clang = ""
50 53
diff --git a/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb b/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb
index 98bc45ba0..c51d112c2 100644
--- a/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb
+++ b/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb
@@ -1,6 +1,7 @@
1SUMMARY = "i.MX GPU SDK Samples" 1SUMMARY = "i.MX GPU SDK Samples"
2DESCRIPTION = "Set of sample applications for i.MX GPU" 2DESCRIPTION = "Set of sample applications for i.MX GPU"
3HOMEPAGE = "https://github.com/nxp-imx/gtec-demo-framework" 3HOMEPAGE = "https://github.com/nxp-imx/gtec-demo-framework"
4SECTION = "graphics"
4LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://License.md;md5=9d58a2573275ce8c35d79576835dbeb8" 6LIC_FILES_CHKSUM = "file://License.md;md5=9d58a2573275ce8c35d79576835dbeb8"
6 7
diff --git a/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb b/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb
index 3b5e7825a..56b89c159 100644
--- a/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb
+++ b/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb
@@ -1,4 +1,7 @@
1SUMMARY = "Provides XDG shell header and glue code library" 1SUMMARY = "Provides XDG shell header and glue code library"
2DESCRIPTION = "XDG shell protocol header and glue-code library used by the i.MX GPU SDK samples."
3HOMEPAGE = "https://github.com/nxp-imx/gtec-demo-framework"
4SECTION = "graphics"
2LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://${UNPACKDIR}/${BP}/License.md;md5=9d58a2573275ce8c35d79576835dbeb8" 6LIC_FILES_CHKSUM = "file://${UNPACKDIR}/${BP}/License.md;md5=9d58a2573275ce8c35d79576835dbeb8"
4 7
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 2edcf75f3..ea76e2af8 100644
--- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
+++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
@@ -3,6 +3,7 @@
3# Copyright 2017-2024 NXP 3# Copyright 2017-2024 NXP
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
6SUMMARY = "i.MX Vivante GPU driver"
6DESCRIPTION = "GPU driver and apps for i.MX" 7DESCRIPTION = "GPU driver and apps for i.MX"
7HOMEPAGE = "https://www.nxp.com/" 8HOMEPAGE = "https://www.nxp.com/"
8SECTION = "libs" 9SECTION = "libs"
diff --git a/recipes-graphics/mali/mali-imx.inc b/recipes-graphics/mali/mali-imx.inc
index 37dfc32f0..f3ef8f474 100644
--- a/recipes-graphics/mali/mali-imx.inc
+++ b/recipes-graphics/mali/mali-imx.inc
@@ -1,4 +1,6 @@
1SUMMARY = "Graphics libraries and driver for i.MX Mali GPU" 1SUMMARY = "Graphics libraries and driver for i.MX Mali GPU"
2DESCRIPTION = "Arm Mali GPU user-space graphics libraries and driver for i.MX SoCs."
3HOMEPAGE = "https://www.nxp.com/"
2SECTION = "libs" 4SECTION = "libs"
3DEPENDS = "\ 5DEPENDS = "\
4 libdrm \ 6 libdrm \
diff --git a/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb b/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb
index 2a5bc1568..9df4d4f40 100644
--- a/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb
+++ b/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb
@@ -1,15 +1,17 @@
1SUMMARY = "Mesa environment variables for etnaviv on xserver" 1SUMMARY = "Mesa environment variables for etnaviv on xserver"
2DESCRIPTION = "Environment variable configuration to enable the etnaviv Mesa driver on the X server."
2HOMEPAGE = "https://github.com/Freescale/meta-freescale/" 3HOMEPAGE = "https://github.com/Freescale/meta-freescale/"
4SECTION = "graphics"
3LICENSE = "MIT" 5LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 6LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
5 7
6PACKAGE_ARCH = "${MACHINE_ARCH}"
7
8SRC_URI = "\ 8SRC_URI = "\
9 file://mesa-etnaviv.conf \ 9 file://mesa-etnaviv.conf \
10 file://mesa-etnaviv.sh \ 10 file://mesa-etnaviv.sh \
11" 11"
12 12
13PACKAGE_ARCH = "${MACHINE_ARCH}"
14
13S = "${UNPACKDIR}" 15S = "${UNPACKDIR}"
14 16
15do_configure[noexec] = "1" 17do_configure[noexec] = "1"
diff --git a/recipes-graphics/rapidopencl/rapidopencl_1.1.0.1.bb b/recipes-graphics/rapidopencl/rapidopencl_1.1.0.1.bb
index 0dcd85640..d770faeb9 100644
--- a/recipes-graphics/rapidopencl/rapidopencl_1.1.0.1.bb
+++ b/recipes-graphics/rapidopencl/rapidopencl_1.1.0.1.bb
@@ -1,5 +1,7 @@
1SUMMARY = "Experimental low level header only C++11 RAII wrapper classes for the OpenCL API" 1SUMMARY = "Experimental low level header only C++11 RAII wrapper classes for the OpenCL API"
2DESCRIPTION = "Experimental header-only C++11 RAII wrapper classes that manage OpenCL API object lifetimes automatically."
2HOMEPAGE = "https://github.com/Unarmed1000/RapidOpenCL" 3HOMEPAGE = "https://github.com/Unarmed1000/RapidOpenCL"
4SECTION = "graphics"
3LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b98f636daed34d12d11e25f3185c0204" 6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b98f636daed34d12d11e25f3185c0204"
5 7
diff --git a/recipes-graphics/rapidopenvx/rapidopenvx_1.1.0.bb b/recipes-graphics/rapidopenvx/rapidopenvx_1.1.0.bb
index 6a54b0342..7db3a0cc4 100644
--- a/recipes-graphics/rapidopenvx/rapidopenvx_1.1.0.bb
+++ b/recipes-graphics/rapidopenvx/rapidopenvx_1.1.0.bb
@@ -1,5 +1,7 @@
1SUMMARY = "Low level header only C++11 RAII wrapper classes for the OpenVX API" 1SUMMARY = "Low level header only C++11 RAII wrapper classes for the OpenVX API"
2DESCRIPTION = "Header-only C++11 RAII wrapper classes that manage OpenVX API object lifetimes automatically."
2HOMEPAGE = "https://github.com/Unarmed1000/RapidOpenVX" 3HOMEPAGE = "https://github.com/Unarmed1000/RapidOpenVX"
4SECTION = "graphics"
3LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b98f636daed34d12d11e25f3185c0204" 6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b98f636daed34d12d11e25f3185c0204"
5 7
diff --git a/recipes-graphics/rapidvulkan/rapidvulkan_1.2.162.0.bb b/recipes-graphics/rapidvulkan/rapidvulkan_1.2.162.0.bb
index 08246b0ac..5616b264b 100644
--- a/recipes-graphics/rapidvulkan/rapidvulkan_1.2.162.0.bb
+++ b/recipes-graphics/rapidvulkan/rapidvulkan_1.2.162.0.bb
@@ -1,5 +1,7 @@
1SUMMARY = "Low level header only C++11 RAII wrapper classes for the Vulkan API" 1SUMMARY = "Low level header only C++11 RAII wrapper classes for the Vulkan API"
2DESCRIPTION = "Header-only C++11 RAII wrapper classes that manage Vulkan API object lifetimes automatically."
2HOMEPAGE = "https://github.com/Unarmed1000/RapidVulkan" 3HOMEPAGE = "https://github.com/Unarmed1000/RapidVulkan"
4SECTION = "graphics"
3LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b98f636daed34d12d11e25f3185c0204" 6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b98f636daed34d12d11e25f3185c0204"
5 7
diff --git a/recipes-graphics/vulkan/assimp_5.4.3.bb b/recipes-graphics/vulkan/assimp_5.4.3.bb
index ff4fb7719..c7d19c3f6 100644
--- a/recipes-graphics/vulkan/assimp_5.4.3.bb
+++ b/recipes-graphics/vulkan/assimp_5.4.3.bb
@@ -1,3 +1,4 @@
1SUMMARY = "Portable library to import 3D model formats"
1DESCRIPTION = "Open Asset Import Library is a portable Open Source library to import \ 2DESCRIPTION = "Open Asset Import Library is a portable Open Source library to import \
2 various well-known 3D model formats in a uniform manner." 3 various well-known 3D model formats in a uniform manner."
3HOMEPAGE = "http://www.assimp.org/" 4HOMEPAGE = "http://www.assimp.org/"
diff --git a/recipes-graphics/vulkan/vulkan-wsi-layer_git.bb b/recipes-graphics/vulkan/vulkan-wsi-layer_git.bb
index 21f275c52..0bbebf5c2 100644
--- a/recipes-graphics/vulkan/vulkan-wsi-layer_git.bb
+++ b/recipes-graphics/vulkan/vulkan-wsi-layer_git.bb
@@ -1,5 +1,7 @@
1SUMMARY = "Vulkan WSI layer"
1DESCRIPTION = "Vulkan Window System Integration Layer" 2DESCRIPTION = "Vulkan Window System Integration Layer"
2HOMEPAGE = "https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer" 3HOMEPAGE = "https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer"
4SECTION = "graphics"
3LICENSE = "MIT" 5LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=c2e771b72d60a13d2de384cb49055d00" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=c2e771b72d60a13d2de384cb49055d00"
5DEPENDS = "libdrm vulkan-loader" 7DEPENDS = "libdrm vulkan-loader"