Hi,
I am trying to integrate mender for STM32MP135F board.Yocto used is mickeldore with kernel version 6.1.28.
I downloaded the mender layer from below link as this seems to be compatible with mickelore version.
git clone -b master-next GitHub - mendersoftware/meta-mender: Yocto Project meta layer for the Mender client
During build I am observing multiple errors.While going through mender community I observed that in few of discussion there is mention of stm32mp1 specific mender layers for thud and kirkstone versions of yocto.I wanted know if there is any specific mender layer for stm32mp1 compatible for mickledore version.
Regards,
Anushree
Hi @Anushree,
Thanks for reaching out. Unfortunately, there is no official support for the mickledore
release. There might be intermediate states on a master-next
branch which allow for partial building, but this is subject to change and breakage. meta-mender
and meta-mender-community
only support the two latest Yocto LTS releases, which are kirkstone
and scarthgap
at the time of this writing.
Greetz,
Josef