Re: [yocto] Including Static Libraries from sysroot in an autotools based package

2015-03-19 Thread Khem Raj
> On Mar 19, 2015, at 2:07 AM, Priya Agarwal > wrote: > > Hi, > > I need to link some libraries which are in sysroot into my source code. These > are usdpaa libraries. > > I added DEPENDS += "usdpaa" in .bb file. > Apart from that also changed the Makefile.am of my source to include the > f

Re: [yocto] Including Static Libraries from sysroot in an autotools based package

2015-03-19 Thread Priya Agarwal
Hi, I need to link some libraries which are in sysroot into my source code. These are usdpaa libraries. I added DEPENDS += "usdpaa" in .bb file. Apart from that also changed the Makefile.am of my source to include the following: area_LDADD = -lusdpaa_of Then I ran aclocal, autoconf, automake --ad

[yocto] Including Static Libraries from sysroot in an autotools based package

2015-03-19 Thread Priya Agarwal
Hi, I need to link some libraries which are in sysroot into my source code. These are usdpaa libraries. I added DEPENDS += "usdpaa" in .bb file. Apart from that also changed the Makefile.am of my source to include the following: area_LDADD = -lusdpaa_of Then I ran aclocal, autoconf, automake --ad