Re: [yocto] Why python3 is build native in yocto ??? #python

2020-11-09 Thread William Jacob
Understood but this is where it gets tricky for me . I am trying to compile llvmlite which depends on llvm . The problem is that because native python is used it will give me OS Error when I link LLVM build for ARM The reason I get this error is because llvmlite is looking for LLVM built for

Re: [yocto] Why python3 is build native in yocto ??? #python

2020-11-09 Thread Richard Purdie
On Mon, 2020-11-09 at 09:14 +, Ross Burton wrote: > DEPEND on python3 and python3-native then. Note that whilst the python headers and library will be in recipe- sysroot, the python3 binaries will not. This is because they're designed to run on the target, not the host you're building on so

Re: [yocto] Why python3 is build native in yocto ??? #python

2020-11-09 Thread Ross Burton
DEPEND on python3 and python3-native then. Ross On Fri, 6 Nov 2020 at 09:34, wrote: > > I am sorry , I will explain in detail. > > so what I required is that my python3 binary should be present in both > recipe-sysroot and recipe-sysroot-native both as I need to build some python > packages