From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 3C46CE00905; Tue, 20 Mar 2018 11:44:01 -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.27.80 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 lelnx194.ext.ti.com (lelnx194.ext.ti.com [198.47.27.80]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8917EE00708 for ; Tue, 20 Mar 2018 11:43:59 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id w2KIhwpp008194 for ; Tue, 20 Mar 2018 13:43:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1521571438; bh=ny8BCusBfMydfapSUl8zXPbrGsrB3gi6iCX4Henn+n0=; h=From:To:CC:Subject:Date; b=kmUO6BWG4QG9lf0x7Vkj6wj6rTYQ8Sy9FgNKd4v75QULy/uA6P9HXMFQh3jO0zG7e o7Co3qJz5iTln/yYdqctYqTfooFQNYR0JzGEPMSpe6JtJ/0PcxK3/D7npRjZzBlUMi YrGCc2r+/I8fGhMhtrr2Fsg5XoqC1n2kSsF40JfI= Received: from DLEE113.ent.ti.com (dlee113.ent.ti.com [157.170.170.24]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id w2KIhwfO011959 for ; Tue, 20 Mar 2018 13:43:58 -0500 Received: from DLEE100.ent.ti.com (157.170.170.30) by DLEE113.ent.ti.com (157.170.170.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1261.35; Tue, 20 Mar 2018 13:43:58 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1261.35 via Frontend Transport; Tue, 20 Mar 2018 13:43:58 -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 w2KIhwYY023392; Tue, 20 Mar 2018 13:43:58 -0500 Received: from localhost (a0272616local-lt.dhcp.ti.com [172.22.153.33]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id w2KIhwx14152; Tue, 20 Mar 2018 13:43:58 -0500 (CDT) From: Dan Murphy To: Date: Tue, 20 Mar 2018 13:43:31 -0500 Message-ID: <20180320184332.24392-1-dmurphy@ti.com> X-Mailer: git-send-email 2.12.2 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Subject: [PATCH 1/2] linux-ti-staging: update to ti2018.00-rc3 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: Tue, 20 Mar 2018 18:44:01 -0000 Content-Type: text/plain Signed-off-by: Dan Murphy --- recipes-kernel/linux/linux-ti-staging-rt_4.14.bb | 3 ++- recipes-kernel/linux/linux-ti-staging_4.14.bb | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb b/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb index 4ddc05b1..e35c00bf 100644 --- a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb +++ b/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb @@ -6,4 +6,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.14:" BRANCH = "ti-rt-linux-4.14.y" -SRCREV = "db3b593d65e8354388066a2f2b83848270ab6e64" +SRCREV = "684436586d348c99edb6009976639332a3b698a9" +PV = "4.14.27+git${SRCPV}" diff --git a/recipes-kernel/linux/linux-ti-staging_4.14.bb b/recipes-kernel/linux/linux-ti-staging_4.14.bb index 98402caa..d5eb77c7 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.14.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.14.bb @@ -54,8 +54,8 @@ S = "${WORKDIR}/git" BRANCH = "ti-lsk-linux-4.14.y" -SRCREV = "0becde7871f66cf5f20942b8f2230bb0660deffd" -PV = "4.14.26+git${SRCPV}" +SRCREV = "ad8707e96625508462b5dd40da14723755dfcc14" +PV = "4.14.28+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild MACHINE_KERNEL_PR_append = "a" -- 2.16.2.440.gc6284da4f