diff options
Diffstat (limited to 'recipes-graphics')
| -rw-r--r-- | recipes-graphics/devil/devil_1.8.0.bb | 3 | ||||
| -rw-r--r-- | recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb | 5 | ||||
| -rw-r--r-- | recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb | 1 | ||||
| -rw-r--r-- | recipes-graphics/imx-gpu-sdk/libxdg-shell.bb | 3 | ||||
| -rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 1 | ||||
| -rw-r--r-- | recipes-graphics/mali/mali-imx.inc | 2 | ||||
| -rw-r--r-- | recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb | 6 | ||||
| -rw-r--r-- | recipes-graphics/rapidopencl/rapidopencl_1.1.0.1.bb | 2 | ||||
| -rw-r--r-- | recipes-graphics/rapidopenvx/rapidopenvx_1.1.0.bb | 2 | ||||
| -rw-r--r-- | recipes-graphics/rapidvulkan/rapidvulkan_1.2.162.0.bb | 2 | ||||
| -rw-r--r-- | recipes-graphics/vulkan/assimp_5.4.3.bb | 1 | ||||
| -rw-r--r-- | recipes-graphics/vulkan/vulkan-wsi-layer_git.bb | 2 |
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 @@ | |||
| 1 | SUMMARY = "Cross-platform image library" | ||
| 1 | DESCRIPTION = "A full featured cross-platform image library" | 2 | DESCRIPTION = "A full featured cross-platform image library" |
| 2 | SECTION = "libs" | ||
| 3 | HOMEPAGE = "https://openil.sourceforge.net/" | 3 | HOMEPAGE = "https://openil.sourceforge.net/" |
| 4 | SECTION = "libs" | ||
| 4 | LICENSE = "LGPL-2.1-only" | 5 | LICENSE = "LGPL-2.1-only" |
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780" | 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780" |
| 6 | PR = "r0" | 7 | PR = "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. |
| 2 | SUMMARY = "Samples for OpenGL ES" | 2 | SUMMARY = "Samples for OpenGL ES" |
| 3 | DESCRIPTION = "OpenGL ES / EGL API tracing, replay and inspection tools for i.MX GPUs." | ||
| 3 | HOMEPAGE = "https://github.com/nxp-imx/apitrace-imx" | 4 | HOMEPAGE = "https://github.com/nxp-imx/apitrace-imx" |
| 5 | SECTION = "graphics" | ||
| 4 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aeb969185a143c3c25130bc2c3ef9a50" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aeb969185a143c3c25130bc2c3ef9a50" |
| 6 | DEPENDS = "libpng procps zlib" | 8 | DEPENDS = "libpng procps zlib" |
| @@ -32,6 +34,8 @@ PACKAGECONFIG[waffle] = "-DENABLE_WAFFLE=ON,-DENABLE_WAFFLE=OFF,waffle" | |||
| 32 | PACKAGECONFIG[x11] = "-DENABLE_X11=ON,-DENABLE_X11=OFF" | 34 | PACKAGECONFIG[x11] = "-DENABLE_X11=ON,-DENABLE_X11=OFF" |
| 33 | PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d" | 35 | PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d" |
| 34 | 36 | ||
| 37 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
| 38 | |||
| 35 | SOLIBS = ".so" | 39 | SOLIBS = ".so" |
| 36 | FILES_SOLIBSDEV = "" | 40 | FILES_SOLIBSDEV = "" |
| 37 | FILES:${PN} += "\ | 41 | FILES:${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 | " |
| 47 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
| 48 | COMPATIBLE_MACHINE = "(imxgpu)" | 51 | COMPATIBLE_MACHINE = "(imxgpu)" |
| 49 | SECURITY_CFLAGS:toolchain-clang = "" | 52 | SECURITY_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 @@ | |||
| 1 | SUMMARY = "i.MX GPU SDK Samples" | 1 | SUMMARY = "i.MX GPU SDK Samples" |
| 2 | DESCRIPTION = "Set of sample applications for i.MX GPU" | 2 | DESCRIPTION = "Set of sample applications for i.MX GPU" |
| 3 | HOMEPAGE = "https://github.com/nxp-imx/gtec-demo-framework" | 3 | HOMEPAGE = "https://github.com/nxp-imx/gtec-demo-framework" |
| 4 | SECTION = "graphics" | ||
| 4 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://License.md;md5=9d58a2573275ce8c35d79576835dbeb8" | 6 | LIC_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 @@ | |||
| 1 | SUMMARY = "Provides XDG shell header and glue code library" | 1 | SUMMARY = "Provides XDG shell header and glue code library" |
| 2 | DESCRIPTION = "XDG shell protocol header and glue-code library used by the i.MX GPU SDK samples." | ||
| 3 | HOMEPAGE = "https://github.com/nxp-imx/gtec-demo-framework" | ||
| 4 | SECTION = "graphics" | ||
| 2 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
| 3 | LIC_FILES_CHKSUM = "file://${UNPACKDIR}/${BP}/License.md;md5=9d58a2573275ce8c35d79576835dbeb8" | 6 | LIC_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 | ||
| 6 | SUMMARY = "i.MX Vivante GPU driver" | ||
| 6 | DESCRIPTION = "GPU driver and apps for i.MX" | 7 | DESCRIPTION = "GPU driver and apps for i.MX" |
| 7 | HOMEPAGE = "https://www.nxp.com/" | 8 | HOMEPAGE = "https://www.nxp.com/" |
| 8 | SECTION = "libs" | 9 | SECTION = "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 @@ | |||
| 1 | SUMMARY = "Graphics libraries and driver for i.MX Mali GPU" | 1 | SUMMARY = "Graphics libraries and driver for i.MX Mali GPU" |
| 2 | DESCRIPTION = "Arm Mali GPU user-space graphics libraries and driver for i.MX SoCs." | ||
| 3 | HOMEPAGE = "https://www.nxp.com/" | ||
| 2 | SECTION = "libs" | 4 | SECTION = "libs" |
| 3 | DEPENDS = "\ | 5 | DEPENDS = "\ |
| 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 @@ | |||
| 1 | SUMMARY = "Mesa environment variables for etnaviv on xserver" | 1 | SUMMARY = "Mesa environment variables for etnaviv on xserver" |
| 2 | DESCRIPTION = "Environment variable configuration to enable the etnaviv Mesa driver on the X server." | ||
| 2 | HOMEPAGE = "https://github.com/Freescale/meta-freescale/" | 3 | HOMEPAGE = "https://github.com/Freescale/meta-freescale/" |
| 4 | SECTION = "graphics" | ||
| 3 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
| 5 | 7 | ||
| 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 7 | |||
| 8 | SRC_URI = "\ | 8 | SRC_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 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 14 | |||
| 13 | S = "${UNPACKDIR}" | 15 | S = "${UNPACKDIR}" |
| 14 | 16 | ||
| 15 | do_configure[noexec] = "1" | 17 | do_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 @@ | |||
| 1 | SUMMARY = "Experimental low level header only C++11 RAII wrapper classes for the OpenCL API" | 1 | SUMMARY = "Experimental low level header only C++11 RAII wrapper classes for the OpenCL API" |
| 2 | DESCRIPTION = "Experimental header-only C++11 RAII wrapper classes that manage OpenCL API object lifetimes automatically." | ||
| 2 | HOMEPAGE = "https://github.com/Unarmed1000/RapidOpenCL" | 3 | HOMEPAGE = "https://github.com/Unarmed1000/RapidOpenCL" |
| 4 | SECTION = "graphics" | ||
| 3 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b98f636daed34d12d11e25f3185c0204" | 6 | LIC_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 @@ | |||
| 1 | SUMMARY = "Low level header only C++11 RAII wrapper classes for the OpenVX API" | 1 | SUMMARY = "Low level header only C++11 RAII wrapper classes for the OpenVX API" |
| 2 | DESCRIPTION = "Header-only C++11 RAII wrapper classes that manage OpenVX API object lifetimes automatically." | ||
| 2 | HOMEPAGE = "https://github.com/Unarmed1000/RapidOpenVX" | 3 | HOMEPAGE = "https://github.com/Unarmed1000/RapidOpenVX" |
| 4 | SECTION = "graphics" | ||
| 3 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b98f636daed34d12d11e25f3185c0204" | 6 | LIC_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 @@ | |||
| 1 | SUMMARY = "Low level header only C++11 RAII wrapper classes for the Vulkan API" | 1 | SUMMARY = "Low level header only C++11 RAII wrapper classes for the Vulkan API" |
| 2 | DESCRIPTION = "Header-only C++11 RAII wrapper classes that manage Vulkan API object lifetimes automatically." | ||
| 2 | HOMEPAGE = "https://github.com/Unarmed1000/RapidVulkan" | 3 | HOMEPAGE = "https://github.com/Unarmed1000/RapidVulkan" |
| 4 | SECTION = "graphics" | ||
| 3 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b98f636daed34d12d11e25f3185c0204" | 6 | LIC_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 @@ | |||
| 1 | SUMMARY = "Portable library to import 3D model formats" | ||
| 1 | DESCRIPTION = "Open Asset Import Library is a portable Open Source library to import \ | 2 | DESCRIPTION = "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." |
| 3 | HOMEPAGE = "http://www.assimp.org/" | 4 | HOMEPAGE = "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 @@ | |||
| 1 | SUMMARY = "Vulkan WSI layer" | ||
| 1 | DESCRIPTION = "Vulkan Window System Integration Layer" | 2 | DESCRIPTION = "Vulkan Window System Integration Layer" |
| 2 | HOMEPAGE = "https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer" | 3 | HOMEPAGE = "https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer" |
| 4 | SECTION = "graphics" | ||
| 3 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c2e771b72d60a13d2de384cb49055d00" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c2e771b72d60a13d2de384cb49055d00" |
| 5 | DEPENDS = "libdrm vulkan-loader" | 7 | DEPENDS = "libdrm vulkan-loader" |
