bluez5_%.bbappend 576 Bytes
Newer Older
1 2
FILESEXTRAPATHS_prepend := "${THISDIR}/bluez5:"
SRC_URI += "file://main.conf \
3
            file://bluetooth.service \
4
            file://bluetooth.conf \
5
            file://0001-Advertise-hostname-in-BLE-ad-payload-to-have-a-recog.patch"
6 7 8 9

do_install_append() {
    install -d ${D}/etc/bluetooth/
    cp ${WORKDIR}/main.conf ${D}/etc/bluetooth/main.conf
10

11 12
    install -d ${D}/lib/systemd/system/
    cp ${WORKDIR}/bluetooth.service ${D}/lib/systemd/system/bluetooth.service
13 14 15

    install -d ${D}/etc/dbus-1/system.d/
    cp ${WORKDIR}/bluetooth.conf ${D}/etc/dbus-1/system.d/
16 17
}