summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-06-20 12:58:45 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-23 12:07:37 +0100
commitd9fc516d73eb0d5a7f5bffe219cc9097554083d7 (patch)
tree2de0e7060cb232a44e2ba7bb7de77fbd310062ea /meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
parent2eed6de298dbb204d776a01ecb7d65762463994a (diff)
downloadpoky-d9fc516d73eb0d5a7f5bffe219cc9097554083d7.tar.gz
kernel.bbclass: Add support for perf-dbg package
The perf component is built with the kernel, so ensure that it gets the debug information associated with it. Also bump the PR in the linux-yocto-* to ensure they get rebuilt. (From OE-Core rev: 17f76de8ab8b7c9e62c1149017a3fa78866d9300) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_2.6.37.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_2.6.37.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb b/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
index f244226e52..90dc93094d 100644
--- a/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
@@ -22,7 +22,7 @@ SRCREV_machine_qemux86-64 = "790b4cd5ff0bb8c4f4523763436efd438c692342"
22SRCREV_machine = "bb8e31f2c99f5e007660d4540df246fb7ecfa746" 22SRCREV_machine = "bb8e31f2c99f5e007660d4540df246fb7ecfa746"
23SRCREV_meta = "d5d3c6480d61f83503ccef7fbcd765f7aca8b71b" 23SRCREV_meta = "d5d3c6480d61f83503ccef7fbcd765f7aca8b71b"
24 24
25PR = "r19" 25PR = "r20"
26PV = "${LINUX_VERSION}+git${SRCPV}" 26PV = "${LINUX_VERSION}+git${SRCPV}"
27SRCREV_FORMAT = "meta_machine" 27SRCREV_FORMAT = "meta_machine"
28 28