Re: [OE-core] [PATCH v3 4/4] devtool: deploy-target: Support stripped libs and execs

2017-08-24 Thread Tobias Hagelborn
On 06/21/2017 12:09 PM, Jussi Kukkonen wrote: On 20 June 2017 at 10:42, Tobias Hagelborn > wrote: > > New devtool deploy-target option --strip which enables deploying > stripped binaries, saving some space on target. > > *

Re: [OE-core] [PATCH v3 4/4] devtool: deploy-target: Support stripped libs and execs

2017-06-21 Thread Jussi Kukkonen
On 20 June 2017 at 10:42, Tobias Hagelborn wrote: > > New devtool deploy-target option --strip which enables deploying > stripped binaries, saving some space on target. > > * Copies the files of ${D} into a new directory and strips them in place > * Used

[OE-core] [PATCH v3 4/4] devtool: deploy-target: Support stripped libs and execs

2017-06-20 Thread Tobias Hagelborn
New devtool deploy-target option --strip which enables deploying stripped binaries, saving some space on target. * Copies the files of ${D} into a new directory and strips them in place * Used oe.package.strip_execs for stripping directory * Added devtool.conf option "strip" for changing default