Complining/Testing Matter control on STM32MP1 dev kits
We recently launched a product on the STM32MP157C series to control iot devices. We're trying to do some R&D for matter and based on our testing should be at least testable on any system with a wifi chip. The trouble we are running into is there does not seem to be an easy way to integrate the [connecthomeip repo](https://github.com/project-chip/connectedhomeip) with the yocto build system for that chip.
I naively tried to [base a recipe off of a different chipset](https://github.com/nxp-imx/meta-matter/blob/master/recipes-matter/matter/matter.bb), but I keep running into cross compiling build issues.
Is anyone else trying to build any matter tools for the STM32MP1 and has any advice for acomplishing this in the yocto build system?
