From patchwork Mon Mar 11 20:44:37 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Bajjuri, Praneeth" X-Patchwork-Id: 40806 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 C4650C5475B for ; Mon, 11 Mar 2024 20:44:41 +0000 (UTC) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by mx.groups.io with SMTP id smtpd.web10.4276.1710189878449865526 for ; Mon, 11 Mar 2024 13:44:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=Y/bJrZst; spf=pass (domain: ti.com, ip: 198.47.19.141, mailfrom: praneeth@ti.com) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 42BKibIM040211 for ; Mon, 11 Mar 2024 15:44:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1710189877; bh=sMjMCiKpLf67WRqL4HUcgGYkGVmGDLAymwbroZaWFE8=; h=From:To:CC:Subject:Date; b=Y/bJrZstpU2BZqTyaVr51s+3Iik+bhVxCuwV0uWKIqVEyAhp3A3vcKTtDTV35NgcR GcGNe2bTvfdMbOt4pQC2hRO31vghiNjKZIId/2eA6+XgSKXxZSHamQf7WRToq+GxSx aSgcl/G74eFNqJX/DrZsVjfThdXCN3ZtXFkytobY= Received: from DLEE109.ent.ti.com (dlee109.ent.ti.com [157.170.170.41]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 42BKibPl034133 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 11 Mar 2024 15:44:37 -0500 Received: from DLEE102.ent.ti.com (157.170.170.32) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 11 Mar 2024 15:44:37 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) 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 via Frontend Transport; Mon, 11 Mar 2024 15:44:37 -0500 Received: from localhost (praneethhome.dhcp.ti.com [128.247.81.61]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 42BKibNB119814; Mon, 11 Mar 2024 15:44:37 -0500 From: To: Praneeth Bajjuri , Ryan Eatmon , CC: Apurva Nandan , Hari Nagalla Subject: [kirkstone][PATCH] ipc: ti-rpmsg-char: Update library to 0.6.6 Date: Mon, 11 Mar 2024 15:44:37 -0500 Message-ID: <20240311204437.17409-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 ; Mon, 11 Mar 2024 20:44:41 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/17509 From: Praneeth Bajjuri update from 0.6.4 to 0.6.6. This update brings the following fixes from ti-rpmsg-char repo. 55a6f40 remove ti.ipc4.ping-pong reference 8892e57 lib: fix data type build warnings 7c2ab48 lib: fix build warnings Signed-off-by: Praneeth Bajjuri Acked-by: Chirag Shilwant --- meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc index 78782e6a..cd00a682 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc +++ b/meta-ti-bsp/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};" -# 0.6.4 release -SRCREV = "439a13cf24662224d5dfa672c6a50d7c43899886" +# 0.6.6 release +SRCREV = "55a6f4032246631a309f8608af5e822024664b59" -PV = "0.6.4+git${SRCPV}" +PV = "0.6.6+git${SRCPV}" S = "${WORKDIR}/git"