diff options
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb | 16 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb | 2 |
2 files changed, 16 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb b/meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb new file mode 100644 index 0000000000..c7fa74c92e --- /dev/null +++ b/meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "KTX (Khronos Texture) Library and Tools " | ||
2 | DESCRIPTION = "KTX (Khronos Texture) is a lightweight container for textures for OpenGL, Vulkan and other GPU APIs." | ||
3 | HOMEPAGE = "https://github.com/KhronosGroup/KTX-Software" | ||
4 | |||
5 | LICENSE = "Apache-2.0 & BSD-1-Clause & BSD-2-Clause & BSD-3-Clause & BSL-1.0 \ | ||
6 | & CC-BY-3.0 & CC-BY-4.0 & CC0-1.0 & Zlib & MIT & HI-Trademark & fmt & \ | ||
7 | Kodak & PNGSuite & ETCSLA & Cesium-Trademark-Terms" | ||
8 | |||
9 | LIC_FILES_CHKSUM = "file://REUSE.toml;md5=45910de791d599e6ba472f6fa506f391" | ||
10 | |||
11 | SRC_URI = "git://github.com/KhronosGroup/KTX-Software.git;protocol=https;branch=main;lfs=0" | ||
12 | SRCREV = "beef80159525d9fb7abb8645ea85f4c4f6842e8f" | ||
13 | |||
14 | inherit cmake | ||
15 | |||
16 | PACKAGECONFIG[ocl_backend] = "-DBASISU_SUPPORT_OPENCL=ON, -DBASISU_SUPPORT_OPENCL=OFF, virtual/opencl-icd" | ||
diff --git a/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb b/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb index a98360c73f..33526630d1 100644 --- a/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb +++ b/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb | |||
@@ -27,6 +27,4 @@ do_install() { | |||
27 | } | 27 | } |
28 | 28 | ||
29 | SECURITY_CFLAGS:riscv64 = "${SECURITY_NOPIE_CFLAGS}" | 29 | SECURITY_CFLAGS:riscv64 = "${SECURITY_NOPIE_CFLAGS}" |
30 | # GCC-15 segfaults see - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120119 | ||
31 | TUNE_CCARGS:remove:aarch64 = "-mcpu=cortex-a57+crc" | ||
32 | LTO = "" | 30 | LTO = "" |