I need to compile some of program in Yocto and this program compile by build script. Build script doing make(using MakeFile).
As we know, if we don't using bitbake, Yocto need SDK tools. But I can't using SDK tools. So I have to build by recipe.
It is too complicate to using cmake or oe_runmake(for me).