From patchwork Tue Jun 25 16:39:11 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randolph Sapp X-Patchwork-Id: 45619 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 871ECC2BBCA for ; Tue, 25 Jun 2024 16:39:23 +0000 (UTC) Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by mx.groups.io with SMTP id smtpd.web11.618.1719333557238915264 for ; Tue, 25 Jun 2024 09:39:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=r467dYTk; spf=pass (domain: ti.com, ip: 198.47.23.249, mailfrom: rs@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 45PGdEPa079887; Tue, 25 Jun 2024 11:39:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1719333554; bh=VLwXzwQAz/CH0Jx04BwpoKJtdWNCEX9lyaKuitrVbHU=; h=From:To:CC:Subject:Date; b=r467dYTkXDL5fVsRItSa1wtlkMv0vBIQmA/WyvDy6JIrLGfdVblbPyHJbj8kCoreM 8BKnfp9Lu6gkQ56KNY9RUH7/f2gu4ApRR+l9IrhCXFPxyxd7W7qgg4MFn7nJtZqNmh Bs7s5W2OFLLnWoXX/AtKh0rgBpVnMkbDF3E6ubpI= Received: from DLEE102.ent.ti.com (dlee102.ent.ti.com [157.170.170.32]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 45PGdE6L017642 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 25 Jun 2024 11:39:14 -0500 Received: from DLEE106.ent.ti.com (157.170.170.36) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 25 Jun 2024 11:39:13 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE106.ent.ti.com (157.170.170.36) 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; Tue, 25 Jun 2024 11:39:13 -0500 Received: from rs-desk.dhcp.ti.com (rs-desk.dhcp.ti.com [128.247.81.144]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 45PGdDA4087603; Tue, 25 Jun 2024 11:39:13 -0500 From: To: , CC: , Subject: [meta-arago][scarthgap/master][PATCH] ti-test: add wayland-utils as a extra dep Date: Tue, 25 Jun 2024 11:39:11 -0500 Message-ID: <20240625163911.2015788-1-rs@ti.com> X-Mailer: git-send-email 2.45.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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, 25 Jun 2024 16:39:23 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15412 From: Randolph Sapp Add wayland-utils for Weston related ltp-ddt tests now that the built in weston-info has been deprecated in favor of wayland-info. Signed-off-by: Randolph Sapp Acked-by: Chirag Shilwant --- 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 8cb27f21..0b189487 100644 --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb @@ -56,6 +56,7 @@ TI_TEST_BASE = "\ TI_TEST_EXTRAS = " \ piglit \ python3-numpy \ + wayland-utils \ " TI_TEST_BASE:append:armv7a = " \