Unable to run UE5 example on Linux Yocto ARM64 + Wayland

Hi UE developers. I am trying to run UE5.3.2 example on Linux Yocto ARM64 + Wayland (it was compiled by standard crossplatform toolchain) but getting the following SDL2 Errors:
Warning: Could not initialize SDL: No available video device
Error: FLinuxApplication::CreateLinuxApplication() : InitSDL() failed, cannot create application instance.

When I set SDL_VIDEODRIVER=wayland it writes “No wayland driver found”.

It looks like the SDL2 in the 3rdPatry arm64 libs is compiled without wayland support, but I am not sure.
Anybody have any idea how I can check the Wayland is supported by the SDL2 lib in UE ThirdParty components?
How can I rebuild SDL2 for LinuxArm64 on Windows?

Hey, did you manage to make it work ?