Re: [yocto] What is the best practice for customizing libraries included in yocto distribution?

2014-03-14 Thread Nicolas Dechesne
Hi, On Thu, Mar 13, 2014 at 4:52 PM, Federico Vitali fede.vit...@gmail.com wrote: Hi everyone, what should I do to customize and crosscompile a library already distributed with yocto? can you be a bit more specific? not sure i understand completely what you want to do. also how are you

Re: [yocto] What is the best practice for customizing libraries included in yocto distribution?

2014-03-14 Thread Federico Vitali
Thank you Nicolas. I try to explain better, sorry, yesterday I wrote the email in a hurry. I'm working to build an OS based on sato, but I have to modify the code of some libraries included in the distribution. When I wrote customize I meant modify source code. I answer to your questions: can

Re: [yocto] What is the best practice for customizing libraries included in yocto distribution?

2014-03-14 Thread Gary Thomas
On 2014-03-14 03:04, Federico Vitali wrote: Thank you Nicolas. I try to explain better, sorry, yesterday I wrote the email in a hurry. I'm working to build an OS based on sato, but I have to modify the code of some libraries included in the distribution. When I wrote customize I meant

Re: [yocto] What is the best practice for customizing libraries included in yocto distribution?

2014-03-14 Thread Nicolas Dechesne
On Fri, Mar 14, 2014 at 10:10 AM, Gary Thomas g...@mlbassoc.com wrote: CCLD libgsttag-0.10.la http://libgsttag-0.10.la libtool: link: warning: library `/opt/poky/1.5.1/sysroots/armv6-vfp-poky-linux-gnueabi/usr/lib/libgstbase-0.10.la http://libgstbase-0.10.la' was moved. libtool: link:

Re: [yocto] What is the best practice for customizing libraries included in yocto distribution?

2014-03-14 Thread Federico Vitali
Thank you Nicholas and Gary! I'm quite experienced in linux embedded developement, but I'm new to yocto / openembedded. Nicolas, can you please explain me how to use my sources separate from OE build dir tree and still using oe built system? Do I have to edit the sources directly in

[yocto] OpenEmbedded Developers meeting after ELC May 2-3

2014-03-14 Thread Philip Balister
Please read: http://openembedded.org/wiki/OEDAM We'd like to get a good idea of the number of people attending. If you are waiting for approvals to travel, you could add yourself as tentative so we have some idea of total attendance for planning. If you are having trouble adding yourself on the

Re: [yocto] What is the best practice for customizing libraries included in yocto distribution?

2014-03-14 Thread Federico Vitali
Thank you Nicolas. Sorry, but I'm new to this extremely powerful building system, I'm a little confused. Now I'll read the sections you suggest! Thank you again! Federico Il giorno 14/mar/2014 11:18, Nicolas Dechesne nicolas.deche...@linaro.org ha scritto: Frederico, On Fri, Mar 14, 2014 at

Re: [yocto] Building on target

2014-03-14 Thread Gary Thomas
On 2014-03-12 13:11, Rick Bianchi wrote: usbip from /usr/src/kernel/drivers/staging/usbip I finally managed to make this comparison. I did this by taking my Poky/Yocto built system for a i.MX6 system (ARM Cortex-A9) and replaced the rootfs with one for the Gumstix Overo (linaro). The results

Re: [yocto] Building on target

2014-03-14 Thread Rick Bianchi
If I have time today I will try to reproduce your results. If not, I will get to it first thing next week and post my result. Thanks, Rick On Fri, Mar 14, 2014 at 7:38 AM, Gary Thomas g...@mlbassoc.com wrote: On 2014-03-12 13:11, Rick Bianchi wrote: usbip from

Re: [yocto] What is the best practice for customizing libraries included in yocto distribution?

2014-03-14 Thread Federico Vitali
It worked! Thank you so much! Now I have to go out, I have only to understand a couple of things... 1. how to make bitbake understand that I've only changed one or more file, now I have to do bitbake -c clean gst-plugins-base bitbake gst-plugins-base 2. how to debug via Eclipse. Thank you

Re: [yocto] What is the best practice for customizing libraries included in yocto distribution?

2014-03-14 Thread Gary Thomas
On 2014-03-14 09:45, Federico Vitali wrote: It worked! Thank you so much! Now I have to go out, I have only to understand a couple of things... 1. how to make bitbake understand that I've only changed one or more file, now I have to do bitbake -c clean gst-plugins-base bitbake

[yocto] Issue installing External Kernel Module with same name

2014-03-14 Thread Ankur Patel
Hello Friends, I am using Poky version of Yocto for building images for imx28 evk. I have to included the receipe which builds the TI Comapt Wifi Driver as External Module and adds itself to the core-minimal-image. Below line is used under the layer.conf file to add TI WiFi Driver to rootfs:

[yocto] Yocto Project Technical Team Meeting

2014-03-14 Thread Jolley, Stephen K
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT

