diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-07 22:21:38 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-07 23:29:57 +0100 |
commit | b033000900ef2082a2d2d2be3e36b6b813309902 (patch) | |
tree | ed397a6f388a9a3986a6ae8333b3fe86192293b6 /meta/recipes-kernel | |
parent | 6b4ed64c04bbeb019192a7db1f77cfd002281be4 (diff) | |
download | openembedded-core-b033000900ef2082a2d2d2be3e36b6b813309902.tar.gz openembedded-core-b033000900ef2082a2d2d2be3e36b6b813309902.tar.bz2 openembedded-core-b033000900ef2082a2d2d2be3e36b6b813309902.zip |
linux-yocto-3.2: Apply slang workaround fixing perf builds to 3.2 kernels too
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.2.bb b/meta/recipes-kernel/linux/linux-yocto_3.2.bb index de716da826..b2542516d1 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.2.bb @@ -24,6 +24,8 @@ KMETA = "meta" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" +SRC_URI += "file://noslang.patch" + COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)" # Functionality flags |