Howto add mender support to the yocto build for the imx6DL?
Hi @Spinola
We don’t officially support Mender.io, however, the following may work.
You can use the documentation found here:
https://docs.mender.io/1.4/Artifacts/Building-Mender-Yocto-image
Additional you will have to add the following meta layers (make sure you checkout rocko):
https://github.com/Freescale/meta-freescale
https://github.com/Freescale/meta-freescale-distro
https://github.com/Freescale/meta-freescale-3rdparty
In your local.conf you will have to set:
MACHINE = "colibri-imx6"
I hope this helps,
Stefan