Buildtool is similar to bitbake for Windows

Is there any build tool that runs on Windows that manages the versions of modules in the recipe set? Recipes should determine which source to build from, how to build, and dependencies between modules. I would like the above metadata about the module to be separated from the code of its building, and not as Ant / Ivy or Gradle (as a version / dependency file in the source repo).

I like how Linux package dependency handling works.

In fact, I want a bitbox for Windows. Is there something similar?

+4
source share
1 answer

, Yocto Intel Windows Eclipse.

0

Source: https://habr.com/ru/post/1529477/


All Articles