Re: [OE-core] [PATCH] terminal.bbclass: use var-SHELL as the shebang of wrapper script

2018-08-31 Thread Alejandro Enedino Hernandez Samaniego
Hey Hongxu, On 08/24/2018 01:54 AM, Hongxu Jia wrote: The devshell.bbclass set var-SHELL to var-DEVSHELL, and terminal.bbclass initial var-SHELL with `bash'. Keep sync with it, use var-SHELL rather than hardcoded `/bin/sh' as the shebang of wrapper script. On Ubuntu host, default shell is

Re: [OE-core] Yocto-2.2 build failures on Ubuntu 14.04.5 & 16.04.x hosts due to crash of unity-settings-daemon followed by restart of lightdm

2018-08-31 Thread Randy MacLeod
On 12/27/2016 11:49 AM, Richard Purdie wrote: On Tue, 2016-12-27 at 15:18 +0530, srikanth krishnakar wrote: Hello Richard, I was under impression that installing Ubuntu-14.04.4 (+lastest updates) would give me stable build environment, unfortunately that is not the case ! I could see the

Re: [OE-core] recipes-kernel/linux-libc-headers/linux-libc-headers.inc question

2018-08-31 Thread Khem Raj
On Fri, Aug 31, 2018 at 3:07 PM Niko Mauno wrote: > > https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=eb24d4aeacaad9d41ddcbefd8d2ac96e95548183 > apparently is needed for 4.15, but it breaks with 4.14 as we get > > ERROR: linux-libc-headers-4.14-r0 do_install: oe_multilib_header: >

[OE-core] recipes-kernel/linux-libc-headers/linux-libc-headers.inc question

2018-08-31 Thread Niko Mauno
https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=eb24d4aeacaad9d41ddcbefd8d2ac96e95548183 apparently is needed for 4.15, but it breaks with 4.14 as we get ERROR: linux-libc-headers-4.14-r0 do_install: oe_multilib_header: Unable to find header asm/bpf_perf_event.h. I used following

Re: [OE-core] [PATCH] python3{,-native}: update to 3.7.0

2018-08-31 Thread Alejandro Enedino Hernandez Samaniego
Hey Jens, First of all good job! On 08/31/2018 08:47 AM, Jens Rehsack wrote: Update python3 to recent 3.7.0 release. This is the first state of the package which compiles and packages, further tests on target and in sysroot-native have to be done before. Please review, give feedback etc. Can

Re: [OE-core] [PATCH] cmake: Update 3.11.4 -> 3.12.1

2018-08-31 Thread Otavio Salvador
On Fri, Aug 31, 2018 at 4:55 PM Khem Raj wrote: > On Fri, Aug 31, 2018 at 11:14 AM Otavio Salvador > wrote: > > On Fri, Aug 31, 2018 at 1:19 PM Khem Raj wrote: > > > On Thu, Aug 30, 2018 at 4:26 PM Otavio Salvador > > > wrote: > > > > This updates CMake to the 3.12.1 stable release. All

Re: [OE-core] [PATCH] cmake: Update 3.11.4 -> 3.12.1

2018-08-31 Thread Khem Raj
On Fri, Aug 31, 2018 at 11:14 AM Otavio Salvador wrote: > > On Fri, Aug 31, 2018 at 1:19 PM Khem Raj wrote: > > On Thu, Aug 30, 2018 at 4:26 PM Otavio Salvador > > wrote: > > > This updates CMake to the 3.12.1 stable release. All patches were > > > rebase on top of the new source file and all

Re: [OE-core] [PATCH] cmake: Update 3.11.4 -> 3.12.1

2018-08-31 Thread Otavio Salvador
On Fri, Aug 31, 2018 at 1:19 PM Khem Raj wrote: > On Thu, Aug 30, 2018 at 4:26 PM Otavio Salvador > wrote: > > This updates CMake to the 3.12.1 stable release. All patches were > > rebase on top of the new source file and all them applied without > > changes. > > > > The number of patches has

Re: [OE-core] [PATCH 1/2] fribidi: add (from meta-oe)

2018-08-31 Thread Burton, Ross
Sorry, should have mentioned this. Hard build-requirement for the new Pango. Ross On 31 August 2018 at 17:25, Khem Raj wrote: > On Fri, Aug 31, 2018 at 6:41 AM Ross Burton wrote: >> >> Originally this was fribidi 0.19.7 from meta-oe, with the following changes: >> >> - Upgrade to latest

Re: [OE-core] [PATCH] python3{,-native}: update to 3.7.0