Re: [yocto] Issue installing External Kernel Module with same name

2014-03-14 Thread Khem Raj
On Thu, Mar 13, 2014 at 11:00 PM, Ankur Patel an...@embertec.com wrote: Now the problem is, as kernel also builds the wifi driver modules based on the same .config file used by external driver module. Disable the option in the component where you dont want it from. In this case kernel -Khem --

[yocto] Building a metapackage

2014-03-14 Thread David Welch
Hi, Is it possible to build a meta packages whose sole purpose is to bring in dependencies? Suppose I have package-1.deb, package-2.deb and package-3.deb. I would like add a .bb file to build a metapackage for those three packages. I have tried the following but it didn't work: SUMMARY =

Re: [yocto] Building a metapackage

2014-03-14 Thread Burton, Ross
On 14 March 2014 16:34, David Welch djwelch...@gmail.com wrote: Is it possible to build a meta packages whose sole purpose is to bring in dependencies? You've just described a package group - have a look at anything called packagegroup-*.bb in oe-core, and packagegroup.bbclass. Ross --

Re: [yocto] Building a metapackage

2014-03-14 Thread Gary Thomas
On 2014-03-14 10:34, David Welch wrote: Hi, Is it possible to build a meta packages whose sole purpose is to bring in dependencies? Suppose I have package-1.deb, package-2.deb and package-3.deb. I would like add a .bb file to build a metapackage for those three packages. I have tried

Re: [yocto] Building a metapackage

2014-03-14 Thread David Welch
Thanks for your quick reponses, that works. On Fri, Mar 14, 2014 at 4:45 PM, Gary Thomas g...@mlbassoc.com wrote: On 2014-03-14 10:34, David Welch wrote: Hi, Is it possible to build a meta packages whose sole purpose is to bring in dependencies? Suppose I have package-1.deb,

[yocto] [ANNOUNCEMENT] 1.6_M3 released.

2014-03-14 Thread Flanagan, Elizabeth
The artifacts for the 3rd milestone release of the upcoming Yocto Project 1.6 release are now available at: http://downloads.yoctoproject.org/releases/yocto/milestones/1.6_M3/ Features include: - 41 package updates - Packaging and rootfs re-factor and conversion to python - WIC extension for

Re: [yocto] Building on target

2014-03-14 Thread Gary Thomas
On 2014-03-14 08:49, Rick Bianchi wrote: If I have time today I will try to reproduce your results. If not, I will get to it first thing next week and post my result. One thing I forgot to point out is I used the identical kernel+modules for both setups. I would be interested to see if that

[linux-yocto] linux-yocto-3.10 emgd-1.18 checking out as standard/base

2014-03-14 Thread Hart, Darren
Trying to build minnow/dora with the latest linux-yocto 3.10-ltsi including the recent emgd fixes results in a build source tree that has no emgd patches applied. The recipe has good SRCREVs: Minnow linux-yocto_3.10.bbappend: SRC_URI_minnow =

Re: [linux-yocto] linux-yocto-3.10 emgd-1.18 checking out as standard/base

2014-03-14 Thread Hart, Darren
On 3/14/14, 13:18, Hart, Darren darren.h...@intel.com wrote: Trying to build minnow/dora with the latest linux-yocto 3.10-ltsi including the recent emgd fixes results in a build source tree that has no emgd patches applied. The recipe has good SRCREVs: Minnow linux-yocto_3.10.bbappend:

Re: [linux-yocto] linux-yocto-3.10 emgd-1.18 checking out as standard/base

2014-03-14 Thread Bruce Ashfield
On Fri, Mar 14, 2014 at 5:40 PM, Hart, Darren darren.h...@intel.com wrote: On 3/14/14, 13:18, Hart, Darren darren.h...@intel.com wrote: Trying to build minnow/dora with the latest linux-yocto 3.10-ltsi including the recent emgd fixes results in a build source tree that has no emgd patches

Re: [linux-yocto] linux-yocto-3.10 emgd-1.18 checking out as standard/base

2014-03-14 Thread Hart, Darren
On 3/14/14, 19:57, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Fri, Mar 14, 2014 at 5:40 PM, Hart, Darren darren.h...@intel.com wrote: On 3/14/14, 13:18, Hart, Darren darren.h...@intel.com wrote: Trying to build minnow/dora with the latest linux-yocto 3.10-ltsi including the recent emgd

Re: [linux-yocto] linux-yocto-3.10 emgd-1.18 checking out as standard/base

2014-03-14 Thread Bruce Ashfield
On 2014-03-15, 12:50 AM, Hart, Darren wrote: On 3/14/14, 19:57, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Fri, Mar 14, 2014 at 5:40 PM, Hart, Darren darren.h...@intel.com wrote: On 3/14/14, 13:18, Hart, Darren darren.h...@intel.com wrote: Trying to build minnow/dora with the latest