Re: [yocto] inherit setuptools

2014-03-25 Thread Trevor Woerner
Hi Ross, On 03/22/14 15:45, Burton, Ross wrote: > And FWIW, I didn't get much out of bmap when I tried it because of how > our images were constructed: all of the sparse segments disappeared > when a whole-disk image was created. I have expanded a little bit on this issue here: http://twoerner.bl

Re: [yocto] inherit setuptools

2014-03-22 Thread Trevor Woerner
On 03/22/14 15:45, Burton, Ross wrote: > On 22 March 2014 11:01, Trevor Woerner wrote: >> | Traceback (most recent call last): >> | File >> "/SSD/build/fsl/build-wandboard-dual/tmp/sysroots/x86_64-linux/usr/bin/bmaptool", >> line 65, in >> | from bmaptools import BmapCreate, BmapCopy, BmapH

Re: [yocto] inherit setuptools

2014-03-22 Thread Burton, Ross
On 22 March 2014 11:01, Trevor Woerner wrote: > | Traceback (most recent call last): > | File > "/SSD/build/fsl/build-wandboard-dual/tmp/sysroots/x86_64-linux/usr/bin/bmaptool", > line 65, in > | from bmaptools import BmapCreate, BmapCopy, BmapHelpers, TransRead > | ImportError: No module n

[yocto] inherit setuptools

2014-03-22 Thread Trevor Woerner
Hi, I'm trying to write a recipe to add a native python application to the sysroot so it can be used while building an image. If I build and install the python app "by hand" I get the following install layout: . |-- bin | `-- bmaptool `-- lib `-- python2.7 `-- site-packages