Am Fr., 6. Nov. 2020 um 09:23 Uhr schrieb <william.jacob@sama.com.sg>:
Hi, I am trying to compile python package for yocto and I found python3 (python3.7) is build native then it cross compiled.I want to know why it is done like this in python.
Basically I want python3 binary cross compiled for arm architecture should be available in recipe-sysroot and recipe-sysroot-native directory . Right now it is available only in recipe-sysroot-native.
I'm sorry, but I don't really understand the question. You say you want python3 crosscompiled. This will happen if something that goes into your image depends/rdepends on it, or if you explicitly add it to said image via IMAGE_INSTALL. Does this not work for you?