* How to include python-misc in SDK?
@ 2013-09-08 15:49 Philipp Wagner
2013-09-09 1:47 ` ChenQi
0 siblings, 1 reply; 2+ messages in thread
From: Philipp Wagner @ 2013-09-08 15:49 UTC (permalink / raw)
To: Yocto Project
Hi,
I'm trying to build a SDK, which I can use to develop software for an
image. I'm running
bitbake -c populate_sdk my-image-name
Afterwards I get a nice SDK, but I cannot really use it. The the
software I'm building needs (on the host) the Python module "filecmp".
This module is packaged inside python-misc, or nativesdk-python-misc, as
far as I can tell.
Right now the SDK contains some basic Python, but not this module, and
since the PATH is set in a way that the build uses the python inside the
SDK, my builds fail.
So what do I need to do to get this package included in my SDK?
Philipp
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to include python-misc in SDK?
2013-09-08 15:49 How to include python-misc in SDK? Philipp Wagner
@ 2013-09-09 1:47 ` ChenQi
0 siblings, 0 replies; 2+ messages in thread
From: ChenQi @ 2013-09-09 1:47 UTC (permalink / raw)
To: yocto
On 09/08/2013 11:49 PM, Philipp Wagner wrote:
> Hi,
>
> I'm trying to build a SDK, which I can use to develop software for an
> image. I'm running
>
> bitbake -c populate_sdk my-image-name
>
> Afterwards I get a nice SDK, but I cannot really use it. The the
> software I'm building needs (on the host) the Python module "filecmp".
> This module is packaged inside python-misc, or nativesdk-python-misc, as
> far as I can tell.
>
> Right now the SDK contains some basic Python, but not this module, and
> since the PATH is set in a way that the build uses the python inside the
> SDK, my builds fail.
>
> So what do I need to do to get this package included in my SDK?
Try adding the following line in your local.conf.
TOOLCHAIN_HOST_TASK_append = " nativesdk-python-misc"
Cheers,
Chen Qi
> Philipp
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-09 1:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-08 15:49 How to include python-misc in SDK? Philipp Wagner
2013-09-09 1:47 ` ChenQi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.