Re: [Sugar-devel] Binary Blobs (was: Re: [IAEP] Fwd: Heart Rate Monitor Peripheral)

2009-04-08 Thread Wade Brainerd
I would really like to have an official mechanism for dealing with this, as it's preventing several of my activities from working on SoaS. I used to just include x86 Python 2.5 compiled modules in my bundles, but now we are supporting more architectures. One proposal is to have a build machine

Re: [Sugar-devel] Binary Blobs

2009-04-08 Thread Sascha Silbe
On Wed, Apr 08, 2009 at 03:23:22PM -0400, Wade Brainerd wrote: One proposal is to have a build machine which supports cross compiling all our supported architectures, which can compile the blobs. Then we include all the blobs inside the .xo bundle. This is like what OSX does with Application

Re: [Sugar-devel] Binary Blobs

2009-04-08 Thread Sascha Silbe
On Wed, Apr 08, 2009 at 10:18:37PM +0200, Bert Freudenberg wrote: One way to do this is to simply append the config.guess output, which would result in lib-i686-pc-linux-gnu on my box ... That's a good start (and even more than my PoC code for TA does), but not enough. Unfortunately code