Didn't find service unit 'mender-connect.service'

Hi, some support is required.

I am trying to build an custom image for an iMX8m Plus CPU on a phyBOARD including mender communication.

I was able to merge all the information from the mender howtos regarding a custom Yocto image, but running “bitbake” I am matching always following error:

ERROR: mender-connect-2.3.0-r0 do_package: Didn’t find service unit ‘mender-connect.service’, specified in SYSTEMD_SERVICE:mender-connect.
ERROR: Logfile of failure stored in: /var/yocto/yocto_phytec/build/tmp-ampliphy-vendor/work/cortexa53-crypto-phytec-linux/mender-connect/2.3.0/temp/log.do_package.1446890
ERROR: Task (/var/yocto/yocto_phytec/sources/meta-mender/meta-mender-core/recipes-mender/mender-connect/mender-connect_2.3.0.bb:do_package) failed with exit code ‘1’.

Maye some ideas about this issue and help would be highly appreciated.

Regards,

Thomas

Hi @tpilz,

Thanks for reaching out! Can you please provide the SHA revision of meta-mender that you are using? It should be printed right at the beginning of a bitbake run.

Greetz,
Josef

Hi @TheYoctoJester

thanks for your response.

I added the git repository checkout to the the sources folder. Afterwards I added the “meta-mender/meta-mender-core” to bblayers.conf.

Calling bitbake leads to following version:
meta-mender-core = “scarthgap:1e93f227d16c74791db2ed1688875c1e28e566ce”

Thanks in advance,

Thomas