From patchwork Tue Jul 22 12:42:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonios Christidis X-Patchwork-Id: 67260 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 81587C83F34 for ; Tue, 22 Jul 2025 12:42:53 +0000 (UTC) Received: from lelvem-ot01.ext.ti.com (lelvem-ot01.ext.ti.com [198.47.23.234]) by mx.groups.io with SMTP id smtpd.web11.11661.1753188167852926922 for ; Tue, 22 Jul 2025 05:42:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=prLwIaDd; spf=pass (domain: ti.com, ip: 198.47.23.234, mailfrom: a-christidis@ti.com) Received: from lelvem-sh01.itg.ti.com ([10.180.77.71]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTP id 56MCghCl1046093; Tue, 22 Jul 2025 07:42:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1753188163; bh=toMYoayWBCKz+Wd/7XpqUQeTLIBD9IP47a+0R6KoqDQ=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=prLwIaDdXRZm+W7jcNKlSfe5pC1rRApi1IeHIDDdIIIIWq1TrHDQCQAnrTTuhDwhP 2uBtyuIAtOOwznvyL/so+gJnGO0Mc/PK/wCGADCxFX0HPoeWOk12HCv2a9EIw5hz0f lGyvRsNFfOXpg0Orx7SoWm2ASTgMBlYkQ4E7NoIY= Received: from DLEE105.ent.ti.com (dlee105.ent.ti.com [157.170.170.35]) by lelvem-sh01.itg.ti.com (8.18.1/8.18.1) with ESMTPS id 56MCghd94102095 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=FAIL); Tue, 22 Jul 2025 07:42:43 -0500 Received: from DLEE112.ent.ti.com (157.170.170.23) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.55; Tue, 22 Jul 2025 07:42:42 -0500 Received: from lelvem-mr05.itg.ti.com (10.180.75.9) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.55 via Frontend Transport; Tue, 22 Jul 2025 07:42:43 -0500 Received: from antonios-ThinkStation-P3-Tower.dhcp.ti.com (antonios-thinkstation-p3-tower.dhcp.ti.com [128.247.81.112]) by lelvem-mr05.itg.ti.com (8.18.1/8.18.1) with ESMTP id 56MCggvl1337322; Tue, 22 Jul 2025 07:42:42 -0500 From: To: CC: , Subject: [meta-oe][master][PATCH v3 1/2] ktx-software: Add recipe v4.4.0 Date: Tue, 22 Jul 2025 07:42:41 -0500 Message-ID: <20250722124242.190066-2-a-christidis@ti.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250722124242.190066-1-a-christidis@ti.com> References: <20250722124242.190066-1-a-christidis@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Jul 2025 12:42:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118692 From: Antonios Christidis Introduce recipe for ktx-software, version 4.4.0. Signed-off-by: Antonios Christidis --- v3: - Disable lfs for git v2: - Removed individual LIC_FILES_CHKSUMs of all the LICENSE files. Instead now the recipe has 1 LIC_FILES_CHKSUM to REUSE.toml which states which parts of the project have what licenses attached to them. If licenses change/new ones get added, REUSE.toml should change. .../ktx-software/ktx-software_4.4.0.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb 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 @@ +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" + +inherit cmake + +PACKAGECONFIG[ocl_backend] = "-DBASISU_SUPPORT_OPENCL=ON, -DBASISU_SUPPORT_OPENCL=OFF, virtual/opencl-icd"