All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago-distro][PATCH] task-arago-tisdk-connectivity: Add bluetooth stack
@ 2012-09-07  0:03 Franklin S. Cooper Jr
  2012-09-08 15:57 ` Maupin, Chase
  0 siblings, 1 reply; 12+ messages in thread
From: Franklin S. Cooper Jr @ 2012-09-07  0:03 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Add list of bluetooth stack libraries to task-arago-tisdk-connectivity.
* This list was previously located in task-arago-tisdk-bsp and
  task-arago-toolchain-tisdk-bsp-target in arago.

Signed-off-by: Franklin S. Cooper Jr <fcooper27jr@gmail.com>
---
 .../tasks/task-arago-tisdk-connectivity-target.bb  |    9 ++++++++-
 .../tasks/task-arago-tisdk-connectivity.bb         |   16 +++++++++++++---
 2 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity-target.bb b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity-target.bb
index deb7b7b..a63c801 100644
--- a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity-target.bb
+++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity-target.bb
@@ -1,12 +1,19 @@
 DESCRIPTION = "Task to install wlan and bluetooth sources in SDK"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-PR = "r0"
+PR = "r1"
 
 inherit task
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE = "(am37x-evm|am180x-evm|ti33x)"
 
+# Bluetooth development packages
+BLUETOOTH_STACK = "\
+    bluez4-dev \
+    openobex-dev \
+"
+
 RDEPENDS_${PN} = "\
+    ${BLUETOOTH_STACK} \
     wpa-supplicant-dev \
     "
diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity.bb b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity.bb
index 1ff849c..17f97d1 100644
--- a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity.bb
+++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Task to install wlan and bluetooth packages into target FS"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-PR = "r0"
+PR = "r1"
 
 inherit task
 PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -42,10 +42,20 @@ WLAN_COMPAT = "ti-compat-wireless-wl12xx \
                bt-enable \
 "
 
-BLUETOOTH = "bluetooth-gui"
+BLUETOOTH_STACK = "\
+    bluez4 \
+    bluez4-agent \
+    libasound-module-bluez \
+    bluez-hcidump \
+    openobex \
+    openobex-apps \
+    obexftp \
+    ussp-push \
+    "
 
 RDEPENDS_${PN} = "\
     ${WLAN_COMMON} \
     ${WLAN_COMPAT} \
-    ${BLUETOOTH} \
+    ${BLUETOOTH_STACK} \
+    bluetooth-gui \
 "
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-09-18 19:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-07  0:03 [meta-arago-distro][PATCH] task-arago-tisdk-connectivity: Add bluetooth stack Franklin S. Cooper Jr
2012-09-08 15:57 ` Maupin, Chase
2012-09-08 16:01   ` Cooper Jr., Franklin
2012-09-08 17:38     ` Denys Dmytriyenko
2012-09-08 17:49       ` Cooper Jr., Franklin
2012-09-08 18:18         ` Maupin, Chase
2012-09-08 18:55           ` Cooper Jr., Franklin
2012-09-08 19:05             ` Maupin, Chase
2012-09-10 18:03               ` Denys Dmytriyenko
2012-09-18 18:16                 ` Denys Dmytriyenko
2012-09-18 18:24                   ` Cooper Jr., Franklin
2012-09-18 19:20                     ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.