Re: [yocto] Enable systemd service with parameter

2019-11-18 Thread Mateusz Majchrzycki
lass doesn't know what to do here. I > thought there were patches to handle this already, what release of yocto > are you using? > > Ross > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://li

[yocto] Enable systemd service with parameter

2019-11-17 Thread Mateusz Majchrzycki
Hi! I have a pretty unusual problem. I need to enable a systemd service (openvpn) with a profile as a parameter (typically you do it by 'systemctl enable openvpn@profile'). But the profile on build time doesn't exist (it is just symlink to non existing file). My recipe bb looks like (I'm omitting