diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-02-25 13:58:10 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2011-03-01 11:46:46 +0000 |
commit | fb508583a06f15454bb30ad05b347ebcb1ade852 (patch) | |
tree | 52f0706b3e486fb7fc9281aa6d928f4d6ee4ae9a /meta/recipes-kernel/linux | |
parent | fd84dc47d353a6333470d0ca8175a3e2555d1ee8 (diff) | |
download | openembedded-core-fb508583a06f15454bb30ad05b347ebcb1ade852.tar.gz openembedded-core-fb508583a06f15454bb30ad05b347ebcb1ade852.tar.bz2 openembedded-core-fb508583a06f15454bb30ad05b347ebcb1ade852.zip |
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/linux')
-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" PV = "${LINUX_VERSION}+git${SRCPV}" SRCREV_FORMAT = "meta_machine" -SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta \ - file://tools-perf-no-scripting.patch" +SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|mpc8315e-rdb|routerstationpro|beagleboard)" |