17 Commits

Author SHA1 Message Date
Alexander Kanavin 6fbf74623b bluez4: use real introspection instead of legacy pygobject
Now that the real introspection is available, and legacy pygobject is not,
the patch to use the latter should be removed.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
2016-03-14 12:15:29 +01:00
Ash Charles 5cd87e8d6c bluez4: Allow systemd to activate bluetooth
The bluetooth.service runs bluetoothd to manage bluetooth devices, if
present, in the system.  By design, it should be running in either of
two cases:
1. A userspace utility (e.g. networkmanager) has made a dbus request
   for bluetooth services provided by org.bluez.  Even without this
   patch, the bluetooth.service gets run via dbus activation under the
   systmed aliased name 'dbus-org-bluez.service'. Perfect!
2. A bluetooth device is added to the system.  When a bluetooth device
   is added, udev triggers the special systemd target, bluetooth.target
   intended to pull in any services needed for bluetooth linked under
   bluetooth.target.wants.

Enable bluetooth.service so it gets linked under bluetooth.target.wants
and bluetoothd gets started when a user adds a bluetooth device to the
system.

To be clear, this isn't forcing bluetooth to be running all the time---
only when either of #1 or #2 are true.

Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-18 11:38:04 +02:00
Martin Jansa 73ba7cd70f *obex*, navit, libsyncml, foxtrotgps, gypsy, bluez-hcidump, bluez4, gst-plugin-bluetooth, gnome-bluetooth: blacklist bluez4 only recipes when bluez5 is in DISTRO_FEATURES
foo
2015-05-11 10:27:28 +02:00
Cristian Iorga 3ad735b7e2 bluez collection: add (moved from oe-core)
BlueZ 4.x Bluetooth stack has been removed from oe-core.
However, it is still supported, so add it to
recipes-connectivity in meta-oe.

meta-systemd layer bluez4 bbappend has been integrated
into bluez4 recipe.

In order to use it in oe-core/poky/YP, 'bluez5' backfill
distro feature needs to be disabled via:
DISTRO_FEATURES_BACKFILL_CONSIDERED = "bluez5" .
'bluetooth' distro feature needs to be present also.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-05-11 10:25:53 +02:00
Martin Jansa 3ee3add90d bluez4: remove from meta-oe, fixed version is now in oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-08-19 18:11:02 +02:00
Martin Jansa d9565d90d9 bluez-hcidump: remove older 2.0
* there is 2.1 now in oe-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-08-18 10:52:05 +02:00
Koen Kooi 13fb21d155 bluez4 4.96: import needed files from OE-core to avoid breakage on OE-core updates
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-12 09:32:04 +02:00
Koen Kooi 4e080a861d bluez4: update to 4.96
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-11 20:43:18 +02:00
Martin Jansa ac8c3a3311 bluez4: add missing dependency usbpath
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-21 08:24:41 +02:00
Koen Kooi 5380267614 bluez4: update to 4.95, fix packaging
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-21 08:22:38 +02:00
Paul Eggleton 040f75eca2 Drop PRIORITY variable
As discussed on the mailing list, this variable isn't useful and if wanted
would be better implemented by distros using pn-X overrides.

This patch executes:

find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d'

against the tree removing the references. Thanks to Phil Blundell for
the command.

(Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-14 16:49:27 +01:00
Koen Kooi 01a5653cc2 bluez4 4.93: add missing udev dep
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-24 18:31:23 +02:00
Koen Kooi f89fb94d41 bluez4: update to 4.93
* package udev rules
* hid2hci is back, package that as well

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-24 15:39:43 +02:00
Koen Kooi 408601b9d4 meta-oe: catch up with POKYBASE -> COREBASE renaming
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-21 09:58:39 +02:00
Martin Jansa 852ac4b589 bluez-hcidump: add 2.0 version and patch to build with newer bluez
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-16 13:50:45 +02:00
Martin Jansa 3a493483b5 bluez4: merge .inc file to .bb file itself
* .inc file are not so usefull with one version per package rule
* remove unsupported configure options
* fix --enable-pand option, there is not extra 'd'
* remove update-rc.d inherit as init.d script is not created anymore
* enable udevrules by default (distros can override it from their layer)
* use FILESPATH from oe-core layer for patches instead of duplicating them here
* netlink option removed in http://git.kernel.org/?p=bluetooth/bluez.git;a=blobdiff;f=configure.ac;h=63a0fd89f5836ab6d114bb52c49f73adba26369a;hp=eee4c01bd1dd72b53f121c7820b6b93ba3d48032;hb=ecb835fca7e7134f38a3d061d186eb38d83bcb8b;hpb=c681fac492394bb95f164296056068dad1254921
* sbc-thumb.patch was applied upstream

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-16 13:50:43 +02:00
Martin Jansa 89500c583e recipes,classes: import a lot of recipes from meta-shr
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
2011-04-10 14:43:41 +02:00