When using meta-mingw to build a Windows compatible SDK, we should be generating .bat files instead of .sh files to setup the environment.
We also want to make sure the resulting files are in windows format, i.e. contain the \r. Mark Hatle (1): meta-environment: Update environment files to batch files classes/toolchain-scripts-mingw32.bbclass | 87 +++++++++++++++++++++++++++++ recipes-core/meta/meta-environment.bbappend | 4 ++ 2 files changed, 91 insertions(+) create mode 100644 classes/toolchain-scripts-mingw32.bbclass create mode 100644 recipes-core/meta/meta-environment.bbappend -- 1.9.3 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
