From patchwork Thu Jul 17 15:46:34 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonios Christidis X-Patchwork-Id: 67059 X-Patchwork-Delegate: reatmon@ti.com 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 9D5ADC83F3C for ; Thu, 17 Jul 2025 15:46:39 +0000 (UTC) Received: from fllvem-ot03.ext.ti.com (fllvem-ot03.ext.ti.com [198.47.19.245]) by mx.groups.io with SMTP id smtpd.web11.2216.1752767196892746757 for ; Thu, 17 Jul 2025 08:46:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=pae/RCgR; spf=pass (domain: ti.com, ip: 198.47.19.245, mailfrom: a-christidis@ti.com) Received: from fllvem-sh04.itg.ti.com ([10.64.41.54]) by fllvem-ot03.ext.ti.com (8.15.2/8.15.2) with ESMTP id 56HFka3L044212 for ; Thu, 17 Jul 2025 10:46:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1752767196; bh=MZAPQjzP3y1i9g1UVx/yLAO1h0nUgKwFy7z5GqV8Kog=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=pae/RCgRasLRiWBKR2liRcVFl309ZhVOqx2BtB+n6HE1DPjj3ykdrAd34+psPfelM Xt2eL1YzeW02vo8CFpdR+FIlNCw+j/n/u/O+9eTS5ZyWcbsAOa6UpU3SZ7bllp47HP E/1vFZzCkcuIe14+W6W9Yd+7ySMI1aMfHyFz/o+8= Received: from DLEE111.ent.ti.com (dlee111.ent.ti.com [157.170.170.22]) by fllvem-sh04.itg.ti.com (8.18.1/8.18.1) with ESMTPS id 56HFkatd2288220 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=FAIL) for ; Thu, 17 Jul 2025 10:46:36 -0500 Received: from DLEE100.ent.ti.com (157.170.170.30) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.55; Thu, 17 Jul 2025 10:46:36 -0500 Received: from lelvem-mr06.itg.ti.com (10.180.75.8) by DLEE100.ent.ti.com (157.170.170.30) 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; Thu, 17 Jul 2025 10:46:35 -0500 Received: from antonios-ThinkStation-P3-Tower.dhcp.ti.com (antonios-thinkstation-p3-tower.dhcp.ti.com [128.247.81.112]) by lelvem-mr06.itg.ti.com (8.18.1/8.18.1) with ESMTP id 56HFkZMD2098477; Thu, 17 Jul 2025 10:46:35 -0500 From: To: , CC: Subject: [meta-arago][scarthgap][PATCH v4 1/2] meta-arago-test: recipes-graphics: Add lightweight off-screen demo Date: Thu, 17 Jul 2025 10:46:34 -0500 Message-ID: <20250717154635.2528929-2-a-christidis@ti.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250717154635.2528929-1-a-christidis@ti.com> References: <20250717154635.2528929-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 ; Thu, 17 Jul 2025 15:46:39 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16311 From: Antonios Christidis Add recipe for lightweight off-screen rendering demo. Signed-off-by: Antonios Christidis --- v4: - Changed the SRC_URI ... I thought I did that in v3 v3: - Changed SRC_URI v2: - Removed mesa-pvr as a dependency .../offscreen-demo/offscreendemo_0.0.1.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-arago-test/recipes-graphics/offscreen-demo/offscreendemo_0.0.1.bb diff --git a/meta-arago-test/recipes-graphics/offscreen-demo/offscreendemo_0.0.1.bb b/meta-arago-test/recipes-graphics/offscreen-demo/offscreendemo_0.0.1.bb new file mode 100644 index 00000000..c2ad5012 --- /dev/null +++ b/meta-arago-test/recipes-graphics/offscreen-demo/offscreendemo_0.0.1.bb @@ -0,0 +1,16 @@ +SUMMARY = "Lightweight Render Example" +DESCRIPTION = "Lightweight Render Example. Heavily inspired by Eduardo Lima's gpu-playground, this attempts to act as the smallest demo of offscreen rendering." + +HOMEPAGE = "https://github.com/StaticRocket/lightweight-offscreen" + +SRC_URI = "git://github.com/TexasInstruments/graphics-tests.git;protocol=https;branch=master" +SRCREV = "eac40e0073cb5f81688aee890e0a67f99678a290" + +LICENSE = "CC0-1.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=65d3616852dbf7b1a6d4b53b00626032" + +S = "${WORKDIR}/git" + +DEPENDS += "virtual/egl virtual/libgles2" + +inherit pkgconfig meson