[yocto] Run aarch64 binaries using bitbake recipe

2021-02-19 Thread William Jacob via lists.yoctoproject.org
Hi, I have a yocto build system which currently cross compiles for armv7 (32bit) . I have a requirement of building 64 bit software .How do I modify my yocto build such that I am able to run create binaries aarch64 Thanks William -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent

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