From patchwork Mon Jul 14 16:06: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: 66758 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 43EB4C83F17 for ; Mon, 14 Jul 2025 16:06:43 +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.web11.81964.1752509202845797880 for ; Mon, 14 Jul 2025 09:06:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=j/JzhVrB; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: a-christidis@ti.com) Received: from fllvem-sh03.itg.ti.com ([10.64.41.86]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTP id 56EG6g6J2687405 for ; Mon, 14 Jul 2025 11:06:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1752509202; bh=nj7QDHwJ4M63Ad35eqzrWvXb1kkjwPG1JiDg5r68LvU=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=j/JzhVrB+6mlkff0vIY3SZocPkaXnOv+4ej/qQrU0vT5CjSlyC0iYN53MSuZqb9JJ FXGX1XF8PRRWxbn+FDdba+tZTdSXJDD9CiY5WD/6qYitUTJki9zWePOTBJToDF2B5E zLjeWuaL1ry7c9IQ6ZBaFi8FM0c0lvJ9saughWbM= Received: from DFLE110.ent.ti.com (dfle110.ent.ti.com [10.64.6.31]) by fllvem-sh03.itg.ti.com (8.18.1/8.18.1) with ESMTPS id 56EG6g4l3521485 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=FAIL) for ; Mon, 14 Jul 2025 11:06:42 -0500 Received: from DFLE113.ent.ti.com (10.64.6.34) by DFLE110.ent.ti.com (10.64.6.31) 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 11:06:42 -0500 Received: from lelvem-mr06.itg.ti.com (10.180.75.8) 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 11:06:42 -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 56EG6fmr1008481; Mon, 14 Jul 2025 11:06:41 -0500 From: To: , CC: Subject: [meta-arago][scarthgap][v2 2/2] meta-arago-test: packagegroups: Add off-screen demo to ti-test package group Date: Mon, 14 Jul 2025 11:06:41 -0500 Message-ID: <20250714160641.1055578-3-a-christidis@ti.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250714160641.1055578-1-a-christidis@ti.com> References: <20250714160641.1055578-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 16:06:43 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16295 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 \ "