2018-08-31 Thread Khem Raj
On Fri, Aug 31, 2018 at 8:48 AM Jens Rehsack wrote: > > Update python3 to recent 3.7.0 release. > > This is the first state of the package which compiles and > packages, further tests on target and in sysroot-native have > to be done before. > > Please review, give feedback etc. > I open an

Re: [OE-core] [PATCH 1/2] fribidi: add (from meta-oe)

2018-08-31 Thread Khem Raj
On Fri, Aug 31, 2018 at 6:41 AM Ross Burton wrote: > > Originally this was fribidi 0.19.7 from meta-oe, with the following changes: > > - Upgrade to latest release (1.0.5) > - Drop GLib and PCRE build-dependencies (removed upstream) > - License is *or newer* > - Upstream has moved to Github > -

Re: [OE-core] [PATCH] no-static-libs: disable static libraries in libjpeg-turbo

2018-08-31 Thread Burton, Ross
Yes, the way the controls need to be in here has bothered me for a while. Ross On 31 August 2018 at 17:17, Khem Raj wrote: > On Thu, Aug 30, 2018 at 3:13 PM Ross Burton wrote: >> >> Previously this was done with the generic autotools support, but CMake >> doesn't >> have a standard option so

Re: [OE-core] [PATCH] cmake: Update 3.11.4 -> 3.12.1

2018-08-31 Thread Khem Raj
On Thu, Aug 30, 2018 at 4:26 PM Otavio Salvador wrote: > > This updates CMake to the 3.12.1 stable release. All patches were > rebase on top of the new source file and all them applied without > changes. > > The number of patches has changed as all them were applied on the Git > tree and

Re: [OE-core] [PATCH] no-static-libs: disable static libraries in libjpeg-turbo

2018-08-31 Thread Khem Raj
On Thu, Aug 30, 2018 at 3:13 PM Ross Burton wrote: > > Previously this was done with the generic autotools support, but CMake doesn't > have a standard option so set it explicitly. > Not particularly relevant to this patch but another approach could be to turn no-staticlibs into a distro feature

Re: [OE-core] [PATCH] python3{,-native}: update to 3.7.0

2018-08-31 Thread Alexander Kanavin
Can't review just yet, but this is totally awesome - we've had an outdated python for a long time, and it is great that the situation is being addressed finally. This won't make it to the upcoming yocto release almost certainly, but the process has to be started :) Alex 2018-08-31 17:47

[OE-core] [PATCH] python3{,-native}: update to 3.7.0

2018-08-31 Thread Jens Rehsack
Update python3 to recent 3.7.0 release. This is the first state of the package which compiles and packages, further tests on target and in sysroot-native have to be done before. Please review, give feedback etc. Signed-off-by: Jens Rehsack --- meta/classes/python3-dir.bbclass |

[OE-core] [PATCH 1/1] webkit: 2.20.3 -> 2.20.5

2018-08-31 Thread kai.kang
From: Kai Kang Upgrade webkitgtk from 2.20.3 to 2.20.5. * include fix of CVE-2018-12911 * backport patch for fix CVE-2017-17821 Signed-off-by: Kai Kang --- .../0001-webkitgtk-fix-CVE-2017-17821.patch | 44 +++ ...ebkitgtk_2.20.3.bb => webkitgtk_2.20.5.bb} | 5 ++- 2 files

[OE-core] [PATCH v2 0/1] webkitgtk: fix CVEs

2018-08-31 Thread kai.kang
From: Kai Kang V2: * upgrade to 2.20.5 which has fix of CVE-2018-12911 If upgrade is not accepted right now, please review the first version. Thanks. Kai Kang (1): webkit: 2.20.3 -> 2.20.5 .../0001-webkitgtk-fix-CVE-2017-17821.patch | 44 +++ ...ebkitgtk_2.20.3.bb =>

Re: [OE-core] [PATCH 7/7] wic:mkefidisk:add use-uuid for all partitions

2018-08-31 Thread Tom Rini
On Fri, Aug 31, 2018 at 10:15:10AM +0800, Jiang Lu wrote: > Add use-uuid for all partitions on mkefidisk.wks. > > Signed-off-by: Jiang Lu > --- > scripts/lib/wic/canned-wks/mkefidisk.wks | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

Re: [OE-core] [PATCH] kexec-tools: fix for "Unhandled rela relocation: R_X86_64_PLT32" error

