]> code.ossystems Code Review - openembedded-core.git/commit
task-core-tools: Divide it into 3 recipes
authorKhem Raj <raj.khem@gmail.com>
Sat, 21 Jan 2012 01:13:37 +0000 (17:13 -0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 7 Feb 2012 22:37:14 +0000 (14:37 -0800)
commit180227d8ff71c42e0d16ad7eb4a5f9b7d6a0c1c6
tree16573db8f7b8a75e8cf59dc15c321f889e1edf79
parentaa6293ffbc7f8f17e55f2105de56384e14591b44
task-core-tools: Divide it into 3 recipes

task-core-tools-debug, task-core-tools-profile, task-core-tools-testapps
otherwise if we choose one through PACKAGE_GROUPS all packages
are built since they are in same recipe.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/conf/distro/include/distro_tracking_fields.inc
meta/conf/multilib.conf
meta/recipes-core/tasks/task-core-tools-debug.bb [new file with mode: 0644]
meta/recipes-core/tasks/task-core-tools-profile.bb [new file with mode: 0644]
meta/recipes-core/tasks/task-core-tools-testapps.bb [new file with mode: 0644]
meta/recipes-core/tasks/task-core-tools.bb [deleted file]