[OE-core] oe-core build fail package_fixsymlinks

2017-01-26 Thread ANDANI PRASHANT
Hi, If i remove package_fixsymlinks from meta/classes/package.bbclass, it works else giving error as below: ERROR: external-linaro-toolchain-2017.01~dev-r0.arago30 do_package: Error executing a python function in exec_python_func() autogenerated: The stack trace of python calls that resulted in

Re: [OE-core] oe-core build fail package_fixsymlinks

2017-01-26 Thread ANDANI PRASHANT
):* * dangling_links[pkg].append(os.path.normpath(rtarget[len(inst_root):]))* Regards, Prashant On Fri, Jan 27, 2017 at 11:45 AM, Khem Raj wrote: > does this happen if you remove meta-linaro-toolchain from your layer mix ? > > On Thu, Jan 26, 2017 at 8:23 PM, ANDANI PRASHANT > wrote: > >

Re: [OE-core] oe-core build fail package_fixsymlinks

2017-01-26 Thread ANDANI PRASHANT
Sorry, its below lines rtarget = cpath.realpath(path, inst_root, True, assume_dir = True) if not cpath.lexists(rtarget): dangling_links[pkg].append(os.path.normpath(rtarget[len(inst_root):])) On Fri, Jan 27, 2017 at 11:59 AM, ANDANI PRASHANT wrote: > Hi

Re: [OE-core] oe-core build fail package_fixsymlinks

2017-01-27 Thread ANDANI PRASHANT
Hi Raj, I am new to yocto and systemd. Can you please tell me how to remove meta-linaro-toolchain? On Fri, Jan 27, 2017 at 12:01 PM, Khem Raj wrote: > On Thu, Jan 26, 2017 at 10:29 PM, ANDANI PRASHANT > wrote: > > Hi Raj, > > > > Thank you for reply. > > >

[OE-core] Want to strip rootfs

2017-02-03 Thread ANDANI PRASHANT
Hi, I build rootfs which size is 100MB+ As i look in to filesystem, there are 14mb libc-2.23.so, 12mb libstdc++.so.6.0.22,..etc. Is there any flag or option during build to strip all library and binary to optimise size of rootfs. Regards, Prashant -- _

Re: [OE-core] Want to strip rootfs

2017-02-04 Thread ANDANI PRASHANT
linaro-toolchain.bb, do_package) failed with exit code '1' Is there any way to reduce *ncurses terminfo* size because it consume 7MB? Thank you in advance. Regards, Prashant On Fri, Feb 3, 2017 at 8:50 PM, Mark Hatle wrote: > On 2/3/17 6:25 AM, ANDANI PRASHANT wrote: > >