Re: [oe] [meta-qt5][PATCH] qtbase: add a config option to optimize for size

2018-02-17 Thread Khem Raj
On 2/17/18 5:37 AM, Kwangsub Kim wrote: The '-optimize-size' option would enable the compiler to optimize for size instead of speed. It would affect the whole Qt libraries and Qt applications as well. This feature is available in Qt 5.9+. Signed-off-by: Kwangsub Kim ---

[oe] [meta-qt5][PATCH] qtbase: add a config option to optimize for size

2018-02-17 Thread Kwangsub Kim
The '-optimize-size' option would enable the compiler to optimize for size instead of speed. It would affect the whole Qt libraries and Qt applications as well. This feature is available in Qt 5.9+. Signed-off-by: Kwangsub Kim --- recipes-qt/qt5/qtbase_git.bb | 1 + 1 file

Re: [oe] [meta-networking][PATCH] waf-samba: use new oe.utils.parallel_make_argument function instead of removed get_waf_parallel_make

2018-02-17 Thread Tim Orling
Right. I had backed out for meta-virtualization linux-yocto bbappends failures. On Sat, Feb 17, 2018 at 9:25 AM Joshua Watt wrote: > On Feb 17, 2018 10:39, "Tim Orling" > wrote: > > Now libevent fails: > > 08:35:10 > ERROR: ExpansionError

Re: [oe] [meta-networking][PATCH] waf-samba: use new oe.utils.parallel_make_argument function instead of removed get_waf_parallel_make

2018-02-17 Thread Joshua Watt
On Feb 17, 2018 10:39, "Tim Orling" wrote: Now libevent fails: 08:35:10 ERROR: ExpansionError during parsing /workdir/openembedded-core/../ meta-openembedded/meta-networking/recipes-support/libtevent/ libtevent_0.9.33.bb 08:35:10 Traceback (most recent call

Re: [oe] [meta-networking][PATCH] waf-samba: use new oe.utils.parallel_make_argument function instead of removed get_waf_parallel_make

2018-02-17 Thread Tim Orling
Now libevent fails: 08:35:10 ERROR: ExpansionError during parsing /workdir/openembedded-core/../meta-openembedded/meta-networking/recipes-support/libtevent/libtevent_0.9.33.bb 08:35:10 Traceback (most recent call last): 08:35:10 bb.data_smart.ExpansionError: Failure expanding variable

Re: [oe] [meta-qt5][PATCH] qtwebengine: add PACKAGECONFIG for proprietary_codecs

2018-02-17 Thread Martin Jansa
This doesn't apply in master, WEBENGINE_CONFIG was last used in 5.9. On Mon, Feb 5, 2018 at 1:53 PM, Pascal Huerst wrote: > Signed-off-by: Pascal Huerst > --- > recipes-qt/qt5/qtwebengine_git.bb | 1 + > 1 file changed, 1 insertion(+) > > diff