summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/bluez
Commit message (Collapse)AuthorAgeFilesLines
* Make use of the new bb.utils.filter() functionPeter Kjellerstedt2017-03-071-5/+1
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Revert "python-pygobject, python-cloudeebus, python-dbusmock: Blacklist ↵Hongxu Jia2016-06-231-4/+1
| | | | | | | | | because of python-pygobject is broken" This reverts commit b0fae32dfc447ef9864e077d05c51bbbf763565b. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pygobject, python-cloudeebus, python-dbusmock: Blacklist because of ↵Martin Jansa2016-06-131-1/+4
| | | | | | python-pygobject is broken Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bluez4: use real introspection instead of legacy pygobjectAlexander Kanavin2016-03-142-28/+0
| | | | | | | 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>
* bluez4: Allow systemd to activate bluetoothAsh Charles2015-08-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* *obex*, navit, libsyncml, foxtrotgps, gypsy, bluez-hcidump, bluez4, ↵Martin Jansa2015-05-113-1/+7
| | | | | | gst-plugin-bluetooth, gnome-bluetooth: blacklist bluez4 only recipes when bluez5 is in DISTRO_FEATURES foo
* bluez collection: add (moved from oe-core)Cristian Iorga2015-05-1113-0/+460
| | | | | | | | | | | | | | | | | 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>
* bluez4: remove from meta-oe, fixed version is now in oe-coreMartin Jansa2011-08-193-105/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bluez-hcidump: remove older 2.0Martin Jansa2011-08-182-62/+0
| | | | | | * there is 2.1 now in oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bluez4 4.96: import needed files from OE-core to avoid breakage on OE-core ↵Koen Kooi2011-08-123-2/+36
| | | | | | updates Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bluez4: update to 4.96Koen Kooi2011-08-111-2/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bluez4: add missing dependency usbpathMartin Jansa2011-07-211-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bluez4: update to 4.95, fix packagingKoen Kooi2011-07-211-4/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Drop PRIORITY variablePaul Eggleton2011-07-142-2/+0
| | | | | | | | | | | | | | | | 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>
* bluez4 4.93: add missing udev depKoen Kooi2011-05-241-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bluez4: update to 4.93Koen Kooi2011-05-241-5/+7
| | | | | | | * package udev rules * hid2hci is back, package that as well Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-oe: catch up with POKYBASE -> COREBASE renamingKoen Kooi2011-04-211-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bluez-hcidump: add 2.0 version and patch to build with newer bluezMartin Jansa2011-04-162-0/+63
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bluez4: merge .inc file to .bb file itselfMartin Jansa2011-04-166-152/+63
| | | | | | | | | | | | | * .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>
* recipes,classes: import a lot of recipes from meta-shrMartin Jansa2011-04-106-0/+159
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)