From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) by mail.openembedded.org (Postfix) with ESMTP id F31CB65CF5 for ; Tue, 10 Feb 2015 20:50:31 +0000 (UTC) Received: by pdjp10 with SMTP id p10so31520536pdj.3 for ; Tue, 10 Feb 2015 12:50:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=waD9+cxlO8gq211UBOpglTS324/cg0YbWNMiOSg5G54=; b=c5y1MrxBtFB9YvAXP1vObexyzqhD3Q0heT0ikdVLbcxFiTQoa8FmF7GVra2qu90LE5 GcTWY/es0+p2M4l1ao1dsE+bT0o9gfqzPNTMWylOaf4RIy0XZMrquO4ldd03l5jrcoKd We5n0PPH4VlYzZHqS/o6oSIdJiGTkOkNlzLyL0mwQv2O1Q4kKv6PHAqZg0HDzV1+oCdH b7P/GSDQ8TZ5Bc81CShvl72SIB6YMkWGPMgbR6hOJ3IiS4gsyoUTGyCXYImCoYbZ+Mnp godtdyqYgf0rY8klas9PpLbbJk1hdJ7xE1wBOnxF0m+drHUjou2jOc6oINSvadAg+Kgf WCdA== X-Received: by 10.68.172.98 with SMTP id bb2mr40197419pbc.156.1423601433033; Tue, 10 Feb 2015 12:50:33 -0800 (PST) Received: from [10.22.11.16] (64.2.3.194.ptr.us.xo.net. [64.2.3.194]) by mx.google.com with ESMTPSA id k14sm3258714pbq.53.2015.02.10.12.50.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Feb 2015 12:50:31 -0800 (PST) Message-ID: <54DA6F15.3010703@gmail.com> Date: Tue, 10 Feb 2015 12:50:29 -0800 From: akuster808 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org References: <818f8c81ad1726417002e41f1ae4ffd3aa4b8f52.1423237494.git.bruce.ashfield@windriver.com> In-Reply-To: <818f8c81ad1726417002e41f1ae4ffd3aa4b8f52.1423237494.git.bruce.ashfield@windriver.com> Subject: Re: [PATCH 3/8] linux-yocto/3.10: update to v3.10.65 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2015 20:50:41 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Should this be back ported to Dizzy? - Armin On 02/06/2015 08:31 AM, Bruce Ashfield wrote: > Integrating the latest korg -stable updates for 3.10 LTSI. > > Signed-off-by: Bruce Ashfield > --- > meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 8 ++++---- > meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6 +++--- > meta/recipes-kernel/linux/linux-yocto_3.10.bb | 18 +++++++++--------- > 3 files changed, 16 insertions(+), 16 deletions(-) > > diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb > index 8acbd2e59b09..36a00cf03b1a 100644 > --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb > +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb > @@ -3,13 +3,13 @@ KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc" > > require recipes-kernel/linux/linux-yocto.inc > > -SRCREV_machine ?= "94a79d98e40b51466600fb3375ad2908c38dd192" > -SRCREV_machine_qemuppc ?= "c1dcbac7751652784f180fdb91f87bc37fba8c52" > -SRCREV_meta ?= "f4ab00d96a3d8e443d7f7744ad996e184eac03b5" > +SRCREV_machine ?= "c75818e2932c3c0444ebebfcc0608fecf2440b92" > +SRCREV_machine_qemuppc ?= "fc7abf900967db5dea8a8f8648b8a0de7032f8d7" > +SRCREV_meta ?= "d5456dd830cad14bd844753b751b83744ced3793" > > SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" > > -LINUX_VERSION ?= "3.10.62" > +LINUX_VERSION ?= "3.10.65" > > PV = "${LINUX_VERSION}+git${SRCPV}" > > diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb > index 9ea81b8874f8..3248c4414b42 100644 > --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb > +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb > @@ -5,12 +5,12 @@ require recipes-kernel/linux/linux-yocto.inc > LINUX_KERNEL_TYPE = "tiny" > KCONFIG_MODE = "--allnoconfig" > > -LINUX_VERSION ?= "3.10.62" > +LINUX_VERSION ?= "3.10.65" > > KMETA = "meta" > > -SRCREV_machine ?= "b2ac933df119a3444a32fcccf5e4ad453f5ac89d" > -SRCREV_meta ?= "f4ab00d96a3d8e443d7f7744ad996e184eac03b5" > +SRCREV_machine ?= "a2f2be49cd60b8d022fa47daae0a8293c3066b78" > +SRCREV_meta ?= "d5456dd830cad14bd844753b751b83744ced3793" > > PV = "${LINUX_VERSION}+git${SRCPV}" > > diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb > index 978775a7d33d..d3cb81662e98 100644 > --- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb > +++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb > @@ -10,18 +10,18 @@ KBRANCH_qemux86 ?= "standard/common-pc/base" > KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" > KBRANCH_qemumips64 ?= "standard/mti-malta64" > > -SRCREV_machine_qemuarm ?= "f6b075991c91b7c2bb641b389757863e2fd34b8c" > -SRCREV_machine_qemumips ?= "48afdc632312b6cc26fe7bca151cfb66b2ebc308" > -SRCREV_machine_qemuppc ?= "cf35ea9ac92153858dadd2f4ab71cccd3a1fa26b" > -SRCREV_machine_qemux86 ?= "b2ac933df119a3444a32fcccf5e4ad453f5ac89d" > -SRCREV_machine_qemux86-64 ?= "b2ac933df119a3444a32fcccf5e4ad453f5ac89d" > -SRCREV_machine_qemumips64 ?= "ebdb374ca5130ef456d0baf75b6fe7a242932d0d" > -SRCREV_machine ?= "b2ac933df119a3444a32fcccf5e4ad453f5ac89d" > -SRCREV_meta ?= "f4ab00d96a3d8e443d7f7744ad996e184eac03b5" > +SRCREV_machine_qemuarm ?= "7a8c197b86281f9a445e23378fdfeeb4da0c48e9" > +SRCREV_machine_qemumips ?= "926e71942842a9d1a9f64aae0458b2d777d3bca9" > +SRCREV_machine_qemuppc ?= "65648fce58a5e095cfe2bf394bc0f6200efb281c" > +SRCREV_machine_qemux86 ?= "a2f2be49cd60b8d022fa47daae0a8293c3066b78" > +SRCREV_machine_qemux86-64 ?= "a2f2be49cd60b8d022fa47daae0a8293c3066b78" > +SRCREV_machine_qemumips64 ?= "06d173388a171e7371816d74567fdec994925aa4" > +SRCREV_machine ?= "a2f2be49cd60b8d022fa47daae0a8293c3066b78" > +SRCREV_meta ?= "d5456dd830cad14bd844753b751b83744ced3793" > > SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" > > -LINUX_VERSION ?= "3.10.62" > +LINUX_VERSION ?= "3.10.65" > > PV = "${LINUX_VERSION}+git${SRCPV}" > >