Re: [yocto] Creating a recipe for python3-pillow

2018-07-06 Thread Oliver Westermann
Am Fr., 6. Juli 2018 um 15:13 Uhr schrieb Burton, Ross < ross.bur...@intel.com>: > Move your DEPENDS up, as the inherits are setting up DEPENDS with > python3-native python3-setuptools-native, and you're overwriting it. > > Put the DEPENDS after PYI_PACKAGE but before inherit. > > Ross > One step

Re: [yocto] Creating a recipe for python3-pillow

2018-07-06 Thread Oliver Westermann
and have setuptools present. This makes no sense. :/ > > Can you share the recipe you're building? > > Ross > > On 6 July 2018 at 13:56, Oliver Westermann wrote: > > Am Fr., 6. Juli 2018 um 14:38 Uhr schrieb Burton, Ross > > : > >> > >> That's

Re: [yocto] Creating a recipe for python3-pillow

2018-07-06 Thread Oliver Westermann
mysys/tmp/work/aarch64-poky-linux/python3-pillow/5.2.0-r0/temp/log.do_compile.328) Olli Am Fr., 6. Juli 2018 um 14:38 Uhr schrieb Burton, Ross < ross.bur...@intel.com>: > On 6 July 2018 at 13:32, Oliver Westermann wrote: > > This does not seem to work as expected. With option 1)

Re: [yocto] Creating a recipe for python3-pillow

2018-07-06 Thread Oliver Westermann
Am Do., 5. Juli 2018 um 12:59 Uhr schrieb Burton, Ross < ross.bur...@intel.com>: > On 5 July 2018 at 08:26, Oliver Westermann wrote: > > I'm fiddeling around with yocto. I want to move some python stuff onto an > > embedded board and use the nxp mx8 yocto. Everything wo

[yocto] Creating a recipe for python3-pillow

2018-07-05 Thread Oliver Westermann
Hey, I'm fiddeling around with yocto. I want to move some python stuff onto an embedded board and use the nxp mx8 yocto. Everything worked as expected until now, I was able to create yocto recipes for python modules like pyv4l2 (is there any interest for recipes like these to be commited to meta-