Re: [OE-core] [PATCH] webkitgtk: Stop disabling gold on aarch64 and mips

2019-07-31 Thread Khem Raj
On 7/31/19 10:37 PM, Adrian Bunk wrote: On Wed, Jul 31, 2019 at 10:19:24PM -0700, Khem Raj wrote: I don’t remember if mips disable reason was same as aarch64 I hope it was not a runtime failure can you dig a bit Author: Khem Raj Date: Mon Aug 8 15:51:00 2016 -0700 webkitgtk: Disable g

Re: [OE-core] [PATCH] webkitgtk: Stop disabling gold on aarch64 and mips

2019-07-31 Thread Adrian Bunk
On Wed, Jul 31, 2019 at 10:19:24PM -0700, Khem Raj wrote: > I don’t remember if mips disable reason was same as aarch64 I hope it was > not a runtime failure can you dig a bit Author: Khem Raj Date: Mon Aug 8 15:51:00 2016 -0700 webkitgtk: Disable gold for mips/mips64 with binutil

Re: [OE-core] [PATCH] webkitgtk: Stop disabling gold on aarch64 and mips

2019-07-31 Thread Khem Raj
I don’t remember if mips disable reason was same as aarch64 I hope it was not a runtime failure can you dig a bit On Wed, Jul 31, 2019 at 9:50 PM Adrian Bunk wrote: > The binutils bug appears to have gone away. > > Using gold on powerpc still fails for seemingly unrelated reasons. > > Signed-off

[OE-core] [PATCH] webkitgtk: Stop disabling gold on aarch64 and mips

2019-07-31 Thread Adrian Bunk
The binutils bug appears to have gone away. Using gold on powerpc still fails for seemingly unrelated reasons. Signed-off-by: Adrian Bunk --- meta/recipes-sato/webkit/webkitgtk_2.24.3.bb | 4 1 file changed, 4 deletions(-) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.24.3.bb b/meta/

Re: [OE-core] [PATCH V2] weston: change to use meson build system

2019-07-31 Thread Ming Liu
Hi, Ross: thanks for the review, will double check them and make a V3. //Ming LIu On Sun, 28 Jul 2019 at 03:50, wrote: > > The changes include: > > - Drop all autotools related patches. > > - Move weston-launch setuid-install to do_install task since it's not > > supported yet by meson build

Re: [OE-core] [PATCH] libx11:upgrade 1.6.7 -> 1.6.8

2019-07-31 Thread Mittal, Anuj
On Thu, 2019-08-01 at 09:10 +0800, Zang Ruochen wrote: > From: Yuan Chao > > Signed-off-by: Yuan Chao > --- > meta/recipes-graphics/xorg- > lib/libx11.inc | 4 ++-- > meta/recipes-graphics/xorg-lib/{libx11_1.6.7.bb => libx11_1.6.8.bb} > | 0 > 2 files changed, 2 insert

[OE-core] [PATCH] libx11:upgrade 1.6.7 -> 1.6.8

