summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.2.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-07-09 13:31:15 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-10 09:58:54 +0100
commit2e80a0b1f8cf023c6fb2b940e686b07f475205eb (patch)
tree2c0be970c489b273749ec939276d28fbb6ff8b97 /meta/recipes-kernel/linux/linux-yocto_3.2.bb
parent90ad663909c0c8a405b22a510c9f957007d02669 (diff)
downloadpoky-2e80a0b1f8cf023c6fb2b940e686b07f475205eb.tar.gz
linux-yocto/3.2: perf scripting updates
Updating the 3.2 SRCREVs to reflect the perf scripting fixes by TomZ standard/default/base: 0ec416e perf: change --root to --prefix for python install 18ad076 perf: add 'libperl not found' warning e0f641d perf: use pkg-config instead of python-config 3195098 Revert "perf: hard-code NO_LIBPERL/NO_LIBPYTHON" meta: 07ee09b features/ftrace: enable FTRACE_SYSCALLS (From OE-Core rev: c8f60299424dd912c6402847773f89c0490a1857) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_3.2.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.2.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.2.bb b/meta/recipes-kernel/linux/linux-yocto_3.2.bb
index 1e9a1d1f95..3aa19d264f 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.2.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.2.bb
@@ -9,13 +9,13 @@ KBRANCH_qemuarm = "standard/default/arm-versatile-926ejs"
9 9
10LINUX_VERSION ?= "3.2.18" 10LINUX_VERSION ?= "3.2.18"
11 11
12SRCREV_machine_qemuarm ?= "ebb5e65d02a352e3e8601096e1674ffc261345f2" 12SRCREV_machine_qemuarm ?= "50a1849ed5e180dc900471d12f41e76f6fe38fff"
13SRCREV_machine_qemumips ?= "62aeb307e9a731c4bba05ce4d57b9cece41a2a01" 13SRCREV_machine_qemumips ?= "24a13cca4ace1cb16da0a6379514bdea82924c06"
14SRCREV_machine_qemuppc ?= "1396a8f7b62f8926dc1fa474c7d94ae920d81852" 14SRCREV_machine_qemuppc ?= "b4c41eb3dfedb80c253886451bb4c5120c547c57"
15SRCREV_machine_qemux86 ?= "9d32bb075e349cc69c7af42b60f6715c5d8c972e" 15SRCREV_machine_qemux86 ?= "0e2accb1b10421b7daac77144b11862a4bb47caa"
16SRCREV_machine_qemux86-64 ?= "dd488f551fa0f8e3bf1aadd78083b8547bba8bdf" 16SRCREV_machine_qemux86-64 ?= "6c62f352ad9ca61b0cb3e0ff9ae474d64c02e6ef"
17SRCREV_machine ?= "76133a1cadf0de417c29ed15d6fbb12c41c0802b" 17SRCREV_machine ?= "0ec416edf0b0cab3e919c0a1c167a883f8b344a2"
18SRCREV_meta ?= "ee78519365bdb25287703bbc31c06b193263c654" 18SRCREV_meta ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064"
19 19
20PR = "${INC_PR}.0" 20PR = "${INC_PR}.0"
21PV = "${LINUX_VERSION}+git${SRCPV}" 21PV = "${LINUX_VERSION}+git${SRCPV}"