summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonios Christidis <a-christidis@ti.com>2025-07-22 07:42:41 -0500
committerKhem Raj <raj.khem@gmail.com>2025-07-22 20:02:18 -0700
commitfe2b327de30bd04cb0d3bfde790b86d03fc6c988 (patch)
tree8460194135b1a9b15190c25b2558742844047031
parent76886b745c2c40b49fc2e95ab9b636088a3b0390 (diff)
downloadmeta-openembedded-fe2b327de30bd04cb0d3bfde790b86d03fc6c988.tar.gz
ktx-software: Add recipe v4.4.0
Introduce recipe for ktx-software, version 4.4.0. Signed-off-by: Antonios Christidis <a-christidis@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb16
1 files changed, 16 insertions, 0 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 @@
1SUMMARY = "KTX (Khronos Texture) Library and Tools "
2DESCRIPTION = "KTX (Khronos Texture) is a lightweight container for textures for OpenGL, Vulkan and other GPU APIs."
3HOMEPAGE = "https://github.com/KhronosGroup/KTX-Software"
4
5LICENSE = "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
9LIC_FILES_CHKSUM = "file://REUSE.toml;md5=45910de791d599e6ba472f6fa506f391"
10
11SRC_URI = "git://github.com/KhronosGroup/KTX-Software.git;protocol=https;branch=main;lfs=0"
12SRCREV = "beef80159525d9fb7abb8645ea85f4c4f6842e8f"
13
14inherit cmake
15
16PACKAGECONFIG[ocl_backend] = "-DBASISU_SUPPORT_OPENCL=ON, -DBASISU_SUPPORT_OPENCL=OFF, virtual/opencl-icd"