From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0D525E00CEC; Tue, 2 Aug 2016 18:50:11 -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=-1.8 required=5.0 tests=BAYES_00, NO_RDNS_DOTCOM_HELO, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [206.46.173.7 listed in list.dnswl.org] * 0.8 NO_RDNS_DOTCOM_HELO Host HELO'd as a big ISP, but had no rDNS * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from vms173007pub.verizon.net (vms173007pub.verizon.net [206.46.173.7]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DDB0BE00CD8 for ; Tue, 2 Aug 2016 18:50:08 -0700 (PDT) Received: from vz-proxy-m005.mx.aol.com ([64.236.83.15]) by vms173007.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0OBB004BV93J6L60@vms173007.mailsrvcs.net> for meta-ti@yoctoproject.org; Tue, 02 Aug 2016 20:50:08 -0500 (CDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=WpDWSorv c=1 sm=1 tr=0 a=NimJJ1rWho3RDXpqkQh0Zg==:117 a=7z1cN_iqozsA:10 a=sozttTNsAAAA:8 a=dppBkL_kf0DZw15ICd0A:9 Received: by 100.15.86.14 with SMTP id 27227545; Wed, 03 Aug 2016 01:50:07 GMT Received: from sam.denix (sam [192.168.0.5]) by gandalf.denix.org (Postfix) with ESMTP id 473331620D7; Tue, 2 Aug 2016 21:50:07 -0400 (EDT) From: Denys Dmytriyenko To: meta-ti@yoctoproject.org Date: Tue, 02 Aug 2016 21:50:05 -0400 Message-id: <1470189005-526-2-git-send-email-denis@denix.org> X-Mailer: git-send-email 2.7.4 In-reply-to: <1470189005-526-1-git-send-email-denis@denix.org> References: <1470189005-526-1-git-send-email-denis@denix.org> Subject: [PATCH 2/2] linux-ti-staging: update to ti2016.03-rc1 tag 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, 03 Aug 2016 01:50:11 -0000 From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging-rt_4.4.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.4.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.4.bb b/recipes-kernel/linux/linux-ti-staging-rt_4.4.bb index f1bbca1..4768666 100644 --- a/recipes-kernel/linux/linux-ti-staging-rt_4.4.bb +++ b/recipes-kernel/linux/linux-ti-staging-rt_4.4.bb @@ -6,4 +6,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.4:" BRANCH = "ti-rt-linux-4.4.y" -SRCREV = "6c3d70c75d9c8e7e66f5daa13a3b8073ba8e629d" +SRCREV = "3ad9429aa90ec7e1d351d1cd228d83b4d622e479" diff --git a/recipes-kernel/linux/linux-ti-staging_4.4.bb b/recipes-kernel/linux/linux-ti-staging_4.4.bb index 0294af2..0200715 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.4.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.4.bb @@ -73,11 +73,11 @@ S = "${WORKDIR}/git" BRANCH = "ti-lsk-linux-4.4.y" -SRCREV = "cbe129432c2af06741be9e4d1f9d50c32b0d4699" +SRCREV = "d30cce5c3821d28006e32d9cbe3ceb70b5c34d99" PV = "4.4.16+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -MACHINE_KERNEL_PR_append = "a" +MACHINE_KERNEL_PR_append = "b" PR = "${MACHINE_KERNEL_PR}" KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" -- 2.7.4