From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by arago-project.org (Postfix) with ESMTP id 7E8DC52A13 for ; Thu, 24 Jun 2021 15:14:33 +0000 (UTC) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 15OFEX3D122663; Thu, 24 Jun 2021 10:14:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1624547673; bh=KEnpQ7YssLJQ6ox9Ue09Bk0pfEUU2tNHLrWGPW0TvPI=; h=From:To:CC:Subject:Date; b=IoZMvn3qNwiHWax7zHnJal8jf+xmUPVnX6oPrFL1tX86xJOKHDYOywB0favkh1f3m ZhQPY2dWaRjiVaqesQht2MxuWtqxmtxz41KGPamaG5vUvAZmuwyWbnJF182EJwWnbi Ig2As//WXynyPbdWBS4r6RngKVKaItPKJgWeATCU= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 15OFEXpr052597 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 24 Jun 2021 10:14:33 -0500 Received: from DFLE110.ent.ti.com (10.64.6.31) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Thu, 24 Jun 2021 10:14:33 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) 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.2176.2 via Frontend Transport; Thu, 24 Jun 2021 10:14:33 -0500 Received: from NiksLab.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 15OFEVV1083583; Thu, 24 Jun 2021 10:14:31 -0500 From: Nikhil Devshatwar To: , , Date: Thu, 24 Jun 2021 20:44:25 +0530 Message-ID: <20210624151425.4314-1-nikhil.nd@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-arago@arago-project.org Subject: [PATCH] matrix-gui-apps-git: Update SRCREV to the latest X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 15:14:33 -0000 Content-Type: text/plain From: Aparna M Update SRCREV to the latest. This add a matrix application to blink LED for AM64x EVM Signed-off-by: Aparna M Signed-off-by: Nikhil Devshatwar --- meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc index d4956903..fac1fc8d 100644 --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc @@ -4,7 +4,7 @@ LICENSE_CHECKSUM = "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9" LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}" SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}" -SRCREV = "30424117fc609beffb512450fe0d9b328d75b458" +SRCREV = "976e775a1275198d3391018ce8115a66d00120a2" BRANCH = "master" INC_PR = "r76" -- 2.17.1