Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-06-01 Thread yocto yocto
I am willed to do this since I rely on postgresql. It would help if you could provide some hints which files are or might be related to the problem since I am relatively new to yocto. I would do the rest of the work. 2015-05-28 13:15 GMT+02:00 Paul Eggleton paul.eggle...@linux.intel.com: On

[yocto] cortexa15 toolchain compilation option

2015-06-01 Thread Neelkumar Patel
Hi, We are building the toolchain for cortexa15 CPU in oe-core and we are able to build the toolchain but during the compilation of the application we have to provide manually option --with-float=hard. e.g. We have one application called hello.c. We have to provide below option for

Re: [yocto] cortexa15 toolchain compilation option

2015-06-01 Thread Neelkumar Patel
Hi, Sorry option is -mfloat-abi=hard. We have to provide below option during compilation. arm-XXX-gcc -mfloat-abi=hard hello.c We do not want to give -mfloat-abi=hard option during compilation. If we do not provide that option (arm-XXX-gcc hello.c ) then it gives below error. fatal error:

Re: [yocto] build hello_world.c in yocto

2015-06-01 Thread Victor Rodriguez
On Sun, May 31, 2015 at 5:48 PM, Burton, Ross ross.bur...@intel.com wrote: On 29 May 2015 at 21:59, Victor Rodriguez vm.ro...@gmail.com wrote: Question what are the necessary IMAGE_INSTALL_append to build a c hello world in an core-image-minimal ? The easy way is to add tools-sdk to

Re: [yocto] build hello_world.c in yocto

2015-06-01 Thread Burton, Ross
On 1 June 2015 at 13:08, Victor Rodriguez vm.ro...@gmail.com wrote: EXTRA_IMAGE_FEATURES = debug-tweaks dev-pkgs As the documentation says ( http://www.yoctoproject.org/docs/1.8/ref-manual/ref-manual.html#ref-features-image), dev-pkgs is just the headers and library links for the packages

[yocto] ERROR: Multiple .bb files

2015-06-01 Thread Joel (Xi Zhou) Zhou
Updated. If I bypass the packagedata error, the new kernel recipe runs into ERROR: Multiple .bb files ... Anyone has suggestion for this issue? Thanks, Joel --- NOTE: Compute totals (have 1 endpoint(s)) ERROR: Multiple .bb files are due to be built which each provide virtual/kernel

Re: [yocto] getting started...

2015-06-01 Thread Ed Sutter
On 5/31/2015 8:16 AM, Paul Eggleton wrote: On Friday 29 May 2015 14:41:37 Trevor Woerner wrote: Hi Ed, On 05/27/15 16:32, Ed Sutter wrote: This year I have two ongoing iMX6 based linux projects, and may need to use a beaglebone or RPi for some other small project. The point of the above

[yocto] [PATCH] poky.conf: DISTRO_VERSION bump

2015-06-01 Thread Beth Flanagan
We missed the DISTRO_VERSION bump for the 1.6.3 release. I've opened https://bugzilla.yoctoproject.org/show_bug.cgi?id=7836 to ensure that this doesn't happen again. Signed-off-by: Beth Flanagan elizabeth.flana...@intel.com --- meta-yocto/conf/distro/poky.conf | 2 +- 1 file changed, 1

[yocto] [Recipe reporting system] Upgradable recipe name list

2015-06-01 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-xxx in upstream_tracking files to ignore this recipe remainder until newer

[yocto] Multi recipes for different defconfig on the same kernel source

2015-06-01 Thread Joel (Xi Zhou) Zhou
Hi all, I need to create multiple recipes for different kernel config based on the same kernel source. In my experiment, I create a new recipe linux-brcm-nand based on linux-brcm, the only different is the kernel defconfig file. From the following error message, it looks like the idea of

[yocto] [PATCH][layerindex-web] Add support for inherit field in recipes

2015-06-01 Thread Aníbal Limón
From: Alex Franco alejandro.fra...@linux.intel.com Modified: models.py, update.py, recipes.html, detail.html, recipedetail.html, additional.css To identify image recipes and provide inheritance data for recipes, an inherits field was added to the recipe model, and then populated using refactored

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, June 2, 2015 8:00 AM US Pacific Time

2015-06-01 Thread Jolley, Stephen K
Tuesday, June 2, 2015 8:00 AM US Pacific Time Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.9_Status https://wiki.yoctoproject.org/wiki/Yocto_1.9_Schedule

[yocto] Question regarding python, _sysconfigdata.py, and building C extension modules on the target...

2015-06-01 Thread Bob Cochran
Hi, While building a python 2.7 C extension module on the target (e.g., python setup.py build) I found that I needed to modify /usr/lib64/python2.7/_sysconfigdata.py to successfully build the module. I modified both CC and LDSHARE. For both, I removed

Re: [yocto] Issue with toaster

2015-06-01 Thread Raghavendra Kakarla
Hi Alex, Do you have any updates on this issue? Regards, Raghavendra K. From: Damian, Alexandru alexandru.dam...@intel.com Sent: Friday, May 15, 2015 7:38 PM To: Raghavendra Kakarla Cc: Barros Pena, Belen; yocto@yoctoproject.org Subject: Re: [yocto] Issue