diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-02-25 13:58:10 -0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-25 15:24:32 -0800 |
commit | a157aab8f620459bda3f99ea1bc13d2453de8982 (patch) | |
tree | d77f53afc4770c553d65a55a9d1a09169d660657 /meta/recipes-kernel | |
parent | 7738e86e8b4881056bd44d0f767d17b36159a7bb (diff) | |
download | poky-a157aab8f620459bda3f99ea1bc13d2453de8982.tar.gz |
linux-yocto: update to 2.6.37.2
Fixes [BUGID: 773]
This consolidated SRCREV update addresses the following items:
- updates to 2.6.37.2
- updates the routerstation pro configuration for USB mass storage
- merges the PERF no scripting patch into the kernel tree
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_git.bb b/meta/recipes-kernel/linux/linux-yocto_git.bb index 9a3c666ae8..38fbba3646 100644 --- a/meta/recipes-kernel/linux/linux-yocto_git.bb +++ b/meta/recipes-kernel/linux/linux-yocto_git.bb | |||
@@ -21,8 +21,7 @@ PR = "r16" | |||
21 | PV = "${LINUX_VERSION}+git${SRCPV}" | 21 | PV = "${LINUX_VERSION}+git${SRCPV}" |
22 | SRCREV_FORMAT = "meta_machine" | 22 | SRCREV_FORMAT = "meta_machine" |
23 | 23 | ||
24 | SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta \ | 24 | SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" |
25 | file://tools-perf-no-scripting.patch" | ||
26 | 25 | ||
27 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|mpc8315e-rdb|routerstationpro|beagleboard)" | 26 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|mpc8315e-rdb|routerstationpro|beagleboard)" |
28 | 27 | ||