From patchwork Mon Jun 2 22:01:16 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randolph Sapp X-Patchwork-Id: 64107 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 84062C5AD49 for ; Mon, 2 Jun 2025 22:01:38 +0000 (UTC) Received: from lelvem-ot02.ext.ti.com (lelvem-ot02.ext.ti.com [198.47.23.235]) by mx.groups.io with SMTP id smtpd.web10.7787.1748901688577313047 for ; Mon, 02 Jun 2025 15:01:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=At9Yn4xc; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: rs@ti.com) Received: from lelvem-sh02.itg.ti.com ([10.180.78.226]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTP id 552M1PDq3333840; Mon, 2 Jun 2025 17:01:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1748901685; bh=YkDil4Qkf6vgefEXQYJ+7OgYKf12o9a6WVzMcGoUF+4=; h=From:To:CC:Subject:Date; b=At9Yn4xcMIjRetT8A7jevv+IztsUf+Kud7SvisrzpF74YP0dNHt1bHKEed64qK3gH 9YITv72fhg1eRYsh6FkqUfg8nk2Bm08I2QHfQtWONq1lcUF7xJp9JThHoITSd2rBlM PbkEKDMuPMknOd+h7m/ALehaLCAhGRD2rFM7ekOI= Received: from DLEE109.ent.ti.com (dlee109.ent.ti.com [157.170.170.41]) by lelvem-sh02.itg.ti.com (8.18.1/8.18.1) with ESMTPS id 552M1PvI881200 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=FAIL); Mon, 2 Jun 2025 17:01:25 -0500 Received: from DLEE108.ent.ti.com (157.170.170.38) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 2 Jun 2025 17:01:24 -0500 Received: from lelvem-mr05.itg.ti.com (10.180.75.9) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Mon, 2 Jun 2025 17:01:24 -0500 Received: from rs-desk.dhcp.ti.com (rs-desk.dhcp.ti.com [128.247.81.144]) by lelvem-mr05.itg.ti.com (8.18.1/8.18.1) with ESMTP id 552M1OCO3666085; Mon, 2 Jun 2025 17:01:24 -0500 From: To: , CC: , Subject: [meta-arago][scarthgap][PATCH] packagegroup-arago-tisdk-graphics: add mesa-demos and sdl2 Date: Mon, 2 Jun 2025 17:01:16 -0500 Message-ID: <20250602220116.2091347-1-rs@ti.com> X-Mailer: git-send-email 2.49.0 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, 02 Jun 2025 22:01:38 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16247 From: Randolph Sapp Add the new mesa-demos package to this group so that users and scripts can use eglinfo to query information about supported extensions and configs for multiple platforms. It also adds vkgears and es2gears to test Vulkan and GLES 2 respectively. Add libsdl2 as it's a useful, minimal graphics toolkit that allows users to build GLES and Vulkan applications with less boilerplate. We have a few internal test applications that currently use it. Signed-off-by: Randolph Sapp --- .../packagegroups/packagegroup-arago-tisdk-graphics.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb index fc1a5be3..3728ae52 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb @@ -9,6 +9,8 @@ inherit packagegroup GFX_WAYLAND = "\ weston-init-arago \ weston-examples \ + mesa-demos \ + libsdl2 \ " RDEPENDS:${PN} = "\