Re: [OE-core] [PATCH] go, go-common: Add missing quotes in shell variable assignment

2019-02-06 Thread Phil Blundell
On Fri, 2019-02-01 at 10:20 +, Richard Purdie wrote: > > go tool dist: cannot invoke C compiler "gcc ": exec: "gcc ": executable > > file not found in $PATH Oh, huh, I guess this is an example of getting the (approximately) right result for the wrong reasons. I'll have to think about that

Re: [OE-core] [PATCH V3 1/2] multilib_header_wrapper.h: Use #pragma once

2019-02-06 Thread Khem Raj
On Wed, Feb 6, 2019 at 12:41 PM Alex Kiernan wrote: > > On Tue, Feb 5, 2019 at 12:36 AM Khem Raj wrote: > > > > Avoid infinite include loops, especially with bits/wordsize.h which is > > now possible with the synthesized headers since we now also synthesize > > bits/wordsize.h itelf for some

Re: [OE-core] [PATCH V3 1/2] multilib_header_wrapper.h: Use #pragma once

2019-02-06 Thread Alex Kiernan
On Wed, Feb 6, 2019 at 9:23 PM Khem Raj wrote: > > On Wed, Feb 6, 2019 at 12:58 PM Alex Kiernan wrote: > > > > On Wed, Feb 6, 2019 at 8:50 PM Khem Raj wrote: > > > > > > On Wed, Feb 6, 2019 at 12:41 PM Alex Kiernan > > > wrote: > > > > > > > > On Tue, Feb 5, 2019 at 12:36 AM Khem Raj wrote:

[OE-core] [PATCH] maintainers: update Bruce Ashfield's email address

2019-02-06 Thread bruce . ashfield
From: Bruce Ashfield Updating my email address to match where I'll be doing my maintainer activities. Signed-off-by: Bruce Ashfield --- meta/conf/distro/include/maintainers.inc | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git

Re: [OE-core] [PATCH V3 1/2] multilib_header_wrapper.h: Use #pragma once

2019-02-06 Thread Khem Raj
On Wed, Feb 6, 2019 at 12:58 PM Alex Kiernan wrote: > > On Wed, Feb 6, 2019 at 8:50 PM Khem Raj wrote: > > > > On Wed, Feb 6, 2019 at 12:41 PM Alex Kiernan wrote: > > > > > > On Tue, Feb 5, 2019 at 12:36 AM Khem Raj wrote: > > > > > > > > Avoid infinite include loops, especially with

Re: [OE-core] [PATCH] grub2: Disable address-of-packed-member warnings

2019-02-06 Thread Richard Purdie
On Wed, 2019-02-06 at 00:44 -0800, Khem Raj wrote: > gcc9 has turned this warning into error when -Werror is used, lets > paper > it over by turning it into a warning for now > > Fixes > error: taking address of packed member of 'struct head' may result in > an unaligned pointer value

[OE-core] [PATCH 2/3] linux-yocto/4.18: update to v4.18.27

2019-02-06 Thread bruce . ashfield
From: Bruce Ashfield Integrating the -stable updates from Paul Gortmaker that comprise the following commits: fb957805a800 Linux 4.18.27 e40e99b6b15d ipmi:ssif: Fix handling of multi-part return messages ec5b2f3f897b ipmi: Prevent use-after-free in deliver_response d605dfec5314

Re: [OE-core] [PATCH V3 1/2] multilib_header_wrapper.h: Use #pragma once

2019-02-06 Thread Alex Kiernan
On Tue, Feb 5, 2019 at 12:36 AM Khem Raj wrote: > > Avoid infinite include loops, especially with bits/wordsize.h which is > now possible with the synthesized headers since we now also synthesize > bits/wordsize.h itelf for some arches e.g. arm/aarch64 > > In cases where extra preprocessing tools

[OE-core] [PATCH 3/3] linux-yocto/4.19: update to v4.19.19

2019-02-06 Thread bruce . ashfield
From: Bruce Ashfield Integrating the korg -stable updates that comprise the following commits: dffbba4348e9 Linux 4.19.19 3a3b6a6b15db Input: input_event - fix the CONFIG_SPARC64 mixup d4a6ac28d44a ide: fix a typo in the settings proc file name 25ad17d692ad usb: dwc3: gadget: Clear

