Re: [OE-core] [RFC PATCH 3/6] openssl: update to 1.1.1

2018-09-03 Thread Khem Raj
On Mon, Sep 3, 2018 at 8:17 PM Andre McCurdy wrote: > > On Mon, Sep 3, 2018 at 3:53 PM, Khem Raj wrote: > > On 8/28/18 3:23 AM, Alexander Kanavin wrote: > >> At the moment 1.1.1 is in pre-release stage, however the final release > >> should be available within a few weeks. The major selling

Re: [OE-core] [RFC PATCH 3/6] openssl: update to 1.1.1

2018-09-03 Thread Andre McCurdy
On Mon, Sep 3, 2018 at 3:53 PM, Khem Raj wrote: > On 8/28/18 3:23 AM, Alexander Kanavin wrote: >> At the moment 1.1.1 is in pre-release stage, however the final release >> should be available within a few weeks. The major selling point is that >> it supports the new TLS 1.3 specification. It will

Re: [OE-core] [PATCH 6/7] wic:bootimg-efi:try other place for efi

2018-09-03 Thread Lu.Jiang
在 2018年09月04日 10:26, Tom Rini 写道: On Tue, Sep 04, 2018 at 10:15:44AM +0800, Lu.Jiang wrote: 在 2018年09月03日 10:01, Lu.Jiang 写道: 在 2018年08月31日 21:52, Tom Rini 写道: On Fri, Aug 31, 2018 at 10:15:09AM +0800, Jiang Lu wrote: When there is no useful efi in $kerneldir, try copy all efi from EFI/BOOT

Re: [OE-core] [PATCH 6/7] wic:bootimg-efi:try other place for efi

2018-09-03 Thread Tom Rini
On Tue, Sep 04, 2018 at 10:15:44AM +0800, Lu.Jiang wrote: > > 在 2018年09月03日 10:01, Lu.Jiang 写道: > >在 2018年08月31日 21:52, Tom Rini 写道: > >>On Fri, Aug 31, 2018 at 10:15:09AM +0800, Jiang Lu wrote: > >> > >>>When there is no useful efi in $kerneldir, try copy > >>>all efi from EFI/BOOT into boot

Re: [OE-core] [PATCH 6/7] wic:bootimg-efi:try other place for efi

2018-09-03 Thread Lu.Jiang
在 2018年09月03日 10:01, Lu.Jiang 写道: 在 2018年08月31日 21:52, Tom Rini 写道: On Fri, Aug 31, 2018 at 10:15:09AM +0800, Jiang Lu wrote: When there is no useful efi in $kerneldir, try copy all efi from EFI/BOOT into boot image. Signed-off-by: Jiang Lu ---  

Re: [OE-core] [PATCH 2/7] wic:move wic src into meta/receipt-support/wic

2018-09-03 Thread Lu.Jiang
The patch move source code for wic from lib/script into meta/receipt-support/wic. Then wic compiled as an individual package. When building wic image on host, imagetype-wic.bbclass invoke wic-native. This is almost same as before. After applied those patch, wic also run on target, allow user

Re: [OE-core] [PATCH] security_flags.inc: Remove `-fstack-protector-strong' from LDFLAGS

2018-09-03 Thread Hongxu Jia
On 2018年09月04日 00:30, Khem Raj wrote: On Mon, Sep 3, 2018 at 6:31 AM Hongxu Jia wrote: The `-fstack-protector-***' should be passed to gcc rather than linker, since `4ca946c security_flags: use -fstack-protector-strong', it was added to LDFLAGS, although there is no extra build failure

Re: [OE-core] [RFC PATCH 3/6] openssl: update to 1.1.1

2018-09-03 Thread Khem Raj
On 8/28/18 3:23 AM, Alexander Kanavin wrote: > At the moment 1.1.1 is in pre-release stage, however the final release > should be available within a few weeks. The major selling point is that > it supports the new TLS 1.3 specification. It will also be the new long > term support version. More

[OE-core] [PATCH 0/3] Misc fixes

2018-09-03 Thread Khem Raj
Some failures seen when host has python3 as python build core-image-sato for riscv64 The following changes since commit 929b1b341b4b221ac10c8621bad27abfa7ae70bc: openssl: Handle -conf package file conflicts (2018-08-31 15:33:56 +0100) are available in the Git repository at:

[OE-core] [openembedded][qt5] : Text is hidden in Qt5 apps

2018-09-03 Thread Mohamed Dawod
Hi, I built custom image based on wayland instead of x11 it support Qt5 apps. I built simple Qt5 app and tried to build it for the custom image to run it there. the application is work but the text is hidden ! The same for the test app "Qt5_Cinematicexperience" No text at all for all films.

Re: [OE-core] [PATCH 2/2] weston: fix build failure with --disable-egl

2018-09-03 Thread Khem Raj
On Mon, Sep 3, 2018 at 2:35 AM Hongxu Jia wrote: > > Backport a patch from upstream to fix build failure > with --disable-egl > [snip] > |weston-4.0.0/clients/simple-dmabuf-drm.c:783:30: error: > 'EGL_NO_DISPLAY' undeclared (first use in this function) > [snip] > LGTM > Signed-off-by: Hongxu

Re: [OE-core] [PATCH 1/2] webkitgtk: add opengl to REQUIRED_DISTRO_FEATURES

2018-09-03 Thread Khem Raj
On Mon, Sep 3, 2018 at 2:35 AM Hongxu Jia wrote: > > They can't be built without opengl in DISTRO_FEATURES. > [snip] > |webkitgtk-2.20.3/Source/WebCore/platform/graphics/OpenGLShims.h:23:10: > fatal error: GL/gl.h: No such file or directory > [snip] > whichever source file is including

