From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id F2046E00D75; Thu, 14 Dec 2017 05:20:14 -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=-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 99C54E00D6D for ; Thu, 14 Dec 2017 05:20:13 -0800 (PST) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id vBEDKCk7009964 for ; Thu, 14 Dec 2017 07:20:12 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1513257612; bh=/4wwp91ICiiyxoS5fltZPbgmtjg6f1HvLD+GKZ1Wy3g=; h=From:To:CC:Subject:Date; b=dZrI3BBQrxDBmWZQcGKRRma2vsURf4gqQdfinQAxSJvLfssCxpY2iBJlJSwVXo3CI ThJDJRHL8MZz64qjxEPyJR/ca7QLGEM8y3DLV3YEKrDxURDO7d//SC8y36zXANIIH+ xThbFPw+QKfqROEn0ZSDK25zk7UZh2qk8mWRv+/8= Received: from DLEE112.ent.ti.com (dlee112.ent.ti.com [157.170.170.23]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id vBEDKCtE004106 for ; Thu, 14 Dec 2017 07:20:12 -0600 Received: from DLEE106.ent.ti.com (157.170.170.36) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Thu, 14 Dec 2017 07:20:12 -0600 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE106.ent.ti.com (157.170.170.36) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.845.34 via Frontend Transport; Thu, 14 Dec 2017 07:20:12 -0600 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id vBEDKCnJ019432; Thu, 14 Dec 2017 07:20:12 -0600 Received: from localhost (a0272616local-lt.dhcp.ti.com [172.22.64.80]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id vBEDKBx27223; Thu, 14 Dec 2017 07:20:11 -0600 (CST) From: Dan Murphy To: Date: Thu, 14 Dec 2017 07:20:07 -0600 Message-ID: <20171214132008.4852-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 ti2017.06-rc4 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: Thu, 14 Dec 2017 13:20:15 -0000 Content-Type: text/plain Signed-off-by: Dan Murphy --- recipes-kernel/linux/linux-ti-staging_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging_4.9.bb b/recipes-kernel/linux/linux-ti-staging_4.9.bb index b979660e..20692bc6 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 = "75a7894d6fc755de8c81cb631bd0065d78e68df6" -PV = "4.9.67+git${SRCPV}" +SRCREV = "89d085d1a407961d43d2492803facb6a8e678fda" +PV = "4.9.69+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild MACHINE_KERNEL_PR_append = "a" -- 2.15.0.124.g7668cbc60