From patchwork Fri Mar 8 10:55:00 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: LCPD Automation Script X-Patchwork-Id: 40717 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 B0A04C54E4A for ; Fri, 8 Mar 2024 10:55:06 +0000 (UTC) Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by mx.groups.io with SMTP id smtpd.web11.19159.1709895302004581563 for ; Fri, 08 Mar 2024 02:55:02 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=k60aPE/s; spf=pass (domain: list.ti.com, ip: 198.47.23.248, mailfrom: lcpdbld@list.ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 428At0p8026147; Fri, 8 Mar 2024 04:55:00 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1709895300; i=@ti.com; bh=YTwXWoaT0lirIvmJPhQidVerVN4ed0sTxEv7UFIT65g=; h=From:To:Subject:Date; b=k60aPE/sd9GLNnUPnmDHVx0Owu0Ra4YJYs3Vjf3LToTe4YG3E1NZX+OoywNsaW4bf EyGMm391F6so9EmPeNjwCyVE43Tf71748+3nn8+XvlDEjQam5Cpp1px1iJ5xo1XRUI 9lh++SFIIMVssDQLmpvTwOoaEdu4qH7jCHg5R0Gw= Received: from DLEE107.ent.ti.com (dlee107.ent.ti.com [157.170.170.37]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 428At047037590 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 8 Mar 2024 04:55:00 -0600 Received: from DLEE111.ent.ti.com (157.170.170.22) by DLEE107.ent.ti.com (157.170.170.37) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 8 Mar 2024 04:55:00 -0600 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) 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.23 via Frontend Transport; Fri, 8 Mar 2024 04:55:00 -0600 Received: from fllvdckhpci004.itg.ti.com (fllvdckhpci004.itg.ti.com [10.248.130.8]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 428At0Mn053396; Fri, 8 Mar 2024 04:55:00 -0600 Received: by fllvdckhpci004.itg.ti.com (Postfix, from userid 60899) id 798AC10AC0F3; Fri, 8 Mar 2024 04:55:00 -0600 (CST) From: LCPD Automation Script To: Ryan Eatmon , Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH] CI/CD Auto-Merger: cicd.master.202403080100 Date: Fri, 8 Mar 2024 04:55:00 -0600 Message-ID: <1709895300-2102-1-git-send-email-lcpdbld@list.ti.com> X-Mailer: git-send-email 1.8.3.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 ; Fri, 08 Mar 2024 10:55:06 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15231 Updated the value(s) for: ltp-ddt: SRCREV Signed-off-by: LCPD Automation Script --- meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb b/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb index 02052fb..7230b09 100644 --- a/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb +++ b/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb @@ -14,7 +14,7 @@ PE = "1" PR = "r7" PV:append = "+git" -SRCREV = "a4d1659d5ab5be50c9d3ed32578a77fd879d88dc" +SRCREV = "1c5181113b70283ac8e81b9600a91acb8faea8c0" BRANCH ?= "master" SRC_URI:remove = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https"