summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_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-rt_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-rt_3.2.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
index cf88fae3ba..6b980360cb 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
@@ -8,9 +8,9 @@ LINUX_KERNEL_TYPE = "preempt-rt"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "c413f23eafb3e91ff98653e578e771532fd71be9" 11SRCREV_machine ?= "5bc4c850a416406347ef08d1ed8cb8cf97d57f14"
12SRCREV_machine_qemuppc ?= "d7020ba154df03cba5351011ff664f5e3e1ce678" 12SRCREV_machine_qemuppc ?= "19c1534b244ff98a5d921bfad64ccde4f7337c3a"
13SRCREV_meta ?= "ee78519365bdb25287703bbc31c06b193263c654" 13SRCREV_meta ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064"
14 14
15PR = "${INC_PR}.0" 15PR = "${INC_PR}.0"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"