Re: Install systemd unit file into image from source?
Sean McKay
SYSTEMD_SERVICE_${PN} should just be set to the service name, not the full path. So…
From: yocto@... <yocto@...>
On Behalf Of Paul Wicks
Sent: Monday, February 8, 2021 5:44 PM To: yocto@... Subject: [yocto] Install systemd unit file into image from source?
I've got an application that I'd like to install into my custom image and that application has a couple of associated systemd unit files that should be installed as well. The application itself is a very simple cmake project. The relevant bits of the recipe file look something like this: ``` <standard variables go here> # the service files are stored in the git repository in the misc folder install -m 0644
${S}/misc/testapp-extra@.service ${D}${systemd_unitdir}/system/
When i try to do do `bitbake testapp` to try out the recipe, I get an error telling me that: SYSTEMD_SERVICE_testapp value /projects/poky/build/tmp/work/core2-64-poky-linux/testapp/0.1-r0/git/misc/testapp@.service does not exist.
I'm using yocto 3.2.1 if that matters. -Paul Wicks
|
|