2018-08-31 Thread Andrea Adami
On Fri, Aug 31, 2018 at 8:34 AM Yu, Mingli wrote: > > Ping. > Hi, FYI it is in master upstream as of b9de21ef51a7 so you could just upgrade the recipe. Cheers Andrea > On 2018年08月30日 16:36, mingli...@windriver.com wrote: > > From: Mingli Yu > > > > In response to a change in binutils, commit

Re: [OE-core] [PATCH v2 2/3] linux-firmware: Update to feb25f3e revision

2018-08-31 Thread Otavio Salvador
On Fri, Aug 31, 2018 at 7:09 AM Burton, Ross wrote: > > ERROR: linux-firmware-1_0.0+gitAUTOINC+d114732723-r0 do_populate_lic: > QA Issue: linux-firmware: LIC_FILES_CHKSUM points to an invalid file: >

Re: [OE-core] [PATCH 5/7] wic:direct:remove same entry when updating fstab

2018-08-31 Thread Tom Rini
On Fri, Aug 31, 2018 at 10:15:08AM +0800, Jiang Lu wrote: > Remove same mountpoint entry when updating fstab. > > Signed-off-by: Jiang Lu > --- > meta/recipes-support/wic/files/wic/plugins/imager/direct.py | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git

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

2018-08-31 Thread Tom Rini
On Fri, Aug 31, 2018 at 10:15:05AM +0800, Jiang Lu wrote: > Move wic src into package directory. > > Signed-off-by: Jiang Lu > --- > meta/recipes-support/wic/files/wic.py | 542 ++ > meta/recipes-support/wic/files/wic/__init__.py | 20 + >

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

2018-08-31 Thread 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 > --- > .../wic/files/wic/plugins/source/bootimg-efi.py | 12 > > 1 file changed, 12

[OE-core] [PATCH 2/2] pango: upgrade

2018-08-31 Thread Ross Burton
Signed-off-by: Ross Burton --- ...op-introspection-macros-from-acinclude.m4.patch | 120 - .../pango/{pango_1.40.14.bb => pango_1.42.4.bb}| 11 +- 2 files changed, 4 insertions(+), 127 deletions(-) delete mode 100644

[OE-core] [PATCH 1/2] fribidi: add (from meta-oe)

2018-08-31 Thread Ross Burton
Originally this was fribidi 0.19.7 from meta-oe, with the following changes: - Upgrade to latest release (1.0.5) - Drop GLib and PCRE build-dependencies (removed upstream) - License is *or newer* - Upstream has moved to Github - Remove the historical PROVIDES (patches for meta-oe sent)

[OE-core] [PATCH] recipes: Update git.gnome.org addresses after upstream changes

2018-08-31 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/classes/clutter.bbclass | 2 +- meta/classes/mirrors.bbclass | 2 +- meta/conf/bitbake.conf| 2 +- .../mobile-broadband-provider-info_git.bb

[OE-core] [PATCH] oe-pkgdata-util: add option for lookup-recipe to not fatally fail

2018-08-31 Thread Ross Burton
It is often useful to run lookup-recipe on a list of packages and get notifications that there were failures, instead of a fatal error on the first failure. This makes it possible to pass long lists of packages to oe-pkgdata-util and process the output. Signed-off-by: Ross Burton ---

[OE-core] [PATCH] oe-pkgdata-util: improve resiliance of lookup-recipe

2018-08-31 Thread Ross Burton
If we can't find the pkgdata for a package, instead of erroring out just emit a message and continue. This makes it possible to pass long lists of packages to oe-pkgdata-util and process the output. Signed-off-by: Ross Burton --- scripts/oe-pkgdata-util | 13 + 1 file changed, 9

[OE-core] [OE-Core][PATCH v2] sudo: Add missing dep on virtual/crypt

2018-08-31 Thread Alex Kiernan
Ensure we have virtual/crypt even if building without PAM; fixes: sudo: error in /etc/sudo.conf, line 0 while loading plugin "sudoers_policy" sudo: unable to load /usr/libexec/sudo/sudoers.so: /usr/libexec/sudo/sudoers.so: undefined symbol: crypt sudo: fatal error, unable to load plugins

Re: [OE-core] Multiconfig builds broken in master

2018-08-31 Thread Alex Kiernan
Thanks for the reply and the help. I'm trying and failing to reproduce it separated out into a simple reproducible example... my supposition is it's something in our custom distro config that's wrong, which this change shows up, but I've failed to find it so far. If I comment out enough checks so

Re: [OE-core] [PATCH v2 2/3] linux-firmware: Update to feb25f3e revision

