diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-06-20 12:58:45 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-23 12:05:11 +0100 |
commit | 17f76de8ab8b7c9e62c1149017a3fa78866d9300 (patch) | |
tree | 7fcd0e3e0fa1cb39cd8b4447cb366d89dd310807 /meta | |
parent | 4c61c59999c19e452af078c3f0fb2c1825aff5df (diff) | |
download | openembedded-core-17f76de8ab8b7c9e62c1149017a3fa78866d9300.tar.gz openembedded-core-17f76de8ab8b7c9e62c1149017a3fa78866d9300.tar.bz2 openembedded-core-17f76de8ab8b7c9e62c1149017a3fa78866d9300.zip |
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.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/kernel.bbclass | 3 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_2.6.34.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_2.6.37.bb | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 1bb69f5136..aaf341b75c 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass @@ -496,6 +496,7 @@ addtask deploy before do_build after do_install EXPORT_FUNCTIONS do_deploy # perf must be enabled in individual kernel recipes -PACKAGES =+ "perf" +PACKAGES =+ "perf-dbg perf" FILES_perf = "${bindir}/* \ ${libexecdir}" +FILES_perf-dbg = "${FILES_${PN}-dbg}" diff --git a/meta/recipes-kernel/linux/linux-yocto_2.6.34.bb b/meta/recipes-kernel/linux/linux-yocto_2.6.34.bb index 66991aeded..4891463c03 100644 --- a/meta/recipes-kernel/linux/linux-yocto_2.6.34.bb +++ b/meta/recipes-kernel/linux/linux-yocto_2.6.34.bb @@ -22,7 +22,7 @@ SRCREV_machine_qemux86-64 = "72ca49ab08b8eb475cec82a10049503602325791" SRCREV_machine = "72ca49ab08b8eb475cec82a10049503602325791" SRCREV_meta = "ec26387cb168e9e0976999b528b5a9dd62e3157a" -PR = "r1" +PR = "r2" PV = "${LINUX_VERSION}+git${SRCPV}" SRCREV_FORMAT = "meta_machine" 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" SRCREV_machine = "bb8e31f2c99f5e007660d4540df246fb7ecfa746" SRCREV_meta = "d5d3c6480d61f83503ccef7fbcd765f7aca8b71b" -PR = "r19" +PR = "r20" PV = "${LINUX_VERSION}+git${SRCPV}" SRCREV_FORMAT = "meta_machine" |