Yocto disable MENDER_TENANT_TOKEN

Good morning I am currently building an Image using Yocto Kirkstone, I want to be able to don’t add the line for the tenantToken dummy, is there a way to override this, my goal is to use the token from the store /data folder.

Thanks

Hi @santiwake,

just leave the MENDER_TENANT_TOKEN variable unset, e.g. remove the dummy assignment. See also: Variables | Mender documentation

Greets,
Josef

1 Like

Thanks @TheYoctoJester I have completely misunderstand.

I thought unset means not setting, but on the yocto context means setting it like this:
MENDER_TENANT_TOKEN = ""
instead of
# MENDER_TENANT_TOKEN = ""

1 Like