diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2011-09-03 23:18:36 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-05 20:25:45 +0100 |
| commit | 334a2ef94da0d255ee91c6f25a4fb03171b7db90 (patch) | |
| tree | d46b30afb4a145913cc397734d2aa04912e8f50e | |
| parent | 6ca3b3107da861491279dc6c99fc3922a297f771 (diff) | |
| download | poky-334a2ef94da0d255ee91c6f25a4fb03171b7db90.tar.gz | |
task-core-tools: add systemtap to qemuarm
Systemtap now works with arm, so include it in task-core-tools-profile
for qemuarm.
(From OE-Core rev: 69a776eab96776ab33191cd6eeda4560e3f3f357)
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/tasks/task-core-tools.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/tasks/task-core-tools.bb b/meta/recipes-core/tasks/task-core-tools.bb index 11ea723195..3159e0668c 100644 --- a/meta/recipes-core/tasks/task-core-tools.bb +++ b/meta/recipes-core/tasks/task-core-tools.bb | |||
| @@ -6,7 +6,7 @@ DESCRIPTION = "Tools tasks for OE-Core" | |||
| 6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
| 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
| 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 9 | PR = "r11" | 9 | PR = "r12" |
| 10 | 10 | ||
| 11 | PACKAGES = "\ | 11 | PACKAGES = "\ |
| 12 | task-core-tools-debug \ | 12 | task-core-tools-debug \ |
| @@ -77,7 +77,7 @@ LTTNGUST_libc-uclibc = "" | |||
| 77 | RDEPENDS_task-core-tools-profile_append_qemux86 = " valgrind lttng-ust ${SYSTEMTAP}" | 77 | RDEPENDS_task-core-tools-profile_append_qemux86 = " valgrind lttng-ust ${SYSTEMTAP}" |
| 78 | RDEPENDS_task-core-tools-profile_append_qemux86-64 = " ${LTTNGUST} ${SYSTEMTAP}" | 78 | RDEPENDS_task-core-tools-profile_append_qemux86-64 = " ${LTTNGUST} ${SYSTEMTAP}" |
| 79 | RDEPENDS_task-core-tools-profile_append_qemuppc = " ${LTTNGUST} ${SYSTEMTAP}" | 79 | RDEPENDS_task-core-tools-profile_append_qemuppc = " ${LTTNGUST} ${SYSTEMTAP}" |
| 80 | RDEPENDS_task-core-tools-profile_append_qemuarm = " ${LTTNGUST}" | 80 | RDEPENDS_task-core-tools-profile_append_qemuarm = " ${LTTNGUST} ${SYSTEMTAP}" |
| 81 | 81 | ||
| 82 | RDEPENDS_task-core-tools-testapps = "\ | 82 | RDEPENDS_task-core-tools-testapps = "\ |
| 83 | blktool \ | 83 | blktool \ |
