From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id AE601E00A65; Wed, 17 Jun 2015 08:23:59 -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=-0.9 required=5.0 tests=BAYES_00,RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 1.0 RDNS_DYNAMIC Delivered to internal network by host with * dynamic-looking rDNS Received: from arago-project.org (ec2-184-73-161-183.compute-1.amazonaws.com [184.73.161.183]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 39547E00992 for ; Wed, 17 Jun 2015 08:23:25 -0700 (PDT) Received: by arago-project.org (Postfix, from userid 107) id 404A852A0C; Wed, 17 Jun 2015 15:23:23 +0000 (UTC) To: meta-ti@yoctoproject.org Message-Id: <20150617152324.404A852A0C@arago-project.org> Date: Wed, 17 Jun 2015 15:23:23 +0000 (UTC) From: git@arago-project.org (Arago Project git) Subject: Denys Dmytriyenko : linux-ti-staging: update with latest PM and A/D fixes 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, 17 Jun 2015 15:23:59 -0000 Content-Type: text/plain; charset=UTF-8 Module: meta-ti Branch: fido Commit: df50890066263e6767a47ccf38a242786709f17e URL: http://arago-project.org/git/meta-ti.git?a=commit;h=df50890066263e6767a47ccf38a242786709f17e Author: Denys Dmytriyenko Date: Wed Jun 17 20:46:44 2015 +0000 linux-ti-staging: update with latest PM and A/D fixes Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging_3.14.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging_3.14.bb b/recipes-kernel/linux/linux-ti-staging_3.14.bb index 3970e49..fcf9f2f 100644 --- a/recipes-kernel/linux/linux-ti-staging_3.14.bb +++ b/recipes-kernel/linux/linux-ti-staging_3.14.bb @@ -46,11 +46,11 @@ S = "${WORKDIR}/git" BRANCH = "ti-linux-3.14.y" -SRCREV = "c60cc2e4d974ee9815399c536c538162ae930cc5" +SRCREV = "e19ba3d996f22ad8cc7187b30c18347aba0d594d" PV = "3.14.43+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -MACHINE_KERNEL_PR_append = "i" +MACHINE_KERNEL_PR_append = "j" PR = "${MACHINE_KERNEL_PR}" KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"