Re: [OE-core] [PATCH 3/7] sysklogd: Use update-alternatives

2018-09-03 Thread Khem Raj
On Sun, Sep 2, 2018 at 11:49 PM Markus Lehtonen wrote: > > Hi, > > IIRC, the problem was that all the syslog packages were providing > ${sysconfdir}/init.d/syslog which caused problems. And I don't think that has > changed. > > Why would you want to install two syslog daemons on the system? You

Re: [OE-core] [PATCH] security_flags.inc: Remove `-fstack-protector-strong' from LDFLAGS

2018-09-03 Thread Khem Raj
On Mon, Sep 3, 2018 at 6:31 AM Hongxu Jia wrote: > > The `-fstack-protector-***' should be passed to gcc rather than linker, > since `4ca946c security_flags: use -fstack-protector-strong', it was > added to LDFLAGS, although there is no extra build failure introduced, > but it is still

[OE-core] Yocto Project Unassigned Bugs - Help Needed

2018-09-03 Thread Jolley, Stephen K
All, The triage team meets weekly and does its best to handle the bugs reported into the bugzilla. The number of people attending that meeting has fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the

[OE-core] [openembedded][qt5] : Text is hidden in Qt5 apps

2018-09-03 Thread Mohamed Dawod
Hi, I built custom image based on wayland instead of x11 it support Qt5 apps. I built simple Qt5 app and tried to build it for the custom image to run it there. the application is work but the text is hidden ! The same for the test app "Qt5_Cinematicexperience" No text at all for all films.

Re: [OE-core] [PATCH 2/7] wic:move wic src into meta/receipt-support/wic

2018-09-03 Thread Tim Orling
Also, what is the reason for the move? What problem does it solve? Why is it better to move it? On Sun, Sep 2, 2018 at 7:51 PM Tom Rini wrote: > On Mon, Sep 03, 2018 at 09:58:01AM +0800, Lu.Jiang wrote: > > > This patch simply move code from script/lib/wic into > >

Re: [OE-core] ✗ patchtest: failure for security_flags.inc: Remove `-fstack-protector-strong' from LDFLAGS

2018-09-03 Thread Hongxu Jia
On 2018年09月03日 22:02, Patchwork wrote: == Series Details == Series: security_flags.inc: Remove `-fstack-protector-strong' from LDFLAGS Revision: 1 URL : https://patchwork.openembedded.org/series/13868/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded

[OE-core] ✗ patchtest: failure for security_flags.inc: Remove `-fstack-protector-strong' from LDFLAGS

2018-09-03 Thread Patchwork
== Series Details == Series: security_flags.inc: Remove `-fstack-protector-strong' from LDFLAGS Revision: 1 URL : https://patchwork.openembedded.org/series/13868/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response.

[OE-core] [PATCH] security_flags.inc: Remove `-fstack-protector-strong' from LDFLAGS

2018-09-03 Thread Hongxu Jia
The `-fstack-protector-***' should be passed to gcc rather than linker, since `4ca946c security_flags: use -fstack-protector-strong', it was added to LDFLAGS, although there is no extra build failure introduced, but it is still unnecessary.(-Wl,** is for linker) Reported-by: Lans Zhang

Re: [OE-core] [PATCH 1/2] webkitgtk: add opengl to REQUIRED_DISTRO_FEATURES

2018-09-03 Thread Alexander Kanavin
2018-09-03 11:35 GMT+02:00 Hongxu Jia : > They can't be built without opengl in DISTRO_FEATURES. > [snip] > |webkitgtk-2.20.3/Source/WebCore/platform/graphics/OpenGLShims.h:23:10: > fatal error: GL/gl.h: No such file or directory > [snip] Apologies, but NAK. Webkit recipe already has the

[OE-core] [PATCH 2/2] weston: fix build failure with --disable-egl

2018-09-03 Thread Hongxu Jia
Backport a patch from upstream to fix build failure with --disable-egl [snip] |weston-4.0.0/clients/simple-dmabuf-drm.c:783:30: error: 'EGL_NO_DISPLAY' undeclared (first use in this function) [snip] Signed-off-by: Hongxu Jia --- ...ple-dmabuf-drm-fix-build-with-disable-egl.patch | 71

[OE-core] [PATCH 1/2] webkitgtk: add opengl to REQUIRED_DISTRO_FEATURES

2018-09-03 Thread Hongxu Jia
They can't be built without opengl in DISTRO_FEATURES. [snip] |webkitgtk-2.20.3/Source/WebCore/platform/graphics/OpenGLShims.h:23:10: fatal error: GL/gl.h: No such file or directory [snip] Signed-off-by: Hongxu Jia --- meta/recipes-sato/webkit/webkitgtk_2.20.3.bb | 3 +-- 1 file changed, 1

[OE-core] [PATCH] devshell.bbclass/terminal.bbclass: add a shell check at devshell

2018-09-03 Thread Hongxu Jia
While var-SHELL is neither `bash' or `dash', such as `csh', loading the wrapper script will fail at devshell, because csh does not support syntax `export'. Add a shell check at devshell, and use `/bin/sh' to replace if shell is neither `bash' or `dash'. `/bin/sh' is safe to use since `ecdfdd7

Re: [OE-core] [PATCH 3/7] sysklogd: Use update-alternatives

2018-09-03 Thread Markus Lehtonen
Hi, IIRC, the problem was that all the syslog packages were providing ${sysconfdir}/init.d/syslog which caused problems. And I don't think that has changed. Why would you want to install two syslog daemons on the system? You should be able to install busybox after syslog as busybox-syslog is