[yocto] [ANNOUNCEMENT] Milestone 3 for Yocto Project 1.9 now available.

2015-09-28 Thread Graydon, Tracy
The third milestone release for Yocto Project 1.9 is available for download now. http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-1.9_M3/ Thank you everyone for your contributions. eclipse-poky/mars-master 05ba7b6791083a70c78366f9737e27d9dd25d08b eclipse-poky/kepler-master cf60

Re: [yocto] Creating a new recipe based on another recipe

2015-09-28 Thread Gary Thomas
On 2015-09-28 11:59, Daniel. wrote: I think you're searching for .bbappend don't? Shouldn't be any need for that - it's his recipe, so he can modify it as he wishes. One uses .bbappend to made changes/additions to a recipe where you don't want (or can't) modify the original. http://www.yoc

Re: [yocto] Creating a new recipe based on another recipe

2015-09-28 Thread Daniel.
I think you're searching for .bbappend don't? http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#using-bbappend-files Or, maybe, put all the common things in a .inc file, create the recipes, include the files in recipes. There is also a lot of examples of this: http://git.yoctopr

Re: [yocto] What's mounting this partition?

2015-09-28 Thread Fred Ollinger
If you have a sda1 drive, you can do: udevadm test /sys/class/block/sda1 to get debug info. From: yocto-boun...@yoctoproject.org on behalf of Paul D. DeRocco Sent: Sunday, September 27, 2015 2:52 AM To: 'Khem Raj' Cc: yocto@yoctoproject.org Subject: Re:

Re: [yocto] [meta-raspberrypi][PATCH] userland: Fix multiple inline issues while building with gcc 5.x

2015-09-28 Thread Khem Raj
> On Sep 28, 2015, at 8:13 AM, Gary Thomas wrote: > > On 2015-09-27 07:34, Tom Doehring wrote: >> Building userland source with gcc 5.x causes multiple issues such as: >> >> vcos_thread.h:186:15: warning: inline function 'vcos_thread_get_affinity' >> declared but never defined >> | VCOS_UNSIG

Re: [yocto] Creating a new recipe based on another recipe

2015-09-28 Thread Gary Thomas
On 2015-09-28 09:30, Stuart Weaver wrote: Hi all, I have a recipe for a package which builds well. I now need to add a patch into certain builds. What is the best way to do this? 1.Is there a variable I can append the image name to (similar to:/SRC_URI_image-name/)?// 2.Is there a way of cre

[yocto] Creating a new recipe based on another recipe

2015-09-28 Thread Stuart Weaver
Hi all, I have a recipe for a package which builds well. I now need to add a patch into certain builds. What is the best way to do this? 1. Is there a variable I can append the image name to (similar to: SRC_URI_image-name)? 2. Is there a way of creating a new 'recipe 2' that obt

Re: [yocto] [meta-raspberrypi][PATCH] userland: Fix multiple inline issues while building with gcc 5.x

2015-09-28 Thread Gary Thomas
On 2015-09-27 07:34, Tom Doehring wrote: Building userland source with gcc 5.x causes multiple issues such as: vcos_thread.h:186:15: warning: inline function 'vcos_thread_get_affinity' declared but never defined | VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread); The following pa

[yocto] [meta-raspberrypi][PATCH] userland: Fix multiple inline issues while building with gcc 5.x

2015-09-28 Thread Tom Doehring
Building userland source with gcc 5.x causes multiple issues such as: vcos_thread.h:186:15: warning: inline function 'vcos_thread_get_affinity' declared but never defined | VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread); The following patches fixes these issues and allows buildin

Re: [yocto] Webkit2gtk opengl issue

2015-09-28 Thread Mark O'Donovan
On Fri, Sep 25, 2015 at 10:01 PM, Trevor Woerner wrote: > On 09/23/15 07:53, Mark O'Donovan wrote: >> I am working on an am335x based project, with a webkitgtk >> program on the screen, displaying a simple webpage. >> >> I want to use a standard yocto kernel, which I believe >> means I must do wit

Re: [yocto] What's mounting this partition? (answered)

2015-09-28 Thread Paul D. DeRocco
> From: Paul D. DeRocco > > My x86 system, built with Yocto Fido, boots from /dev/sda2 on > a USB flash drive. There's another partition on /dev/sda1 > which I wish to mount with a systemd mount unit, or with a > line in /etc/fstab. But either way is failing because /dev/sda1 > is already moun