2018-08-31 Thread Burton, Ross
ERROR: linux-firmware-1_0.0+gitAUTOINC+d114732723-r0 do_populate_lic: QA Issue: linux-firmware: LIC_FILES_CHKSUM points to an invalid file: /data/poky-tmp/master/work/all-poky-linux/linux-firmware/1_0.0+gitAUTOINC+d114732723-r0/git/LICENCE.cadence [license-checksum] ERROR:

Re: [OE-core] [OE-Core][PATCH] sudo: Add missing dep on virtual/crypt

2018-08-31 Thread Burton, Ross
Yeah, that sounds right. Ross On 31 August 2018 at 08:18, Alex Kiernan wrote: > I have to admit, I didn't look, I just assumed it was working for the > pam case, since I don't have a build which needs pam. > > Looking at the sudo code/libpam, it looks like you need it, but you'd > get it

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

2018-08-31 Thread Alexander Kanavin
I just did a quick musl build for qemux86, and " -DOPENSSL_NO_ASYNC" is there as expected. Something in your setup overrides it maybe? What does bitbake -e openssl say? Alex 2018-08-31 11:30 GMT+02:00 Alexander Kanavin : > The recipe has a guard for this, but maybe it stopped working, I'll take

[OE-core] [PATCH] glib-networking: upgrade to version 2.56.1

2018-08-31 Thread Maxin B. John
Update the recipe to use meson since project moved to meson build system. License-Update: Updated license from LGPLv2 to LGPL-2.1 Signed-off-by: Maxin B. John --- .../glib-networking/glib-networking_2.54.1.bb | 29 -- .../glib-networking/glib-networking_2.56.1.bb

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

2018-08-31 Thread Alexander Kanavin
The recipe has a guard for this, but maybe it stopped working, I'll take a look: #| ./libcrypto.so: undefined reference to `getcontext' #| ./libcrypto.so: undefined reference to `setcontext' #| ./libcrypto.so: undefined reference to `makecontext' CPPFLAGS_append_libc-musl = " -DOPENSSL_NO_ASYNC"

Re: [OE-core] [PATCH v2] busybox: update to 1.29.2

2018-08-31 Thread Andrej Valek
Hi Randy, I had some network problems. I was trying to send patches likes general email instead of from git. But it was not so successful. This is the right one http://lists.openembedded.org/pipermail/openembedded-core/2018-August/155059.html . Regards, Andrej On 08/30/18 20:27, Randy MacLeod

Re: [OE-core] [PATCH] busybox: update to 1.29.2

2018-08-31 Thread Andrej Valek
I had some network problems. This patch could be ignored, because, it's same as http://lists.openembedded.org/pipermail/openembedded-core/2018-August/155059.html Andrej On 08/30/18 17:57, Andrej Valek wrote: > - refresh busybox-udhcpc-no_deconfig.patch > - remove obsolete patches which are

[OE-core] [PATCH] busybox: update to 1.29.2

2018-08-31 Thread Andrej Valek
- refresh busybox-udhcpc-no_deconfig.patch - remove obsolete patches which are included in this update - update defconfig Signed-off-by: Andrej Valek --- ...inittab_1.27.2.bb => busybox-inittab_1.29.2.bb} | 0 .../busybox/busybox/CVE-2011-5325.patch| 481

Re: [OE-core] [OE-Core][PATCH] sudo: Add missing dep on virtual/crypt

2018-08-31 Thread Alex Kiernan
I have to admit, I didn't look, I just assumed it was working for the pam case, since I don't have a build which needs pam. Looking at the sudo code/libpam, it looks like you need it, but you'd get it through transitive dependencies - should we just add it unconditionally here? On Thu, Aug 30,

Re: [OE-core] [PATCH] kexec-tools: fix for "Unhandled rela relocation: R_X86_64_PLT32" error

2018-08-31 Thread Yu, Mingli
Ping. On 2018年08月30日 16:36, mingli...@windriver.com wrote: From: Mingli Yu In response to a change in binutils, commit b21ebf2fb4c (x86: Treat R_X86_64_PLT32 as R_X86_64_PC32) was applied to the linux kernel during the 4.16 development cycle and has since been backported to earlier stable

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

2018-08-31 Thread Khem Raj
musl/mips seems to fail due to this see http://errors.yoctoproject.org/Errors/Details/188615/ On Tue, Aug 28, 2018 at 3:23 AM Alexander Kanavin wrote: > > This patch series updates openssl to the soon-to-be released 1.1.1 version > (latest news is 11 September), sets it as default, and removes