From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com ([192.55.52.89] helo=fmsmga101.fm.intel.com) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QjF1P-0001na-PC for openembedded-core@lists.openembedded.org; Tue, 19 Jul 2011 20:27:58 +0200 Received: from mail-iw0-f180.google.com ([209.85.214.180]) by mga01.intel.com with ESMTP/TLS/RC4-SHA; 19 Jul 2011 11:23:49 -0700 Received: by iwn9 with SMTP id 9so4014422iwn.25 for ; Tue, 19 Jul 2011 11:23:48 -0700 (PDT) Received: by 10.231.181.79 with SMTP id bx15mr3785232ibb.125.1311099828294; Tue, 19 Jul 2011 11:23:48 -0700 (PDT) Received: from [10.6.18.202] (c-71-193-189-117.hsd1.wa.comcast.net [71.193.189.117]) by mx.google.com with ESMTPS id p11sm3722144ibd.52.2011.07.19.11.23.45 (version=SSLv3 cipher=OTHER); Tue, 19 Jul 2011 11:23:47 -0700 (PDT) Message-ID: <4E25CBB1.7050009@intel.com> Date: Tue, 19 Jul 2011 11:23:45 -0700 From: Saul Wold Organization: Intel User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc13 Thunderbird/3.1.10 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: In-Reply-To: Cc: dvhart@linux.intel.com Subject: Re: [PATCH 1/1] linux-yocto/meta: update meta SRCREV for routerstation pro X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer 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, 19 Jul 2011 18:27:58 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/14/2011 10:19 PM, Bruce Ashfield wrote: > Fixes bug [YOCTO #1161] > Fixes bug [YOCTO #773] > > This streamlines the routerstation pro configuration to remove options > that are either unecessary or that are causing bugs. > > Also added to all branches is: > > commit ffd73d6b2a9bfa0de5710b90a2237f4be66ae9a7 > Author: Yinghai Lu > Date: Thu Jul 14 15:27:44 2011 -0700 > > mm: use alloc_bootmem_node_nopanic() on really needed path > > commit 8f389a99b652aab5b42297280bd94d95933ad12f upstream. > > Signed-off-by: Bruce Ashfield > --- > meta/recipes-kernel/linux/linux-yocto_2.6.37.bb | 14 +++++++------- > 1 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb b/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb > index 90dc930..8260a08 100644 > --- a/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb > +++ b/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb > @@ -14,13 +14,13 @@ KMETA = meta > LINUX_VERSION ?= "2.6.37" > LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" > > -SRCREV_machine_qemuarm = "92232beb4e72fcf8d85abe79edba0cdf53f1ce41" > -SRCREV_machine_qemumips = "30cc7e06fba9126e79b4a0a3219c7d0259638f7a" > -SRCREV_machine_qemuppc = "4ae67af1d0ece9944f8e640925aaf69aa5f10e34" > -SRCREV_machine_qemux86 = "ea7bcd9e408ddfaf5ecd0bcc37956998add58e2d" > -SRCREV_machine_qemux86-64 = "790b4cd5ff0bb8c4f4523763436efd438c692342" > -SRCREV_machine = "bb8e31f2c99f5e007660d4540df246fb7ecfa746" > -SRCREV_meta = "d5d3c6480d61f83503ccef7fbcd765f7aca8b71b" > +SRCREV_machine_qemuarm = "f5aaddc24d0866ac12e924c4cee1382cce4cdb44" > +SRCREV_machine_qemumips = "f988df822335de0e463056f8c43f2984c29e2bd1" > +SRCREV_machine_qemuppc = "b03682b7db2f21c7dcabbbe4073061b601ad5ee9" > +SRCREV_machine_qemux86 = "ff1a08b4f5a0c4afa04160460421d67f37299f2c" > +SRCREV_machine_qemux86-64 = "be49445d1504c3d4021c01471223208cd3cc9c4f" > +SRCREV_machine = "ffd73d6b2a9bfa0de5710b90a2237f4be66ae9a7" > +SRCREV_meta = "84f1a422d7e21fbc23a687035bdf9d42471f19e0" > > PR = "r20" > PV = "${LINUX_VERSION}+git${SRCPV}" Merged into OE-core Thanks Sau!