From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 3FB99E00B87; Mon, 1 May 2017 14:48:41 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU 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] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from fllnx209.ext.ti.com (fllnx209.ext.ti.com [198.47.19.16]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 39BB0E00B7A for ; Mon, 1 May 2017 14:48:27 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id v41LmHij007239 for ; Mon, 1 May 2017 16:48:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1493675297; bh=XULHVheiT1ED43+9oCR+0CtOxG3mhltd5ZziNSO+Zdw=; h=From:To:CC:Subject:Date; b=UoatSJPTqfVEZVepDaoqe5jOKQQersX3TtCS0kS9jC9TiCx12en1VVb0/kz1YZek8 m4XTGDZ5HyVLrnaDadGIfXMf0ROT6mh7EhCYdrz+6mS2M9rCik5a7f2mjmXE4KhJ36 9z8xfwbRZ0s69UOccnYeFNI9Lw8ZJMzjq9mcikz0= Received: from DLEE70.ent.ti.com (dlemailx.itg.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v41LmCwM019607 for ; Mon, 1 May 2017 16:48:12 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Mon, 1 May 2017 16:48:12 -0500 Received: from a0866445-vm1.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 v41LmB96030372; Mon, 1 May 2017 16:48:12 -0500 From: Justin Sobota To: Date: Mon, 1 May 2017 17:48:02 -0400 Message-ID: <1493675289-31434-1-git-send-email-jsobota@ti.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Subject: [master/morty][PATCHv2 1/8] common-csl-ip: Update to version 3.3.0.6C 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: Mon, 01 May 2017 21:48:41 -0000 Content-Type: text/plain Signed-off-by: Justin Sobota --- recipes-bsp/common-csl-ip/common-csl-ip.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc index 166eaa4..cac0b93 100644 --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" COMPATIBLE_MACHINE = "keystone|dra7xx" -PV = "03.03.00.05A" +PV = "03.03.00.06C" INC_PR = "r0" CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" @@ -12,8 +12,8 @@ CSL_GIT_PROTOCOL ="git" CSL_GIT_BRANCH = "master" CSL_GIT_DESTSUFFIX = "git" -# Below commit ID corresponds to "DEV.CSL_PROCESSOR-SDK.03.03.00.05A" -CSL_SRCREV = "811646f507d985dac04544c60c965cadf5e26a4f" +# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.06C" +CSL_SRCREV = "ce2bbf96b08fa69eda7bfc92aa7760b7ca70dddf" BRANCH="${CSL_GIT_BRANCH}" SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}" -- 2.7.4