Re: [yocto] [PATCH] documentation: updates to static library support in SDK

2017-06-15 Thread Maxin B. John
Hi Scott, On Wed, Jun 14, 2017 at 11:29:15AM -0700, Scott Rifenbark wrote: >Maxin, > >Can you send out a new patch with the correction? > Sure, will send an updated patch soon. >Scott >> >>On Wed, Jun 14, 2017 at 10:57 AM, Andre McCurdy wrote: >> >>>On Wed, Jun 14, 2017 at 5:12 AM, Maxin B.

Re: [yocto] [PATCH] documentation: updates to static library support in SDK

2017-06-15 Thread Maxin B. John
Hi Andre, On Wed, Jun 14, 2017 at 10:57:41AM -0700, Andre McCurdy wrote: > On Wed, Jun 14, 2017 at 5:12 AM, Maxin B. John wrote: > > For development purposes, static libraries need to be > > present only in the SDK. We do not need those static > > libraries in the image for most scenarios. So, re

Re: [yocto] [PATCH] documentation: updates to static library support in SDK

2017-06-14 Thread Andre McCurdy
On Wed, Jun 14, 2017 at 5:12 AM, Maxin B. John wrote: > For development purposes, static libraries need to be > present only in the SDK. We do not need those static > libraries in the image for most scenarios. So, replace > IMAGE_INSTALL with TOOLCHAIN_TARGET_TASK in the documentation. > > Suggest

[yocto] [PATCH] documentation: updates to static library support in SDK

2017-06-14 Thread Maxin B. John
For development purposes, static libraries need to be present only in the SDK. We do not need those static libraries in the image for most scenarios. So, replace IMAGE_INSTALL with TOOLCHAIN_TARGET_TASK in the documentation. Suggested-by: Anders Darander Signed-off-by: Maxin B. John --- documen