diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-14 20:20:23 +0100 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-10-15 11:28:00 -0700 |
commit | 8fc871a814a325cece4d7bc7bdc2f039323f87d4 (patch) | |
tree | e82fb753944bac853236925301f4d99ca5f76221 /meta | |
parent | fd59449f5b906bf5941fef0e940f5b651e4cf284 (diff) | |
download | poky-8fc871a814a325cece4d7bc7bdc2f039323f87d4.tar.gz |
task-poky-sdk: Add lttng-ust
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb | 3 | ||||
-rw-r--r-- | meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb | 3 | ||||
-rw-r--r-- | meta/recipes-gnome/tasks/task-sdk-gmae.inc | 7 |
3 files changed, 11 insertions, 2 deletions
diff --git a/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb b/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb index 284c88cbd0..c66c1cd633 100644 --- a/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb +++ b/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb | |||
@@ -15,4 +15,5 @@ PACKAGES = "${PN}" | |||
15 | RDEPENDS = "\ | 15 | RDEPENDS = "\ |
16 | task-poky-sdk \ | 16 | task-poky-sdk \ |
17 | libglade-dev \ | 17 | libglade-dev \ |
18 | ${SDK-GMAE}" | 18 | ${SDK-GMAE} \ |
19 | ${SDK_EXTRAS}" | ||
diff --git a/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb b/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb index 84c178f3a8..9011601ae1 100644 --- a/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb +++ b/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb | |||
@@ -15,4 +15,5 @@ PACKAGES = "${PN} ${PN}-dbg" | |||
15 | RDEPENDS = "\ | 15 | RDEPENDS = "\ |
16 | task-poky-standalone-sdk-target \ | 16 | task-poky-standalone-sdk-target \ |
17 | libglade-dev \ | 17 | libglade-dev \ |
18 | ${SDK-GMAE}" | 18 | ${SDK-GMAE} \ |
19 | ${SDK-EXTRAS}" | ||
diff --git a/meta/recipes-gnome/tasks/task-sdk-gmae.inc b/meta/recipes-gnome/tasks/task-sdk-gmae.inc index 149dd497e1..28fa29fbdf 100644 --- a/meta/recipes-gnome/tasks/task-sdk-gmae.inc +++ b/meta/recipes-gnome/tasks/task-sdk-gmae.inc | |||
@@ -15,3 +15,10 @@ SDK-GMAE = " \ | |||
15 | " | 15 | " |
16 | 16 | ||
17 | # TODO: gvfs-dev, mission-control | 17 | # TODO: gvfs-dev, mission-control |
18 | |||
19 | SDK-EXTRAS = "" | ||
20 | SDK-EXTRAS_qemux86 = " valgrind lttng-ust" | ||
21 | SDK-EXTRAS_qemux86-64 = " lttng-ust" | ||
22 | SDK-EXTRAS_qemuppc = " lttng-ust" | ||
23 | SDK-EXTRAS_emenlow = " lttng-ust" | ||
24 | SDK-EXTRAS_atom-pc = " lttng-ust" | ||