> On Jul 30, 2015, at 12:40 AM, wenzong fan <wenzong....@windriver.com> wrote:
> 
> On 07/29/2015 06:19 PM, Burton, Ross wrote:
>> 
>> On 29 July 2015 at 08:34, <wenzong....@windriver.com
>> <mailto:wenzong....@windriver.com>> wrote:
>> 
>>    +# bjam is already stripped, don't strip it again
>>    +INHIBIT_SYSROOT_STRIP = "1"
>> 
>> 
>> In case it's even needed to debug bjam-native, how hard would it be to
>> stop bjam from being stripped in the first place?
> 
> By default, a release version is stripped, we could build & install the debug 
> version for bjam.
> 
> For specific changes, we only need to append "--debug" to build.sh, then 
> update do_install() to select the unstripped version.
> 
> Do you think this is the right ways?


export INSTALL=“install” or something like that might do it. usually folks use 
install -s by default during install step which cause such issues.

> Thanks
> Wenzong
> 
>> 
>> Ross
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to