Mender Connect Warnings in Yocto

In Yocto ‘zeus’ , building mender-connect, I get two warnings setting the USER and SHELL variables in local.conf.

    "MENDER_CONNECT_USER" is not a recognized MENDER_ variable. Typo?
    "MENDER_CONNECT_SHELL" is not a recognized MENDER_ variable. Typo?

The image is built correctly and the settings from these variables are also working.
I’m just wondering why these warnings appear ?

Hi @DSiegmund there is a patch in master that need to be back ported to dunfell and zeus. That should take care of these warning.

@lluiscampos FYI.

Drew

Thank you Drew, I should have had a look into master branch :wink:

Dirk