~kzapalowicz/snappy-hwe-snaps/+git/bluez:bluez-5.47-core-patches

Last commit made on 2017-09-19
Get this branch:
git clone -b bluez-5.47-core-patches https://git.launchpad.net/~kzapalowicz/snappy-hwe-snaps/+git/bluez
Only Konrad Zapałowicz can upload to this branch. If you are Konrad Zapałowicz please log in for upload directions.

Branch merges

Branch information

Name:
bluez-5.47-core-patches
Repository:
lp:~kzapalowicz/snappy-hwe-snaps/+git/bluez

Recent commits

09107bc... by Simon Fels

Add snappy runtime directory support

5770217... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

Install btmgmt tool

58b2334... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

Fix hciattach on RPi3

This patch fixes the hciattach on Raspberry Pi 3 by applying the
following changes:

* don't set UART speed before loading firmware (thanks to
  https://github.com/MilhouseVH)
* change FIRMWARE_DIR to /lib/formware

These changes originated from LP: #1674509

90dcece... by Simon Fels

Add autogen.sh script to force Makefile regeneration

As we're basing off an upstream release tarball we have a ready built
configure script already available but do modifications on top which
doesn't trigger a recreation of the involved Makefiles. Having a
autogen.sh file available tells the snapcraft autotools plugin to run
it and with that force a regeneration of the Makefile's.

d26faf0... by Simon Fels

Install obexctl

5f394bb... by Simon Fels

obexd: use system bus for communication

On snappy systems we don't nessarily have a session bus available so we
will run obexd on the system bus.

f0315f5... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

Disable spread tests on this branch

d139fd8... by Marcel Holtmann

Release 5.47

4c476ce... by Luiz Augusto von Dentz <email address hidden>

a2dp: Remove unnecessary if statement

2954f70... by Marcel Holtmann

build: Don't install btconfig utility just yet