Re: [yocto] Python package recipe

2014-02-04 Thread Diego Sueiro
Folks, Any suggestions? Regards, -- *dS Diego Sueiro Administrador do Embarcados www.embarcados.com.br /*long live rock 'n roll*/ On Thu, Jan 30, 2014 at 2:30 PM, Diego Sueiro diego.sue...@gmail.comwrote: Folks, I'm trying to create a recipe for Adafruit's BeagleBone IO Python Library:

Re: [yocto] Python package recipe

2014-02-04 Thread Paul Barker
On 4 February 2014 10:05, Diego Sueiro diego.sue...@gmail.com wrote: On Thu, Jan 30, 2014 at 2:30 PM, Diego Sueiro diego.sue...@gmail.com To get dtbos and all python files on the package I need to add these lines in my recipe: do_install_append() { install -d

Re: [yocto] Python package recipe

2014-02-04 Thread Diego Sueiro
Hi Paul, On Tue, Feb 4, 2014 at 10:52 AM, Paul Barker p...@paulbarker.me.uk wrote: This looks like the best you're going to get without fixing the upstream source. Just looked at https://github.com/adafruit/adafruit-beaglebone-io-python/blob/master/overlays/builder.py , it contains

[yocto] Python package recipe

2014-01-30 Thread Diego Sueiro
Folks, I'm trying to create a recipe for Adafruit's BeagleBone IO Python Library: https://github.com/adafruit/adafruit-beaglebone-io-python The problem is that this python package generates some dtbos and install them on /lib/firmware but these files were not presented on generated package.