Date
1 - 3 of 3
Help regarding yocto receipe (bluez5)
chandumail05@...
HiĀ After board boot up , we are editing vi /etc/systemd/system/dbus-org.bluez.service these file as ExecStart=/usr/lib/bluetooth/bluetoothd -C (here we are adding -C means bluetooth running in compact mode). but these is not good practice , so how we can change these service at compiling time itself , any idea ? main agenda is Run bluetoothd daemon in compatibility mode while building yocto image. |
|
Konrad Weihmann <kweihmann@...>
I would recommend that you go for a systemd drop-in file [1].
toggle quoted message
Show quoted text
That would be something like a small snippet placed to /etc/systemd/system/dbus-org.bluez.service/override.conf In that file place something like [Service] ExecStart= ExecStart=<new command line with your custom options> this way you don't need to alter the upstream recipe with weird sed hacks or similar. This drop-in file could be packaged by any recipe or bbappend. [1] https://coreos.com/os/docs/latest/using-systemd-drop-in-units.html On 29.12.20 07:48, chandra naik wrote:
Hi |
|
chandra naik <chandumail05@...>
Hi can we get obexpush open source package for yocto build ? we are not able to find .
kernel version - 4.14
DISTRO_VERSION = "2.5.1" On Tue, Dec 29, 2020 at 3:40 PM Konrad Weihmann <kweihmann@...> wrote: I would recommend that you go for a systemd drop-in file [1]. |
|