On 2 December 2016 at 18:36, Kun Yi <[email protected]> wrote: > Thanks for the explanation Alex! Will give the alternative you suggested a > try. > As I understand I will need to instruct Yocto to fetch necessary > "native" toolchains and libs to compile the native variant recipe. > Doesn't that make my recipe non-portable to other host architectures? >
You can use BBCLASSEXTEND to make a native form of the recipe, or not use the cross compilers. But if you want to actually test your code as it should be executed then you'll need to run it either on the target, or in a system qemu (which will need a complete rootfs). Ross
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