2019-07-31 Thread Zang Ruochen
From: Yuan Chao Signed-off-by: Yuan Chao --- meta/recipes-graphics/xorg-lib/libx11.inc | 4 ++-- meta/recipes-graphics/xorg-lib/{libx11_1.6.7.bb => libx11_1.6.8.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libx11_1.6

[OE-core] [PATCH 2/2] llvm: Update to 8.0.1

2019-07-31 Thread Khem Raj
Add missing dependency on libedit Signed-off-by: Khem Raj --- meta/recipes-devtools/llvm/llvm_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 0067635c2b..6d3d69b9fb 100644 ---

[OE-core] [PATCH 1/2] libedit: Move from meta-oe

2019-07-31 Thread Khem Raj
libedit is needed by llvm on linux and this makes it useful for both oe-core and clang layer among other users Thanks to various contributors in maintaing it in meta-oe Signed-off-by: Khem Raj --- meta/conf/distro/include/maintainers.inc | 1 + .../libedit/libedit/stdc-predef.patch

Re: [OE-core] OEDEM 2019

2019-07-31 Thread Ricardo Ribalda Delgado
If there are enough people interested it would be great a BoF, even if it is "unofficial" On Wed, Jul 31, 2019 at 6:45 PM Philip Balister wrote: > > On 07/31/2019 05:48 AM, Ricardo Ribalda Delgado wrote: > > BTW, Is there anything for Embedded Recipes or Plumbers? > > No. But we are always inter

[OE-core] [PATCH 1/3] python3: remove empty python3-distutils-staticdev

2019-07-31 Thread Ross Burton
distutils doesn't ship any static libraries, and the files this should pick up do not exist. Copy/paste gone wrong maybe? Signed-off-by: Ross Burton --- .../python/python3/python3-manifest.json | 12 1 file changed, 12 deletions(-) diff --git a/meta/recipes-devtools/py

[OE-core] [PATCH 3/3] python3: split out the Windows distutils installer stubs

2019-07-31 Thread Ross Burton
Needing the Windows distutils installer stubs is quite a niche requirement, so put them into a separate package and just recommend it. This can save both space and legal pain, as the installers embed an old zlib that has known CVEs. Signed-off-by: Ross Burton --- .../python/python3/python3-mani

[OE-core] [PATCH 2/3] python3: support recommends in manifest

2019-07-31 Thread Ross Burton
Add support for runtime recommends along with runtime depends to the manifest. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3_3.7.4.bb | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python3_3.7.4.bb b/meta/recipes

Re: [OE-core] [PATCH] sstate: Truncate PV in sstate filenames that are too long

2019-07-31 Thread Mike Crowe
On Tuesday 30 July 2019 at 09:14:01 -0500, Mark Hatle wrote: > On 7/30/19 8:49 AM, Mike Crowe wrote: > > On Tuesday 30 July 2019 at 08:25:52 -0500, Mark Hatle wrote: > >> On 7/30/19 6:01 AM, Mike Crowe wrote: > >>> sstate filenames are generated by concatenating a variety of bits of > >>> package m

Re: [OE-core] Questions: Using OE toolchain of different arch.

2019-07-31 Thread Khem Raj
On Mon, Jun 10, 2019 at 12:47 PM Ying-Chun Liu (PaulLiu) wrote: > > Dear openembedded-core developers, > > > I need some help about using OE toolchain from different arch. > > > For example, on RPi3, we build the rootfs using armhf architecture. > > (require conf/machine/include/arm/arch-armv6.in

Re: [OE-core] OEDEM 2019

2019-07-31 Thread Philip Balister
On 07/31/2019 05:48 AM, Ricardo Ribalda Delgado wrote: > BTW, Is there anything for Embedded Recipes or Plumbers? No. But we are always interested in improving communication with the larger community. Any suggestions what you would like to see at events like these? Philip > > On Tue, Jul 30, 20

Re: [OE-core] [PATCH] Change ftp:// URIs to http(s)://

2019-07-31 Thread Alexander Kanavin
Thanks! Alex On Wed, 31 Jul 2019 at 15:25, Adrian Bunk wrote: > Signed-off-by: Adrian Bunk > --- > meta/recipes-connectivity/dhcp/dhcp.inc| 2 +- > meta/recipes-core/newlib/newlib.inc| 2 +- > meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | 2 +- >

Re: [OE-core] [yocto] [yocto-docs][PATCH] ref-manual: Remove documentation for the removed gnome class

2019-07-31 Thread Adrian Bunk
On Wed, Jul 31, 2019 at 07:33:37AM -0700, Khem Raj wrote: > On Wed, Jul 31, 2019 at 6:30 AM Adrian Bunk wrote: > > > > When removed all it did was > > inherit gnomebase gtk-icon-cache gconf mime > > which would also be the most trivial replacement. > > > > Most of the time not all of these class

Re: [OE-core] [PATCH] kexec-tools:upgrade 2.0.19 -> 2.0.20

2019-07-31 Thread Richard Purdie
On Wed, 2019-07-31 at 16:25 +0800, Zang Ruochen wrote: > From: Yuan Chao > > Signed-off-by: Yuan Chao > --- > .../kexec/{kexec-tools_2.0.19.bb => kexec- > tools_2.0.20.bb}| 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename meta/recipes-kernel/kexec/{kexec-tools_2.0

[OE-core] [warrior][PATCH] rng-tools: fix very long shutdown delay with systemd

2019-07-31 Thread Bedel, Alban
The systemd service file has DefaultDependencies=no but is not properly configured to also stop the unit. Because of this the unit keep running after shutdown but systemd still waits for it to finish to then later resort to a hard kill. All this take 1m30s with the default configuration. To fix th

[OE-core] [warrior][PATCH] kernel-uboot: compress arm64 kernels

2019-07-31 Thread Bedel, Alban
AArch64 images are not self-decompressing, thus usually much larger. Boot times can be reduced by compressing them in FIT and uImages. This commit is a backport of commit a725d188b5 (kernel-uboot: compress arm64 kernels) and commit 60bc7e180e (kernel-uboot: remove useless special casing of arm64 I

Re: [OE-core] SDK does not contain pkg-config files

2019-07-31 Thread Ross Burton
On 31/07/2019 14:22, Mike Looijmans wrote: Well, that's at least good to know. I'm on the "thud" branch currently, so I hope this isn't something that got fixed only recently. I'll try some simple images first. I gather there's no particular magic incantation I need to put into my image recipe

[OE-core] [PATCH] Change ftp:// URIs to http(s)://

2019-07-31 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- meta/recipes-connectivity/dhcp/dhcp.inc| 2 +- meta/recipes-core/newlib/newlib.inc| 2 +- meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | 2 +- meta/recipes-support/libffi/libffi_3.2.1.bb| 2 +- 4 files change

Re: [OE-core] SDK does not contain pkg-config files

2019-07-31 Thread Mike Looijmans
On 31-07-19 14:37, Ross Burton wrote: > On 31/07/2019 06:47, Mike Looijmans wrote: >> I'm trying to get the SDK to work, but no success because the SDK apparently >> does not install any pkg-config file, resulting in autotools and cmake not >> being able to find any library. >> >> Built the SDK usi

Re: [OE-core] SDK does not contain pkg-config files

2019-07-31 Thread Ross Burton
On 31/07/2019 06:47, Mike Looijmans wrote: I'm trying to get the SDK to work, but no success because the SDK apparently does not install any pkg-config file, resulting in autotools and cmake not being able to find any library. Built the SDK using "bitbake -c populate_sdk image" Install the resu

[OE-core] [PATCH] fortran-helloworld: neaten recipe

2019-07-31 Thread Ross Burton
Use ${FC} instead of constructing the fortran name/arguments explictly, and clean up installation. Signed-off-by: Ross Burton --- meta-selftest/recipes-test/fortran/fortran-helloworld.bb | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta-selftest/recipes-test/fortran

Re: [OE-core] [PATCH v2 1/2] fortran-helloworld: add a very dumb Fortran Hello World for testing

2019-07-31 Thread Ross Burton
On 31/07/2019 06:10, Khem Raj wrote: +do_compile() { + ${HOST_PREFIX}gfortran ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS} ${LDFLAGS} ${WORKDIR}/hello.f95 -o ${B}/fortran-hello perhaps we can use ${FC} variable here. Yes, not sure how I didn't spot that! Patch incoming. Ross -

Re: [OE-core] [PATCH] sstate: Truncate PV in sstate filenames that are too long

2019-07-31 Thread Mike Crowe
On Tuesday 30 July 2019 at 09:14:01 -0500, Mark Hatle wrote: > Richard mentioned in the bitbake-devel thread that there may be external tools > using some of the components. I'm not sure how to even identify what those > tools are at this time, but a new sstate version entry may be enough to start

Re: [OE-core] [PATCH] mtd-utils: Upgrade to 2.1.1

2019-07-31 Thread Adrian Bunk
On Wed, Jul 31, 2019 at 12:17:35PM +0200, Alexander Kanavin wrote: > Please do not use ftp:// as it is deprecated for oe-core recipes. We are > trying to eliminate it entirely. > (if no http is available, then git is actually preferred!) OK, v2 sent. > Alex cu Adrian -- "Is there not p

[OE-core] [PATCH v2] mtd-utils: Upgrade to 2.1.1

2019-07-31 Thread Adrian Bunk
Add zstd PACKAGECONFIG to disable the zstd support that upstream enables by default, zstd is not in oe-core. Signed-off-by: Adrian Bunk --- meta/recipes-devtools/mtd/mtd-utils_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.

Re: [OE-core] [PATCH] mtd-utils: Upgrade to 2.1.1

2019-07-31 Thread Alexander Kanavin
Please do not use ftp:// as it is deprecated for oe-core recipes. We are trying to eliminate it entirely. (if no http is available, then git is actually preferred!) Alex On Wed, 31 Jul 2019 at 11:34, Adrian Bunk wrote: > Move from a git snapshot to a tarball release. > > Add zstd PACKAGECONFIG

Re: [OE-core] OEDEM 2019

2019-07-31 Thread Ricardo Ribalda Delgado
BTW, Is there anything for Embedded Recipes or Plumbers? On Tue, Jul 30, 2019 at 7:33 PM Philip Balister wrote: > > We are working with the Yocto Project on a two day Summit event. This > should implement part of the ideas from the the last couple of developer > meetings. > > Philip > > On 07/30/

[OE-core] [PATCH] mtd-utils: Upgrade to 2.1.1

2019-07-31 Thread Adrian Bunk
Move from a git snapshot to a tarball release. Add zstd PACKAGECONFIG to disable the zstd support that upstream enables by default, zstd is not in oe-core. Signed-off-by: Adrian Bunk --- .../mtd/{mtd-utils_git.bb => mtd-utils_2.1.1.bb} | 10 -- 1 file changed, 4 insertions(+), 6 d

[OE-core] [PATCH] kexec-tools:upgrade 2.0.19 -> 2.0.20

2019-07-31 Thread Zang Ruochen
From: Yuan Chao Signed-off-by: Yuan Chao --- .../kexec/{kexec-tools_2.0.19.bb => kexec-tools_2.0.20.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/kexec/{kexec-tools_2.0.19.bb => kexec-tools_2.0.20.bb} (95%) diff --git a/meta/recipes-kerne

[OE-core] [PATCH] glib-2.0:upgrade 2.60.5 -> 2.60.6

2019-07-31 Thread Zang Ruochen
From: Yuan Chao Signed-off-by: Yuan Chao --- meta/recipes-core/glib-2.0/{glib-2.0_2.60.5.bb => glib-2.0_2.60.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/glib-2.0/{glib-2.0_2.60.5.bb => glib-2.0_2.60.6.bb} (88%) diff --git a/meta/recipes-core/glib-

[OE-core] [PATCH] libtasn1: upgrade 4.13 -> 4.14

2019-07-31 Thread Anuj Mittal
* For changes in this version, see: https://gitlab.com/gnutls/libtasn1/-/releases * Remove the musl patch as it's no longer needed. * Backport a patch to ensure LDFLAGS are not over-ridden. License-Update: License clarification, no change in actual terms. Signed-off-by: Anuj Mittal --- ...rod

[OE-core] [warrior][PATCH] ghostscript: fix CVE-2019-3839

2019-07-31 Thread Naveen Saini
Signed-off-by: Naveen Saini --- .../ghostscript/CVE-2019-3839-0008.patch | 440 ++ .../ghostscript/ghostscript_9.26.bb | 1 + 2 files changed, 441 insertions(+) create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-3839-0008.patch diff --git