[yocto] Initramfs image name (INITRAMFS_IMAGE)

2015-04-21 Thread Marcin Krzemiński
Hi, I want to set my initramfs image name in my image recipe. In local.conf I've set: INITRAMFS_IMAGE_BUNDLE=1 In my image recipe I am setting image name: INITRAMFS_IMAGE = myimage-image-minimal Unfortunately when kernel recipe is parsed INITRAMFS_IMAGE variable i empty. running bitbake -e

[yocto] libc6-dbg-2.20-r0.core2_64.rpm empty

2015-04-21 Thread Francois P. Gallichand
Hello, I'm trying to use Valgrind but when I start it, it gives me an error because a required library has its symbols stripped. After looking around, I found out that the libc6-dbg packages should be installed and it is. However, when I look into the rpm for libc6-dbg, it is empty. Why is

Re: [yocto] Initramfs image name (INITRAMFS_IMAGE)

2015-04-21 Thread Paul Eggleton
Hi Marcin, On Tuesday 21 April 2015 08:54:49 Marcin Krzemiński wrote: I want to set my initramfs image name in my image recipe. In local.conf I've set: INITRAMFS_IMAGE_BUNDLE=1 In my image recipe I am setting image name: INITRAMFS_IMAGE = myimage-image-minimal Unfortunately when

Re: [yocto] How to add openmp to the target image

2015-04-21 Thread Paul Eggleton
Hi Cristophe, On Monday 20 April 2015 13:15:06 Christophe Coutand wrote: Is there a way to include the openmp library on the target image? when building the full target image for a freescale processor, I get gcc etc... installed on the target filesystem but not libgomp. It is however correctly

Re: [yocto] SRCREV issue with linux-yocto-custom do_validate_branches()

2015-04-21 Thread Bruce Ashfield
On 04/21/2015 08:21 AM, Mills, Clayton wrote: On 17 April 2015 14:28, Bruce Ashfield wrote: On 2015-04-17 6:12 AM, Mills, Clayton wrote: Hi All, I'm having a little trouble with do_validate_branches() inherited by my linux-yocto-custom. I'm building the 3.14.28 kernel with ltsi kernel patch

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, Apr. 21, 2015 8:00 AM US Pacific Time

2015-04-21 Thread Jolley, Stephen K
Attendees: Stephen, Sona, Paul, Michael, Christin, Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.8_Status https://wiki.yoctoproject.org/wiki/Yocto_1.8_Schedule

Re: [yocto] U-Boot with a different default device tree, for BeagleBone-similar system

2015-04-21 Thread Matt Schuckmann
-Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Craig McQueen Sent: Monday, April 20, 2015 10:23 PM To: yocto@yoctoproject.org Subject: [yocto] U-Boot with a different default device tree, for BeagleBone-similar system

Re: [yocto] SRCREV issue with linux-yocto-custom do_validate_branches()

2015-04-21 Thread Mills, Clayton
On 17 April 2015 14:28, Bruce Ashfield wrote: On 2015-04-17 6:12 AM, Mills, Clayton wrote: Hi All, I'm having a little trouble with do_validate_branches() inherited by my linux-yocto-custom. I'm building the 3.14.28 kernel with ltsi kernel patch set applied, so was trying to set

Re: [yocto] extrausers working from image file .bb but not from .bbappend

2015-04-21 Thread Khem Raj
Hi Chris On Apr 21, 2015, at 6:27 PM, Chris Morgan chmor...@gmail.com wrote: Hello. Based on http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#ref-classes-extrausers and the .bbclass file I've added this to a .bbappend, pulseaudio_%.bbappend actually so root user can

[yocto] extrausers working from image file .bb but not from .bbappend

2015-04-21 Thread Chris Morgan
Hello. Based on http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#ref-classes-extrausers and the .bbclass file I've added this to a .bbappend, pulseaudio_%.bbappend actually so root user can use pactl when pulseaudio is running in system mode: inherit extrausers

Re: [yocto] libc6-dbg-2.20-r0.core2_64.rpm empty

2015-04-21 Thread Khem Raj
On Apr 21, 2015, at 6:18 AM, Francois P. Gallichand francois.p.gallich...@ca.abb.com wrote: Hello, I’m trying to use Valgrind but when I start it, it gives me an error because a required library has its symbols stripped. After looking around, I found out that the libc6-dbg packages