[yocto] Python module not found when using autotools

Burton, Ross ross.burton at intel.com
Fri May 31 04:31:05 PDT 2019


On Thu, 30 May 2019 at 21:27, Serkan Türker <serkan.tuerker at gmail.com> wrote:
> I understand the process of debugging build failures. I am just confused why my approach doesn't work.
> "python-soundcloud.bb" has the same format like other python module recipes in meta-oe.
> In tizonia.bb, I have added "python-soundcloud" to DEPENDS, so I assumed bitbake would resolve the necessary path's, which are necessary for the build.
> It is also not only my fault not being able to fix this, it is also largely related to the fact, that there is not much documentation around how to start developing with Yocto in general.

*How* is it looking for the module.  If as Alex said, it is running
the *native* Python, then it won't be finding any *target* modules
that you have DEPENDed on.

Ross


More information about the yocto mailing list