From patchwork Fri Aug 1 15:00:37 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Beleswar Padhi X-Patchwork-Id: 67963 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 D602EC88CB9 for ; Fri, 1 Aug 2025 15:00:55 +0000 (UTC) Received: from fllvem-ot04.ext.ti.com (fllvem-ot04.ext.ti.com [198.47.19.246]) by mx.groups.io with SMTP id smtpd.web11.89974.1754060455039043285 for ; Fri, 01 Aug 2025 08:00:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=Ffhz795u; spf=pass (domain: ti.com, ip: 198.47.19.246, mailfrom: b-padhi@ti.com) Received: from fllvem-sh03.itg.ti.com ([10.64.41.86]) by fllvem-ot04.ext.ti.com (8.15.2/8.15.2) with ESMTP id 571F0qYk3707571; Fri, 1 Aug 2025 10:00:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1754060452; bh=HKrLaspsxgX6GeANz7NgXPE5E+tUlrQ8WjLHVPDey8g=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=Ffhz795u2mLxNN/vTPgOOz/dNfDOO1XQMwu5GC6Thk11COnE+JI+kzhuuubzEFjaP 7yUoD9AyGFjiRthgSOGbL6Dj1feYVMp+l5sVWRo6vwJmI16HPnf+gaPkRISOmLrPrz wskOxGaqVT+EVg1Y8S9MVYc2fpRC/VqsfhI4RJEQ= Received: from DFLE108.ent.ti.com (dfle108.ent.ti.com [10.64.6.29]) by fllvem-sh03.itg.ti.com (8.18.1/8.18.1) with ESMTPS id 571F0qUs4173922 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=FAIL); Fri, 1 Aug 2025 10:00:52 -0500 Received: from DFLE108.ent.ti.com (10.64.6.29) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.55; Fri, 1 Aug 2025 10:00:52 -0500 Received: from lelvem-mr06.itg.ti.com (10.180.75.8) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.55 via Frontend Transport; Fri, 1 Aug 2025 10:00:52 -0500 Received: from uda0510294.dhcp.ti.com (uda0510294.dhcp.ti.com [172.24.234.212]) by lelvem-mr06.itg.ti.com (8.18.1/8.18.1) with ESMTP id 571F0bWV256132; Fri, 1 Aug 2025 10:00:50 -0500 From: Beleswar Padhi To: , CC: , , , Subject: [master/scarthgap][PATCH 5/5] ti-ipc.inc: Bump SRCREV to latest for ipcdev project Date: Fri, 1 Aug 2025 20:30:37 +0530 Message-ID: <20250801150037.2650736-6-b-padhi@ti.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250801150037.2650736-1-b-padhi@ti.com> References: <20250801150037.2650736-1-b-padhi@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea 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, 01 Aug 2025 15:00:55 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/18883 The latest tag in ipcdev project is 3.52.00.01. Update SRCREV to the latest tag. Signed-off-by: Beleswar Padhi --- meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc b/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc index c6dfc517..8a8bd1de 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc +++ b/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc @@ -9,8 +9,8 @@ TI_IPC_GIT_URI = "git://git.ti.com/git/ipc/ipcdev.git" TI_IPC_GIT_PROTOCOL = "https" TI_IPC_GIT_BRANCH = "master" -#Corresponds to 3.51.00.00A -TI_IPC_SRCREV = "7a6e343a208d2849139b7272a67abc01db806e00" +#Corresponds to 3.52.00.01 +TI_IPC_SRCREV = "7f76e5cc15c634b70efee18d1aa0474d603224a6" BRANCH = "${TI_IPC_GIT_BRANCH}" SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"