Re: [yocto] How to patch sysroots file?

2013-10-07 Thread Khem Raj
On Oct 7, 2013, at 6:53 AM, Ashish Dalela wrote: > > I am trying to build bridge-utils. During compilation, I get the error: > > /scratch/adalela/yocto/build/tmp/sysroots/qemux86/usr/include/linux/if_bridge.h:172:20: > error: field 'ip6' has incomplete typeIn file included from > ../libbridg

Re: [yocto] How to patch sysroots file?

2013-10-07 Thread Gaurang Shastri
>>So my question is: from where is the sysroots file coming? How should I generate the patch file for the sysroots Will, there is task called do_populate_systroot which will generate sysroots files/headers. If you want to generate the patch, you don't require to generate "sysroot patch" but you n

[yocto] How to patch sysroots file?

2013-10-07 Thread Ashish Dalela
I am trying to build bridge-utils. During compilation, I get the error: /scratch/adalela/yocto/build/tmp/sysroots/qemux86/usr/include/linux/if_bridge.h:172:20: error: field 'ip6' has incomplete typeIn file included from ../libbridge/libbridge.h:24:0 But, I don't see matching file paths in git pat