diff mbox series

[meta-arago,scarthgap,v1,2/2] ktx-software: Add recipe v4.4.0

Message ID 20250917230859.2083846-3-a-christidis@ti.com
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series Add ktx-software | expand

Commit Message

Antonios Christidis Sept. 17, 2025, 11:08 p.m. UTC
From: Antonios Christidis <a-christidis@ti.com>

Introduce recipe for ktx-software, version 4.4.0.

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
---
 .../ktx-software/ktx-software_4.4.0.bb        | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 meta-arago-test/recipes-graphics/ktx-software/ktx-software_4.4.0.bb
diff mbox series

Patch

diff --git a/meta-arago-test/recipes-graphics/ktx-software/ktx-software_4.4.0.bb b/meta-arago-test/recipes-graphics/ktx-software/ktx-software_4.4.0.bb
new file mode 100644
index 00000000..c398ec83
--- /dev/null
+++ b/meta-arago-test/recipes-graphics/ktx-software/ktx-software_4.4.0.bb
@@ -0,0 +1,19 @@ 
+SUMMARY = "KTX (Khronos Texture) Library and Tools "
+DESCRIPTION = "KTX (Khronos Texture) is a lightweight container for textures for OpenGL, Vulkan and other GPU APIs."
+HOMEPAGE = "https://github.com/KhronosGroup/KTX-Software"
+
+LICENSE = "Apache-2.0 & BSD-1-Clause & BSD-2-Clause & BSD-3-Clause & BSL-1.0 \
+	   & CC-BY-3.0 & CC-BY-4.0 & CC0-1.0 & Zlib & MIT & HI-Trademark & fmt & \
+	   Kodak & PNGSuite & ETCSLA & Cesium-Trademark-Terms"
+
+LIC_FILES_CHKSUM = "file://REUSE.toml;md5=45910de791d599e6ba472f6fa506f391"
+
+SRC_URI = "git://github.com/KhronosGroup/KTX-Software.git;protocol=https;branch=main;lfs=0"
+SRCREV = "beef80159525d9fb7abb8645ea85f4c4f6842e8f"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+PACKAGECONFIG[ocl_backend] = "-DBASISU_SUPPORT_OPENCL=ON, -DBASISU_SUPPORT_OPENCL=OFF, virtual/opencl-icd"
+