From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 6EAD9E00BA3; Mon, 5 Jun 2017 07:47:34 -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, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [198.47.19.16 listed in list.dnswl.org] * -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 013F6E00B1B for ; Mon, 5 Jun 2017 07:47:30 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id v55ElKMu018923 for ; Mon, 5 Jun 2017 09:47:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1496674040; bh=05+YwEhpn+qWaFK9GFGp2Z4Rri2s9AHfvEncvZ9Az1k=; h=From:To:CC:Subject:Date; b=SyNVNTIjoUXPhycdrUTIXd4aanafA9gLWkQGC2YG6EQtlyYanqaWxrI5TpRx2cMM4 6hH9x+rAKS3Y2AV9d45R7OIJMGLuRv875+Ae5biBH0qfhV/RFz4kI4GBqIvE6gLtG/ 6XU1inV97jkovAW7vudU8/C8oR2J7NZAF4VXkFHg= Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v55ElFo9016251 for ; Mon, 5 Jun 2017 09:47:15 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.294.0; Mon, 5 Jun 2017 09:47:14 -0500 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v55ElEfn002408; Mon, 5 Jun 2017 09:47:14 -0500 Received: from localhost ([172.22.137.163]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id v55ElE310609; Mon, 5 Jun 2017 09:47:14 -0500 (CDT) From: Dan Murphy To: Date: Mon, 5 Jun 2017 09:47:07 -0500 Message-ID: <20170605144709.3342-1-dmurphy@ti.com> X-Mailer: git-send-email 2.12.2 MIME-Version: 1.0 Subject: [PATCH 1/3] linux-ti-staging: update to ti2017.02-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: Mon, 05 Jun 2017 14:47:34 -0000 Content-Type: text/plain Signed-off-by: Dan Murphy --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb index f5cc6a31..cefcb5e4 100644 --- a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb +++ b/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb @@ -6,4 +6,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:" BRANCH = "ti-rt-linux-4.9.y" -SRCREV = "1d0018dd46277e57f69282f09da8065ea7cf9d3e" +SRCREV = "2f909d1ae00e039828baadcd618689350c12623b" diff --git a/recipes-kernel/linux/linux-ti-staging_4.9.bb b/recipes-kernel/linux/linux-ti-staging_4.9.bb index 6f6baae6..97a97ef1 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.9.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.9.bb @@ -55,8 +55,8 @@ S = "${WORKDIR}/git" BRANCH = "ti-lsk-linux-4.9.y" -SRCREV = "fd352255bbd9df6e31fc4d41e236a9e6a8f5423b" -PV = "4.9.28+git${SRCPV}" +SRCREV = "ec91cfc2e29cc3ea11ba615fb1b2ccdf59b79001" +PV = "4.9.30+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild MACHINE_KERNEL_PR_append = "c" -- 2.12.2