bluez5: add required tools to support Bluetooth Mesh

https://jira.digi.com/browse/DEL-6444

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2019-02-11 17:38:03 +01:00
parent 8e4e77f200
commit d726049cb2
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@ do_install_append() {
}
PACKAGES =+ "${PN}-init"
PACKAGECONFIG_append = " health-profiles"
PACKAGECONFIG_append = " health-profiles \
mesh \
btpclient \
"
FILES_${PN} += " ${sysconfdir}/bluetooth/main.conf"
FILES_${PN}-init = "${sysconfdir}/init.d/bluetooth-init"