diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-07-13 00:36:17 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-19 17:34:18 +0100 |
commit | 238ea4e6791c0a66de0d36c8dfe27f37c0ce487a (patch) | |
tree | 65dfecfec278997742d92a3ddcb35712c8c8aace /meta/recipes-kernel | |
parent | ed5e3f11e270694223c51bbde7fe4e9ce5517173 (diff) | |
download | poky-238ea4e6791c0a66de0d36c8dfe27f37c0ce487a.tar.gz |
linux-yocto/meta: update meta SRCREV for 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.
(From OE-Core rev: 194b487b42dac479459427d653ee9d6dee1bcca4)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | 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 90dc93094d..8260a0845f 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 | |||
14 | LINUX_VERSION ?= "2.6.37" | 14 | LINUX_VERSION ?= "2.6.37" |
15 | LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" | 15 | LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" |
16 | 16 | ||
17 | SRCREV_machine_qemuarm = "92232beb4e72fcf8d85abe79edba0cdf53f1ce41" | 17 | SRCREV_machine_qemuarm = "f5aaddc24d0866ac12e924c4cee1382cce4cdb44" |
18 | SRCREV_machine_qemumips = "30cc7e06fba9126e79b4a0a3219c7d0259638f7a" | 18 | SRCREV_machine_qemumips = "f988df822335de0e463056f8c43f2984c29e2bd1" |
19 | SRCREV_machine_qemuppc = "4ae67af1d0ece9944f8e640925aaf69aa5f10e34" | 19 | SRCREV_machine_qemuppc = "b03682b7db2f21c7dcabbbe4073061b601ad5ee9" |
20 | SRCREV_machine_qemux86 = "ea7bcd9e408ddfaf5ecd0bcc37956998add58e2d" | 20 | SRCREV_machine_qemux86 = "ff1a08b4f5a0c4afa04160460421d67f37299f2c" |
21 | SRCREV_machine_qemux86-64 = "790b4cd5ff0bb8c4f4523763436efd438c692342" | 21 | SRCREV_machine_qemux86-64 = "be49445d1504c3d4021c01471223208cd3cc9c4f" |
22 | SRCREV_machine = "bb8e31f2c99f5e007660d4540df246fb7ecfa746" | 22 | SRCREV_machine = "ffd73d6b2a9bfa0de5710b90a2237f4be66ae9a7" |
23 | SRCREV_meta = "d5d3c6480d61f83503ccef7fbcd765f7aca8b71b" | 23 | SRCREV_meta = "84f1a422d7e21fbc23a687035bdf9d42471f19e0" |
24 | 24 | ||
25 | PR = "r20" | 25 | PR = "r20" |
26 | PV = "${LINUX_VERSION}+git${SRCPV}" | 26 | PV = "${LINUX_VERSION}+git${SRCPV}" |