From patchwork Mon Jul 14 18:42:00 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonios Christidis X-Patchwork-Id: 66782 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 76E52C83F1A for ; Mon, 14 Jul 2025 18:42:04 +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.web10.85848.1752518522742888446 for ; Mon, 14 Jul 2025 11:42:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=tIMSuisI; spf=pass (domain: ti.com, ip: 198.47.19.245, mailfrom: a-christidis@ti.com) Received: from lelvem-sh01.itg.ti.com ([10.180.77.71]) by fllvem-ot03.ext.ti.com (8.15.2/8.15.2) with ESMTP id 56EIg2xb2435919 for ; Mon, 14 Jul 2025 13:42:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1752518522; bh=g8EnlKDM4PhqmByEw+s8KOd2HdE9JO8bO0L/mwC4sz4=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=tIMSuisIj7Nq6+b0f6MJnytnyUB/jdcGeQkD7Zqn5A3cFBFc07/u5ntAbR+C+B8gc m0f5XNbAUzOh5S4mI+dNkAFwkG+j9wiCI5RIVwWFrwGl35Th+4AgOVmkXLH0UpK+bB Ze1SpvIAiqeY+E2gbDs481bI+O4B9YuxJEMioS1U= Received: from DFLE101.ent.ti.com (dfle101.ent.ti.com [10.64.6.22]) by lelvem-sh01.itg.ti.com (8.18.1/8.18.1) with ESMTPS id 56EIg2co2078784 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=FAIL) for ; Mon, 14 Jul 2025 13:42:02 -0500 Received: from DFLE114.ent.ti.com (10.64.6.35) by DFLE101.ent.ti.com (10.64.6.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.55; Mon, 14 Jul 2025 13:42:01 -0500 Received: from lelvem-mr05.itg.ti.com (10.180.75.9) by DFLE114.ent.ti.com (10.64.6.35) 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; Mon, 14 Jul 2025 13:42:01 -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 56EIg1Ln1554357; Mon, 14 Jul 2025 13:42:01 -0500 From: To: , CC: Subject: [meta-arago][scarthgap][PATCH v3 1/2] meta-arago-test: recipes-graphics: Add lightweight off-screen demo Date: Mon, 14 Jul 2025 13:42:00 -0500 Message-ID: <20250714184201.1119178-2-a-christidis@ti.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250714184201.1119178-1-a-christidis@ti.com> References: <20250714184201.1119178-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 ; Mon, 14 Jul 2025 18:42:04 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16300 From: Antonios Christidis Add recipe for lightweight off-screen rendering demo. Signed-off-by: Antonios Christidis --- 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..0cdfaf9a --- /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/StaticRocket/lightweight-offscreen.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 From patchwork Mon Jul 14 18:42:01 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonios Christidis X-Patchwork-Id: 66781 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 78F02C83F21 for ; Mon, 14 Jul 2025 18:42:04 +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.85735.1752518522746899377 for ; Mon, 14 Jul 2025 11:42:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=FXCNu4NR; 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 56EIg22N2084382 for ; Mon, 14 Jul 2025 13:42:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1752518522; bh=nj7QDHwJ4M63Ad35eqzrWvXb1kkjwPG1JiDg5r68LvU=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=FXCNu4NRlO6ueA16W0Tyrt7OtkrCb9/qckbLW4rYApgPZ0qSr/2NYK7juqYbR8O93 jelDEyrvL5HxXy0/C56R+U7ITgyFhudtWa1CtsS3qeCrVemN7VqCgBS2wlD0K1lNF/ f0cBvXUgvAp/VKteRwfm1NI3iZK0RhoPaPdqT7nQ= Received: from DFLE104.ent.ti.com (dfle104.ent.ti.com [10.64.6.25]) by lelvem-sh01.itg.ti.com (8.18.1/8.18.1) with ESMTPS id 56EIg2sA2078783 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=FAIL) for ; Mon, 14 Jul 2025 13:42:02 -0500 Received: from DFLE113.ent.ti.com (10.64.6.34) by DFLE104.ent.ti.com (10.64.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.55; Mon, 14 Jul 2025 13:42:01 -0500 Received: from lelvem-mr05.itg.ti.com (10.180.75.9) by DFLE113.ent.ti.com (10.64.6.34) 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; Mon, 14 Jul 2025 13:42:02 -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 56EIg1Lo1554357; Mon, 14 Jul 2025 13:42:01 -0500 From: To: , CC: Subject: [meta-arago][scarthgap][PATCH v3 2/2] meta-arago-test: packagegroups: Add off-screen demo to ti-test package group Date: Mon, 14 Jul 2025 13:42:01 -0500 Message-ID: <20250714184201.1119178-3-a-christidis@ti.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250714184201.1119178-1-a-christidis@ti.com> References: <20250714184201.1119178-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 ; Mon, 14 Jul 2025 18:42:04 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16302 From: Antonios Christidis Add the off-screen demo to ti-test package group. Signed-off-by: Antonios Christidis --- meta-arago-test/recipes-core/packagegroups/ti-test.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb index a50c71e2..fb4c3e4c 100644 --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb @@ -70,6 +70,7 @@ TI_TEST_EXTRAS = " \ piglit \ python3-numpy \ wayland-utils \ + offscreendemo \ opencl-cts \ "