[yocto] Python recipe question

2014-02-04 Thread Ashish Dalela
HI, I notice that many python standard modules (e.g. cgi.py) are not getting packaged with the core-image-basic. I can't find a specific package that includes this although I can see the file being a part of the source archive. Any suggestion on how I can include all standard libraries? Thanks

Re: [yocto] Python recipe question

2014-02-04 Thread Paul Eggleton
Hi Ashish, On Tuesday 04 February 2014 14:50:29 Ashish Dalela wrote: I notice that many python standard modules (e.g. cgi.py) are not getting packaged with the core-image-basic. I can't find a specific package that includes this although I can see the file being a part of the source archive.

Re: [yocto] Python recipe question

2014-02-04 Thread Ashish Dalela
Thanks Paul for the quick response. I will try your suggestions. -Ashish On Tue, Feb 4, 2014 at 3:30 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi Ashish, On Tuesday 04 February 2014 14:50:29 Ashish Dalela wrote: I notice that many python standard modules (e.g. cgi.py) are

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] [meta-raspberrypi][PATCH V2] Add initramfs support

2014-02-04 Thread Andrei Gherzan
On Tue, Feb 4, 2014 at 9:45 AM, Sebastien MENNETRIER s.mennetr...@innotis.org wrote: Ping ? Been busy this weekend. Will try to take a look on the pending patches until Tuesday. Thanks. 2014-01-31 Sébastien Mennetrier s.mennetr...@innotis.org: Permit to build an image with initramfs.

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

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, February 04, 2014 8:00 AM US Pacific Time

2014-02-04 Thread Jolley, Stephen K
Attendees: Stephen, Jessica, Mathew, Pau, Nitin, Belen, Alex D, Christian, Scott, Tom, Jefro, Belen, Bruce, Ross, Ionut, Saul, Michael, Alvd?, * Opens collection - 5 min (Stephen) - None * Yocto 1.6 status - 10 min (Stephen/team) YP 1.6 M2 has been approved by CCB and will be released

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] Parallel builds with common shared state cache

2014-02-04 Thread Brian Karcz
Hi, I'm curious is there are any issues with using a common shared state cache directory, outside the build directory, for multiple different image builds that also might be running in parallel to each other? I'm in the process of setting up a new build server and wanted to make sure this

[yocto] [PATCH 2/2] mono: Fix the recipes for patch paths

2014-02-04 Thread Khem Raj
Remove redundant patches, use PV where possible and remove hardcoding Reorganise the patch directories Fixes parse warnings like WARNING: Unable to get checksum for mono SRC_URI entry Makefile.am.diff: file could not be found WARNING: Unable to get checksum for mono-native SRC_URI entry

[yocto] [PATCH 1/2] mono-xsp: Fix parse warnings

2014-02-04 Thread Khem Raj
WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la ${base_libdir}/*.la) replaces original key FILES_mono-xsp-dev ( /usr/lib/pkgconfig/xsp.pc

[yocto] [PATCH] tune-arm1176jzfs-s.inc: Add hard float profile, arm1176jzfshf, in AVAILTUNES

2014-02-04 Thread Kazuya Nishimura
* arm1176jzfshf uses -mtune=hard. * Add -mfpu=vfp if vfp is included in TUNE_FEATURES Signed-off-by: Kazuya Nishimura kazuya.nisim...@gmail.com Change-Id: If81977cacbba052fa30c4a407ec65e93148d2ee3 --- conf/machine/include/tune-arm1176jzf-s.inc |7 +++ 1 file changed, 7 insertions(+)

Re: [linux-yocto] [PATCH 0/1] [Patch] meta: rename scc files for valleyisland bsp

2014-02-04 Thread Bruce Ashfield
On 14-02-04 09:19 AM, rebecca.swee.fun.ch...@intel.com wrote: From: Chang, Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com Hi, This is a pull request for a minor update on the scc file name for Valley Island BSP. This is to keep consistency in file naming for the project. Updates should be