Re: [yocto] Linking of external libraries in the recipe

2015-03-15 Thread Priya Agarwal
I wrote the following in squid_3.4.7.bbappend: DPENDS_append = usdpaa EXTRA_OECONF_append = LDFLAGS=-L/media/NewVolume/yocto/build_t4240qds_release/tmp/sysroots/t4240qds/usr/lib/ \ LIBS=-lusdpaa_dma -lusdpaa_dma_mem -lusdpaa_of -lusdpaa_fman -lusdpaa_qbman -lusdpaa_syscfg \

Re: [yocto] node-serialport recipe help

2015-03-15 Thread Khem Raj
On Sat, Mar 14, 2015 at 11:35 AM, Caio caio...@gmail.com wrote: Hi folks! I'm writing a recipe to build the nodejs with node-serialport, but i'm having problem in the QA and in the do_package. This problem occurs when I try to copy all the npm packets to target path using the command cp -r.

Re: [yocto] Automatically include all recipes/packages in a custom layer

2015-03-15 Thread Chris Tapp
On 14 Mar 2015, at 11:42, Padam Jeet Singh padam.si...@inventum.net wrote: On 14-Mar-2015, at 5:05 pm, Paul Eggleton paul.eggle...@linux.intel.com mailto:paul.eggle...@linux.intel.com wrote: On Saturday 14 March 2015 12:51:31 Padam Jeet Singh wrote: I am trying to build a custom layer

Re: [yocto] Linking of external libraries in the recipe

2015-03-15 Thread Khem Raj
On Sat, Mar 14, 2015 at 11:23 PM, Priya Agarwal priya_agar...@students.iitmandi.ac.in wrote: I wrote the following in squid_3.4.7.bbappend: DPENDS_append = usdpaa DEPENDS += usdpaa should be better here. EXTRA_OECONF_append =

Re: [yocto] [Yocto-builds] Linking of external libraries in the recipe

2015-03-15 Thread Priya Agarwal
Did this: DPENDS += usdpaa EXTRA_OECONF_append = LDFLAGS = -L/usr/lib/ \ LIBS=-lusdpaa_dma -lusdpaa_dma_mem -lusdpaa_of -lusdpaa_fman -lusdpaa_qbman -lusdpaa_syscfg \ CXXFLAGS=-I/usr/include/ Its still failing. configure: WARNING: you should use --build, --host,

Re: [yocto] Bitbake recipe Post install script not executed once the package is installed

2015-03-15 Thread Bipnesh, Abhinav (Abhinav)
From: Paul Eggleton [paul.eggle...@linux.intel.com] Sent: Saturday, March 14, 2015 5:55 PM To: Bipnesh, Abhinav (Abhinav) Cc: yocto@yoctoproject.org Subject: Re: [yocto] Bitbake recipe Post install script not executed once the package is installed On

[yocto] qtdemo input prblem

2015-03-15 Thread Parthiban Kandasamy
i built qte-demo project for beagleboard-xm, now i have option to use mouse or touchscreen at a time, but i need to use these two at same time. so what will be the option? -- thanks and regards, parthiban +919790329795 -- ___ yocto mailing list

Re: [yocto] [Yocto-builds] Linking of external libraries in the recipe

2015-03-15 Thread Khem Raj
On Sun, Mar 15, 2015 at 10:03 PM, Priya Agarwal priya_agar...@students.iitmandi.ac.in wrote: EXTRA_OECONF_append = LDFLAGS = -L/usr/lib/ \ LIBS=-lusdpaa_dma -lusdpaa_dma_mem -lusdpaa_of -lusdpaa_fman -lusdpaa_qbman -lusdpaa_syscfg \ CXXFLAGS=-I/usr/include/ you