All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto/meta: update SRCREVs
@ 2011-07-15  5:19 Bruce Ashfield
  2011-07-15  5:19 ` [PATCH 1/1] linux-yocto/meta: update meta SRCREV for routerstation pro Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2011-07-15  5:19 UTC (permalink / raw)
  To: richard.purdie; +Cc: dvhart, openembedded-core, saul.wold

The patch itself says it all, but here's an update to the 2.6.37
kernel that fixes a few issues. No sense sitting on this until
3.0 is ready, but these same fixes have already been applied 
to the dev kernel as well.

The first change is to meta, to address a couple of bugs with
the routerstation pro:

 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 <yinghai@kernel.org>
  Date:   Thu Jul 14 15:27:44 2011 -0700

    mm: use alloc_bootmem_node_nopanic() on really needed path

    commit 8f389a99b652aab5b42297280bd94d95933ad12f upstream.

Which is a commit from Darren that he needed when working on the
boot/footprint efforts.

The following changes since commit f30690695628d44023bd2b2d0e46dca10f7d9ba0:

  ncurses: Fix site_config (2011-07-14 15:02:29 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib zedd/kernel-oe
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-oe

Bruce Ashfield (1):
  linux-yocto/meta: update meta SRCREV for routerstation pro

 meta/recipes-kernel/linux/linux-yocto_2.6.37.bb |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

-- 
1.7.4.1




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] linux-yocto/meta: update meta SRCREV for routerstation pro
  2011-07-15  5:19 [PATCH 0/1] linux-yocto/meta: update SRCREVs Bruce Ashfield
@ 2011-07-15  5:19 ` Bruce Ashfield
  2011-07-19 18:23   ` Saul Wold
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2011-07-15  5:19 UTC (permalink / raw)
  To: richard.purdie; +Cc: dvhart, openembedded-core, saul.wold

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 <yinghai@kernel.org>
  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 <bruce.ashfield@windriver.com>
---
 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}"
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] linux-yocto/meta: update meta SRCREV for routerstation pro
  2011-07-15  5:19 ` [PATCH 1/1] linux-yocto/meta: update meta SRCREV for routerstation pro Bruce Ashfield
@ 2011-07-19 18:23   ` Saul Wold
  0 siblings, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-07-19 18:23 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: dvhart

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<yinghai@kernel.org>
>    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<bruce.ashfield@windriver.com>
> ---
>   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!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-19 18:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-15  5:19 [PATCH 0/1] linux-yocto/meta: update SRCREVs Bruce Ashfield
2011-07-15  5:19 ` [PATCH 1/1] linux-yocto/meta: update meta SRCREV for routerstation pro Bruce Ashfield
2011-07-19 18:23   ` Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.