Khem Raj

Results 330 comments of Khem Raj

@MastaG what is `PYTHONHOME` set to ? perhaps `bitbake -e firefox` might tell us

interesting, I wonder if its defaulting to modules from python that yocto builds and python binary from host then it might be an issue where yocto python3-native might not be...

One aspect to explore would be to see how python2 is built on host as well as python-native on yocto perhaps try to run following program with `python2` from yocto...

and what do you get when you run python2 from sysroot-native that yocto built ?

@dswalla yes thats the problem. Yocto compiles its own version of python2 and it seems to be using modules from host, and they wont work reliably if the pythons are...

arent we using `inherit pythonnative`

Master works great and that’s what I test regularly with yoe distro I am not sure about kirkstone maybe you can change which kernel to use etc might help

we currently use linux-fslc 6.1 kernel with master. If you want to stick to 5.15 you can change ```diff diff --git a/conf/machine/coral-dev.conf b/conf/machine/coral-dev.conf index e7ad7cb..6e33bbb 100644 --- a/conf/machine/coral-dev.conf +++ b/conf/machine/coral-dev.conf...

My needs are ethernet only, infact so I have not tested wifi/bluetooth.

> can you help me please, I'm really stuck with that. I has a look at the device tree and both pci (pcie@33800000, pcie@33c00000) were disabled. I enabled them and...