From: Richard Purdie Date: Tue, 27 Feb 2007 08:54:19 +0000 (+0000) Subject: linux-rp: Fix oprofile callgraphing on cpus without a PMU X-Git-Tag: rev_ivi_2015_02_04~32588 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1736969bf0e450dafdc0a006250de0162613364;p=scm%2Fbb%2Ftizen-distro.git linux-rp: Fix oprofile callgraphing on cpus without a PMU git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1292 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/linux/linux-rp_2.6.20.bb b/meta/packages/linux/linux-rp_2.6.20.bb index f0f62c3..0bcb848 100644 --- a/meta/packages/linux/linux-rp_2.6.20.bb +++ b/meta/packages/linux/linux-rp_2.6.20.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r1" +PR = "r2" # Handy URLs # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 @@ -15,6 +15,7 @@ PR = "r1" # Hacks should clearly named and at the bottom SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 \ http://opensource.wolfsonmicro.com/~lg/asoc/asoc-v0.13.patch;patch=1;status=merged \ + ${RPSRC}/oprofile_always_bt_arm-r0.patch;patch=1 \ ${RPSRC}/hx2750_base-r28.patch;patch=1 \ ${RPSRC}/hx2750_bl-r8.patch;patch=1 \ ${RPSRC}/hx2750_pcmcia-r2.patch;patch=1 \