[OE-core] [PATCH 1/3] linux-yocto/4.18: update to v4.18.26

2019-02-06 Thread bruce . ashfield
From: Bruce Ashfield Integrating Paul Gortmaker's stable updates that comprise the following commits: 89754c7da63f Linux 4.18.26 c564abe1908c NFSv4: Fix a tracepoint Oops in initiate_file_draining() 890d46c677fd net: hns3: fix return value error while hclge_cmd_csq_clean failed

[OE-core] [PATCH 0/3] linux-yocto: consolidated pull request

2019-02-06 Thread bruce . ashfield
From: Bruce Ashfield Hi all, In preparation for getting a 5.x kernel into the tree, I'm clearing out my existing -stable bumps for the active kernels. Nothing radical here, and they've built and booted on all the relevant architectures. Cheers, Bruce The following changes since commit

Re: [OE-core] [PATCH] grub2: Disable address-of-packed-member warnings

2019-02-06 Thread Khem Raj
On Wed, Feb 6, 2019 at 12:23 PM Richard Purdie wrote: > > On Wed, 2019-02-06 at 00:44 -0800, Khem Raj wrote: > > gcc9 has turned this warning into error when -Werror is used, lets > > paper > > it over by turning it into a warning for now > > > > Fixes > > error: taking address of packed member

Re: [OE-core] [PATCH V3 1/2] multilib_header_wrapper.h: Use #pragma once

2019-02-06 Thread Alex Kiernan
On Wed, Feb 6, 2019 at 8:50 PM Khem Raj wrote: > > On Wed, Feb 6, 2019 at 12:41 PM Alex Kiernan wrote: > > > > On Tue, Feb 5, 2019 at 12:36 AM Khem Raj wrote: > > > > > > Avoid infinite include loops, especially with bits/wordsize.h which is > > > now possible with the synthesized headers since

[OE-core] [PATCH 1/3] python3: upgrade to 3.7.2

2019-02-06 Thread Alexander Kanavin
I took the same approach as the recent perl upgrade: write recipe from scratch, taking the pieces from the old recipe only when they were proven to be necessary. The pgo, manifest and ptest features are all preserved. New features: - native and target recipes are now unified into one recipe -

Re: [OE-core] Always install initramfs-framework-base in case of linux-yocto & INITRAMFS_IMAGE_BUNDLE=1

2019-02-06 Thread Alexey Brodkin
Hi Leon, > -Original Message- > From: Leon Woestenberg > Sent: Friday, February 1, 2019 12:18 AM > To: Alexey Brodkin > Cc: Patches and discussions about the oe-core layer > > Subject: Re: [OE-core] Always install initramfs-framework-base in case of > linux-yocto & >

Re: [OE-core] [PATCH 1/3] python3: upgrade to 3.7.2

2019-02-06 Thread Khem Raj
Alex Here are couple of failures I see https://errors.yoctoproject.org/Errors/Details/221405/ https://errors.yoctoproject.org/Errors/Details/221458/ On Wed, Feb 6, 2019 at 8:26 AM Alexander Kanavin wrote: > > I took the same approach as the recent perl upgrade: write recipe from > scratch, >

[OE-core] [PATCH 3/3] python: make the python 3.x version of 2to3 utility the default one

2019-02-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python/python2-manifest.json | 2 +- meta/recipes-devtools/python/python_2.7.15.bb | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python/python2-manifest.json

Re: [OE-core] [PATCH V3 1/2] multilib_header_wrapper.h: Use #pragma once

2019-02-06 Thread Andre McCurdy
On Wed, Feb 6, 2019 at 1:49 PM Alex Kiernan wrote: > > On Wed, Feb 6, 2019 at 9:23 PM Khem Raj wrote: > > > > On Wed, Feb 6, 2019 at 12:58 PM Alex Kiernan wrote: > > > > > > On Wed, Feb 6, 2019 at 8:50 PM Khem Raj wrote: > > > > > > > > On Wed, Feb 6, 2019 at 12:41 PM Alex Kiernan > > > >

[OE-core] [PATCH] glibc-locale: Rewrite do_install using install utility instead of cp

