[yocto] How to include python-misc in SDK?

2013-09-08 Thread Philipp Wagner
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

Re: [yocto] How to include python-misc in SDK?

2013-09-08 Thread ChenQi
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