[yocto] Help with out of (python) tree python modules in SDK
Burton, Ross
ross.burton at intel.com
Fri Nov 4 13:25:50 PDT 2016
On 4 November 2016 at 18:55, Brad Bishop <bradleyb at fuzziesquirrel.com>
wrote:
> I am on Krogoth. I have an autotools inheriting recipe. The configure
> script runs a python script (in repo), that imports an out-of-python-distro
> module.
>
> I can’t seem to wrap my head around the correct way to express this in
> terms of dependencies, such that when I build with an SDK, I can import
> this module.
>
Put this in your image recipe that the SDK is generated from.
TOOLCHAIN_HOST_TASK_append = " nativesdk-python-foomodule"
TOOLCHAIN_HOST_TASK is the variable that list everything to be installed in
the SDK that is for the *host*, not the *target*.
Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20161104/a177d11d/attachment.html>
More information about the yocto
mailing list