From patchwork Fri Sep 23 21:14:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Bajjuri, Praneeth" X-Patchwork-Id: 13199 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 B5FBDC6FA83 for ; Fri, 23 Sep 2022 21:14:48 +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.552.1663967685091432906 for ; Fri, 23 Sep 2022 14:14:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=bAxEkitw; spf=pass (domain: ti.com, ip: 198.47.23.249, mailfrom: praneeth@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 28NLEhs2107938; Fri, 23 Sep 2022 16:14:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1663967683; bh=FmwY5LDI8SSoedFhHJr3K7lUjUHiY8c9MC1mVx8n3T8=; h=From:To:CC:Subject:Date; b=bAxEkitwgVg6YMS1xl8edpm5T+9jfM/CEnVx5ijKHYn+1XOISh9T3XrWUpM/ZfOaG ZUStBlOrN00gcAoBZv4lbx6YKil1Xh3WSvSkcI1lrQjzaPbB7aToFdtIa3hleIzUyr Yj+cj32ESdI+8Dx3VItidij2X4yJtPKCPcNzEuIg= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 28NLEhaw040355 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 23 Sep 2022 16:14:43 -0500 Received: from DLEE115.ent.ti.com (157.170.170.26) 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.6; Fri, 23 Sep 2022 16:14:43 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.6 via Frontend Transport; Fri, 23 Sep 2022 16:14:43 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 28NLEhFi095093; Fri, 23 Sep 2022 16:14:43 -0500 From: Praneeth Bajjuri To: Praneeth Bajjuri , CC: Denys Dmytriyenko , Ryan Eatmon , Suman Anna , Devarsh Thakkar Subject: [dunfell PATCH] ipc: ti-rpmsg-char: Update library to 0.5.1 Date: Fri, 23 Sep 2022 16:14:43 -0500 Message-ID: <20220923211443.13509-1-praneeth@ti.com> X-Mailer: git-send-email 2.17.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, 23 Sep 2022 21:14:48 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/15093 Update the ti-rpmsg-char library to 0.5.1 version that enables the support for R5F on am62x SoCs. Signed-off-by: Praneeth Bajjuri --- recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-ti/ipc/ti-rpmsg-char.inc b/recipes-ti/ipc/ti-rpmsg-char.inc index a0e03851..0b35f412 100644 --- a/recipes-ti/ipc/ti-rpmsg-char.inc +++ b/recipes-ti/ipc/ti-rpmsg-char.inc @@ -7,10 +7,10 @@ PROTOCOL = "https" BRANCH = "master" SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" -# Initial 0.4.1 release -SRCREV = "355d2b0bcde5eb5c895a270d1835102d2bc39fbd" +# Initial 0.5.1 release +SRCREV = "adb964ee72f99545e2ad55c50cfd14015a7d837e" -PV = "0.4.1+git${SRCPV}" +PV = "0.5.1+git${SRCPV}" S = "${WORKDIR}/git"