Re: [yocto] Python3-native illegal instruction on poky dunfell

2021-01-16 Thread Daniela-Marinela Bistrean
requires it. Enabling avx2 fixed the issue. I managed to reproduce the issue with qemu using the following command line: $ qemu-system-x86_64 -enable-kvm -boot d -m 8G -cpu host,-avx2 -smp 4 -hda disk.bin Hope it helps, Daniela-Marinela Bistrean On Mon, 11 Jan 2021 at 15:19, Daniela-Marinela

Re: [yocto] Python3-native illegal instruction on poky dunfell

2021-01-11 Thread Daniela-Marinela Bistrean
with setup.py but with a different parameter. Any help or hint is appreciated. On Mon, 11 Jan 2021 at 14:43, Ross Burton wrote: > Are you sharing sstate between multiple builders? > > Ross > > On Mon, 11 Jan 2021 at 08:58, Daniela-Marinela Bistrean > wrote: > > > >

[yocto] Python3-native illegal instruction on poky dunfell

2021-01-11 Thread Daniela-Marinela Bistrean
Hello community, I am trying to build core-image-minimal using poky only, on the dunfell branch. On certain machines the build fails unexpectedly with the following error: Build Configuration: BB_VERSION = "1.46.0" BUILD_SYS= "x86_64-linux" NATIVELSBSTRING = "universal"