diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-19 10:01:56 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-19 11:39:59 +0100 |
commit | d39434bcfc62ac01f117c1b4614c25431832c781 (patch) | |
tree | faac146e1b208571f43774e896e43f86815960d7 /meta/packages | |
parent | efadb43d671666d70a2a374e33fe9deca44f3e84 (diff) | |
download | openembedded-core-d39434bcfc62ac01f117c1b4614c25431832c781.tar.gz openembedded-core-d39434bcfc62ac01f117c1b4614c25431832c781.tar.bz2 openembedded-core-d39434bcfc62ac01f117c1b4614c25431832c781.tar.xz openembedded-core-d39434bcfc62ac01f117c1b4614c25431832c781.zip |
task-poky-tools: Add perf to tools-profile package
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/tasks/task-poky-tools.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/packages/tasks/task-poky-tools.bb b/meta/packages/tasks/task-poky-tools.bb index e38a8b50b..b9aab60f5 100644 --- a/meta/packages/tasks/task-poky-tools.bb +++ b/meta/packages/tasks/task-poky-tools.bb @@ -4,7 +4,7 @@ DESCRIPTION = "Tools tasks for Poky" LICENSE = "MIT" -PR = "r4" +PR = "r5" PACKAGES = "\ task-poky-tools-debug \ @@ -42,6 +42,9 @@ RDEPENDS_task-poky-tools-profile = "\ lttng-control \ lttng-viewer" +RRECOMMENDS_task-poky-tools-profile = "\ + perf" + # exmap-console # exmap-server |