2019-02-06 Thread Khem Raj
This has been a constant source of trouble for build failures due to host-user-contaminated QA errors of sort ERROR: QA Issue: glibc-locale: /glibc-binary-localedata-ca-es+valencia/usr/lib/locale/ca_ES@valencia/LC_MONETARY is owned by uid 3004, which is the same as the user running bitbake.

Re: [OE-core] [PATCH 2/2] nativesdk-*-provides-dummy: Fixes to allow correct operation with opkg

2019-02-06 Thread Phil Reid
On 3/01/2019 9:59 pm, Richard Purdie wrote: On Mon, 2018-12-31 at 20:56 +0100, Andrej Valek wrote: Your previous solution is working for me, so I was not working on fixing this. I thought, that You will just add missing packages, and that is. I don't have setup for failing machine. Is there

[OE-core] [PATCH 1/3] libva: upgrade 2.3.0 -> 2.4.0

2019-02-06 Thread Anuj Mittal
For changes, see: https://github.com/intel/libva/releases Signed-off-by: Anuj Mittal --- .../recipes-graphics/libva/{libva_2.3.0.bb => libva_2.4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/libva/{libva_2.3.0.bb => libva_2.4.0.bb} (92%) diff

[OE-core] [PATCH 2/3] wayland-protocols: upgrade 1.16 -> 1.17

2019-02-06 Thread Anuj Mittal
For changes, see: https://lists.freedesktop.org/archives/wayland-devel/2018-November/039662.html Signed-off-by: Anuj Mittal --- .../{wayland-protocols_1.16.bb => wayland-protocols_1.17.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH 3/3] libva-utils: upgrade 2.3.0 -> 2.4.0

2019-02-06 Thread Anuj Mittal
For changes, see: https://github.com/intel/libva-utils/releases Switch back to using tarball now that it is available. Signed-off-by: Anuj Mittal --- .../libva/{libva-utils_2.3.0.bb => libva-utils_2.4.0.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename

Re: [OE-core] [PATCH V3 1/2] multilib_header_wrapper.h: Use #pragma once

2019-02-06 Thread Khem Raj
Please try the patch I posted for openssl10 and report back https://patchwork.openembedded.org/patch/158573/ On Wed, Feb 6, 2019 at 1:49 PM Alex Kiernan wrote: > > On Wed, Feb 6, 2019 at 9:23 PM Khem Raj wrote: > > > > On Wed, Feb 6, 2019 at 12:58 PM Alex Kiernan wrote: > > > > > > On Wed, Feb

[OE-core] [PATCH] openssl10: Fix mutliple include assumptions for bn.h in opensslconf.h

2019-02-06 Thread Khem Raj
After adding #pragma once to wrapper header ( opensslconf.h ) this latent issue got to bite us, where it expect bn.h to be including openssl.h to define BN_* defines, which is fragile. This patch removes the contraints for nested includes for bn.h Signed-off-by: Khem Raj ---

Re: [OE-core] [PATCH 2/2] mpfr: Upgrade to 4.0.2 release

2019-02-06 Thread Richard Purdie
On Mon, 2019-02-04 at 16:36 -0800, Khem Raj wrote: > --- /dev/null > +++ b/meta/recipes-support/mpfr/mpfr_4.0.2.bb > @@ -0,0 +1,94 @@ > +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool > upgrade'. > +# The following is the difference between the old and the new > license text. >

[OE-core] [PATCH] grub2: Disable address-of-packed-member warnings

2019-02-06 Thread Khem Raj
gcc9 has turned this warning into error when -Werror is used, lets paper it over by turning it into a warning for now Fixes error: taking address of packed member of 'struct head' may result in an unaligned pointer value [-Werror=address-of-packed-member] Signed-off-by: Khem Raj ---

[OE-core] [PATCH V2] mpfr: Upgrade to 4.0.2 release

2019-02-06 Thread Khem Raj
License-Update: Formatting changes and replace http with https in urls. Drop backported patch which is now applied upstream in 4.0.2 Signed-off-by: Khem Raj --- V2: Drop devtool added comments ...001-Fix-obsolete-ARC-asm-constraints.patch | 45 ---