From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 2AB75E00BF5; Wed, 16 Dec 2015 12:00:16 -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 * [192.94.94.40 listed in list.dnswl.org] Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C8192E00546 for ; Wed, 16 Dec 2015 12:00:13 -0800 (PST) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id tBGK0Cs7019035 for ; Wed, 16 Dec 2015 14:00:12 -0600 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id tBGK0ChS006038 for ; Wed, 16 Dec 2015 14:00:12 -0600 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.224.2; Wed, 16 Dec 2015 14:00:12 -0600 Received: from a0756824local.am.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id tBGK06lY011937; Wed, 16 Dec 2015 14:00:12 -0600 From: Justin Sobota To: Date: Wed, 16 Dec 2015 14:59:49 -0500 Message-ID: <1450295989-29695-2-git-send-email-jsobota@ti.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1450295989-29695-1-git-send-email-jsobota@ti.com> References: <1450295989-29695-1-git-send-email-jsobota@ti.com> MIME-Version: 1.0 Subject: [PATCH 2/2] ipc-transport-srio: Update to new version 2.0.0.1 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: Wed, 16 Dec 2015 20:00:16 -0000 Content-Type: text/plain Signed-off-by: Justin Sobota --- recipes-ti/ipc/ipc-transport-srio.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-ti/ipc/ipc-transport-srio.inc b/recipes-ti/ipc/ipc-transport-srio.inc index 08b9768..91e3be1 100644 --- a/recipes-ti/ipc/ipc-transport-srio.inc +++ b/recipes-ti/ipc/ipc-transport-srio.inc @@ -5,11 +5,11 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=27bb0deb260c60120a8d7b91da7c3b02" BRANCH="master" SRC_URI = "git://git.ti.com/keystone-linux/ipc-transport.git;protocol=git;branch=${BRANCH}" -# Below commit ID corresponds to DEV.IPC-TRANSPORT.02.00.00.00 -SRCREV = "e0f99ae7bf3efc8f6a7c415af513b7c4323c5271" -PV = "02.00.00.00" +# Below commit ID corresponds to DEV.IPC-TRANSPORT.02.00.00.01 +SRCREV = "88ea336c584ccec4b2c281cd7f75df9dff6d4edf" +PV = "02.00.00.01" -COMPATIBLE_MACHINE = "keystone" +COMPATIBLE_MACHINE = "k2hk-evm" S = "${WORKDIR}/git/linux/srio" -- 1.7.10.4