> 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
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
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