[yocto] Missing math.h in qemux86 sysroot

2013-12-03 Thread Wang, Yang Y
I'm just starting my working for Yocto project 1.5. I'm following the getting start document and build the core-image-sato successfully. Now when I try to build my own application, it report math.h not found during do_compile stage. I checked the file in qemux86 sysroot folder:

Re: [yocto] RFC Autobuilder Naming

2013-12-03 Thread Flanagan, Elizabeth
I approve of this. It would certainly help us with figuring out why builds error out if it's distro specific. On Mon, Nov 25, 2013 at 5:13 PM, Michael Halstead mich...@yoctoproject.org wrote: On 11/25/2013 07:01 AM, Paul Eggleton wrote: Hi Michael, On Friday 22 November 2013 15:43:58 Michael

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, December 03, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2013-12-03 Thread Liu, Song
Attendees: Cristiana, ScottR, AlexG, Ross, Michael, Björn, Cristian, Bruce, Matthew, Tom, Corneliu, Saul, Richard, Jessica, Darren, Ross, Mark, Nitin, Song Agenda: * Opens collection - 5 min (Song) * Yocto 1.6 status - 10 min (Song/team)

[yocto] [meta-raspberrypi][PATCH 1/1] rpi-default-providers: Use jpeg as default provider

2013-12-03 Thread Andrei Gherzan
Change-Id: Ic7f1faa3ed60a3ccd1b0b08ed366cfb71df06536 Signed-off-by: Andrei Gherzan and...@gherzan.ro --- conf/machine/include/rpi-default-providers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-default-providers.inc

[yocto] [meta-raspberrypi][PATCH 1/1] linux-raspberrypi_3.10.18: Fix commit SHA

2013-12-03 Thread Andrei Gherzan
The remote SHA used is no longer available in github. Move to a usable one. Fixies this build error: fatal: reference is not a tree: ae937f99fee8a37f2ddd7270f6bcc0e497e8c903 on raspberry 3.10 kernel:

[yocto] [meta-selinux][PATCH 1/2] bzip SELinux policy modules in ${datadir}

2013-12-03 Thread Joe MacDonald
From: Philip Tricca fl...@twobit.us The 'semodule' utility can operate on compresed modules so the only cost of this change is a slower module load time when invoking 'semodule -i' on a running system (increased CPU load due to bzip2). That said my tests show more than 100M reduction in ext3

Re: [yocto] [meta-selinux][PATCH] bzip SELinux policy modules in ${datadir}

2013-12-03 Thread Joe MacDonald
(resending, this time including the list ...) [Re: [meta-selinux][PATCH] bzip SELinux policy modules in ${datadir}] On 13.10.21 (Mon 16:15) Joe MacDonald wrote: [[meta-selinux][PATCH] bzip SELinux policy modules in ${datadir}] On 13.10.21 (Mon 18:06) Philip Tricca wrote: The 'semodule'

Re: [yocto] [meta-raspberrypi] Using the camera

2013-12-03 Thread Andrei Gherzan
On Tue, Nov 19, 2013 at 6:22 PM, Gary Thomas g...@mlbassoc.com wrote: On 2013-11-19 09:18, Edward Vidal wrote: Hello, To get my C920 camera to work with the zedboard I needed to add v4l-utils and then I need several modules that I add to 3.6 kernel

Re: [yocto] [meta-raspberrypi] Using the camera

2013-12-03 Thread jan alexandru vaduva
Hello guys, I am trying to enable the functionality for the camera. I am trying to solve the following problem: mmal: mmal_vc_component_create: failed to create component 'vc.ril.camera' mmal: mmal_component_create_core: could not create component 'vc.ril.camera' mmal: Failed to create

[yocto] use TCMODE for specific package build

2013-12-03 Thread Wang, Yang Y
Hi all, I'm trying to use the second toolchain such as icc compiler for my specific package build. I have enabled the TCMODE=icc in the local.conf but in this case all the package will be built by icc compiler. However I only want to build one of my package with icc and use default gcc