From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 739C7E00D2A; Fri, 5 Feb 2016 11:29:06 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [198.47.26.153 listed in list.dnswl.org] Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 35BF6E00BA4 for ; Fri, 5 Feb 2016 11:29:01 -0800 (PST) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id u15JT1ef030155 for ; Fri, 5 Feb 2016 13:29:01 -0600 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id u15JT0kU008315 for ; Fri, 5 Feb 2016 13:29:01 -0600 Received: from dflp32.itg.ti.com (10.64.6.15) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.224.2; Fri, 5 Feb 2016 13:29:01 -0600 Received: from ares-ubuntu2.am.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id u15JT0R3012625; Fri, 5 Feb 2016 13:29:00 -0600 From: Sam Nelson To: Date: Fri, 5 Feb 2016 14:28:58 -0500 Message-ID: <1454700538-7424-1-git-send-email-sam.nelson@ti.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Subject: [PATCH] ti-ipc: Update to new version 3.42.0.0_eng X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2016 19:29:06 -0000 Content-Type: text/plain Signed-off-by: Sam Nelson --- recipes-ti/ipc/ti-ipc.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc index 94a1657..f3b1bff 100644 --- a/recipes-ti/ipc/ti-ipc.inc +++ b/recipes-ti/ipc/ti-ipc.inc @@ -4,15 +4,15 @@ HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" -BRANCH = "3.41" +BRANCH = "ipc-next" SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH}" -#Corresponds to 3.41.00.08 -SRCREV = "7370abce2e3f2a09fd4b057fbbf9e7d3d029c0df" +#Corresponds to 3.42.00.00_eng +SRCREV = "2b47e35ed72170e4e56906fb9ab93dd9ef385a38" S = "${WORKDIR}/git" -PV = "3.41.00.08" +PV = "3.42.00.00" INC_PR = "r0" PACKAGE_ARCH = "${MACHINE_ARCH}" -- 1.9.1