diff options
author | Richard Purdie <richard@openedhand.com> | 2007-02-27 08:54:19 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-02-27 08:54:19 +0000 |
commit | f8b92f25303ddb7a1f38dbc8d861f25d345590d3 (patch) | |
tree | 29cbe4b9fc7bd4df0534790d20a9ccfe1943a640 | |
parent | eceaf1ce83b3ca81a48156bbce2111004af509d6 (diff) | |
download | poky-f8b92f25303ddb7a1f38dbc8d861f25d345590d3.tar.gz |
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
-rw-r--r-- | meta/packages/linux/linux-rp_2.6.20.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-rp_2.6.20.bb b/meta/packages/linux/linux-rp_2.6.20.bb index f0f62c36b2..0bcb84891a 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 @@ | |||
1 | require linux-rp.inc | 1 | require linux-rp.inc |
2 | 2 | ||
3 | PR = "r1" | 3 | PR = "r2" |
4 | 4 | ||
5 | # Handy URLs | 5 | # Handy URLs |
6 | # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 | 6 | # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 |
@@ -15,6 +15,7 @@ PR = "r1" | |||
15 | # Hacks should clearly named and at the bottom | 15 | # Hacks should clearly named and at the bottom |
16 | SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 \ | 16 | SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 \ |
17 | http://opensource.wolfsonmicro.com/~lg/asoc/asoc-v0.13.patch;patch=1;status=merged \ | 17 | http://opensource.wolfsonmicro.com/~lg/asoc/asoc-v0.13.patch;patch=1;status=merged \ |
18 | ${RPSRC}/oprofile_always_bt_arm-r0.patch;patch=1 \ | ||
18 | ${RPSRC}/hx2750_base-r28.patch;patch=1 \ | 19 | ${RPSRC}/hx2750_base-r28.patch;patch=1 \ |
19 | ${RPSRC}/hx2750_bl-r8.patch;patch=1 \ | 20 | ${RPSRC}/hx2750_bl-r8.patch;patch=1 \ |
20 | ${RPSRC}/hx2750_pcmcia-r2.patch;patch=1 \ | 21 | ${RPSRC}/hx2750_pcmcia-r2.patch;patch=1 \ |