[OE-core] [PATCH] linux-firmware: Bump revision to 7bc2464

2019-03-15 Thread Fabio Berton
License-Update: - WHENCE: New firmware files additions and version updates Add qca/nvm_00440302.bin and qca/rampatch_00440302.bin This commit includes the following changes: - 7bc2464 Merge branch 'for-upstream' of git://git.chelsio.net/pub/git/linux-firmware - 2833

[OE-core] [PATCH 2/2] mesa: Convert recipe to use meson build system

2019-03-15 Thread Fabio Berton
- Remove all non related meson patches - Change radeon driver to r100 Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- ...0001-Simplify-wayland-scanner-lookup.patch | 44 -- ...k-for-all-linux-host_os-combinations.patch | 41 +

[OE-core] [PATCH 1/2] mesa: Update 18.3.4 -> 19.0.0

2019-03-15 Thread Fabio Berton
- Patch 0005-egl-add-missing-include-stddef.h-in-egldevice.h.patch was applied on commit e68777c87ceed02ab199b32f941778c3cf97c794. - Refresh all patches - mesa 19.0.0 deprecated the use of autotools and we need to add --enable-autotools flag. For details see mesa commit: e68777c87

Re: [OE-core] OE Summit report from SCaLE17x

2019-03-15 Thread akuster808
Trevor, Thank you for leading this effort. Its much appreciated. On 3/15/19 7:27 AM, Trevor Woerner wrote: > Hi, > > Earlier this week I got back from SCaLE17x during which I taught an E-ALE > class on Buildroot, was a TA for the other E-ALE classes, organized and ran > the first ever (hopefully

[OE-core] [PATCH] go: Minor 1.21.1 patch update

2019-03-15 Thread Khem Raj
Minor revisions go1.12.1 (released 2019/03/14) includes fixes to cgo, the compiler, the go command, and the fmt, net/smtp, os, path/filepath, sync, and text/template packages. See the Go 1.12.1 milestone on our issue tracker for details. Details https://github.com/golang/go/issues?q=milestone%3A

Re: [OE-core] [PATCH] cross-canadian.bbclass: Do not override LIBCOVERRIDE with SDK libc override

2019-03-15 Thread Alistair Francis
On Thu, Mar 14, 2019 at 11:29 PM Khem Raj wrote: > > cross-canadian tools are supposed to generate code for target and if we > override the libc override then needed overrides do not get applied when > building gcc cross canadian e.g. for baremetal, which causes build > failures during compile > >

Re: [OE-core] [v2][PATCH 2/2] goarch.bbclass: set TARGET_GOARM as '7' for valid cortexa* targets

2019-03-15 Thread Andre McCurdy
On Fri, Mar 15, 2019 at 8:44 AM Mark Asselstine wrote: > > On Friday, March 15, 2019 9:28:16 AM EDT Mark Asselstine wrote: > > On Thursday, March 14, 2019 7:44:36 PM EDT Andre McCurdy wrote: > > > On Thu, Mar 14, 2019 at 1:05 PM Mark Asselstine > > > > > > wrote: > > > > Per https://github.com/go

[OE-core] Fwd: [oe-commits] [openembedded-core] branch thud updated (ad0a553 -> 748f946)

2019-03-15 Thread Andreas Müller
Replied to wrong mailing On Wed, Feb 6, 2019 at 5:38 PM wrote: > > This is an automated email from the git hooks/post-receive script. > > rpurdie pushed a change to branch thud > in repository openembedded-core. > > from ad0a553 build-appliance-image: Update to thud head revision > add

Re: [OE-core] [PATCH] libnss-nisplus: Add recipe

2019-03-15 Thread Khem Raj
On Fri, Mar 15, 2019 at 7:14 AM Ruslan Bilovol wrote: > > On 3/14/19 11:42 PM, Khem Raj wrote: > > > > > > On Thu, Mar 14, 2019 at 12:43 PM Ruslan Bilovol > > wrote: > > > > Same as with libnss-nis - this will substitute > > the glibc nisplus module which has be

Re: [OE-core] [v2][PATCH 2/2] goarch.bbclass: set TARGET_GOARM as '7' for valid cortexa* targets

2019-03-15 Thread Mark Asselstine
On Friday, March 15, 2019 9:28:16 AM EDT Mark Asselstine wrote: > On Thursday, March 14, 2019 7:44:36 PM EDT Andre McCurdy wrote: > > On Thu, Mar 14, 2019 at 1:05 PM Mark Asselstine > > > > wrote: > > > Per https://github.com/golang/go/wiki/GoArm we need to set GOARM when > > > building for ARMv5

Re: [OE-core] [PATCH 1/2] lttng-tools ptest: add missing dependencies

2019-03-15 Thread Jonathan Rajotte-Julien
> Firstly, I wanted to say thanks for looking at this, there are some > really great fixes in here. > > It failed in automated testing as glibc-utils is glibc specific and > musl builds couldn't cope with that. > > We can certainly do: > > RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils"

Re: [OE-core] OE Summit report from SCaLE17x

2019-03-15 Thread Trevor Woerner
On Fri, Mar 15, 2019 at 10:27 AM Trevor Woerner wrote: > I'd like to thank the OE Board of Directors who > gave me permission to create and run a mini-conference on their behalf. > ... and provided funding!! (without which this event would never have been able to happen) So thanks to the Board f

[OE-core] OE Summit report from SCaLE17x

2019-03-15 Thread Trevor Woerner
Hi, Earlier this week I got back from SCaLE17x during which I taught an E-ALE class on Buildroot, was a TA for the other E-ALE classes, organized and ran the first ever (hopefully of more to come) OE Summit, and gave a general intro talk on OE. I wasn't planning on giving an OE talk at SCaLE, but

Re: [OE-core] [PATCH] libnss-nisplus: Add recipe

2019-03-15 Thread Ruslan Bilovol via Openembedded-core
On 3/14/19 11:42 PM, Khem Raj wrote: On Thu, Mar 14, 2019 at 12:43 PM Ruslan Bilovol > wrote: Same as with libnss-nis - this will substitute the glibc nisplus module which has been removed SRCREV points to 1.3 release plus patch on top which allows

Re: [OE-core] [v2][PATCH 2/2] goarch.bbclass: set TARGET_GOARM as '7' for valid cortexa* targets

2019-03-15 Thread Mark Asselstine
On Thursday, March 14, 2019 7:44:36 PM EDT Andre McCurdy wrote: > On Thu, Mar 14, 2019 at 1:05 PM Mark Asselstine > > wrote: > > Per https://github.com/golang/go/wiki/GoArm we need to set GOARM when > > building for ARMv5, ARMv6 and ARMv7. The current code in go_map_arm() > > does not account for

Re: [OE-core] [v2][PATCH 1/2] go.bbclass: Export GOARM

2019-03-15 Thread Mark Asselstine
On Friday, March 15, 2019 12:39:26 AM EDT Khem Raj wrote: > On Thu, Mar 14, 2019 at 1:05 PM Mark Asselstine > > wrote: > > When building GO packages for ARM (v5, v6, v7) it is expected that the > > GOARM env variable is set during the build. Not having GOARM exported > > will result in GO binarie

Re: [OE-core] [PATCH 2/2] goarch.bbclass: set TARGET_GOARM as '7' for cortexa7

2019-03-15 Thread Mark Asselstine
On Friday, March 15, 2019 1:42:55 AM EDT Khem Raj wrote: > On Wed, Mar 13, 2019 at 1:04 PM Mark Asselstine > > wrote: > > On Wednesday, March 13, 2019 3:56:10 PM EDT Andre McCurdy wrote: > > > On Wed, Mar 13, 2019 at 10:57 AM Mark Asselstine > > > > > > wrote: > > > > The cortexa7 tunings use '

Re: [OE-core] [oe-core][PATCH 1/1] puzzles: fix uninitialized variable compiler error

2019-03-15 Thread Burton, Ross
On Fri, 15 Mar 2019 at 11:50, Adrian Bunk wrote: > For the root cause I filed > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89723 Cookie for Mr Bunk! Thanks. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://

Re: [OE-core] [oe-core][PATCH 1/1] puzzles: fix uninitialized variable compiler error

2019-03-15 Thread Adrian Bunk
On Fri, Mar 15, 2019 at 12:43:06PM +0200, Adrian Bunk wrote: >... > but when I try to reproduce the problem on amd64 it happens > only with -Og (due to puzzles upstream building with -Werror). >... For the root cause I filed https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89723 cu Adrian --

Re: [OE-core] [PATCH] mdadm: fix gcc8 maybe-uninitialized/format-overflow warning

2019-03-15 Thread Adrian Bunk
On Tue, Mar 12, 2019 at 05:41:58PM +0800, changqing...@windriver.com wrote: > From: Changqing Li > > while compiled with -Werror=maybe-uninitialized/-Werror=format-overflow=, > it failed > > [snip] > | Incremental.c: In function 'Incremental_container': > | Incremental.c:1593:3: error: 'mdfd' ma

Re: [OE-core] [oe-core][PATCH 1/1] puzzles: fix uninitialized variable compiler error

2019-03-15 Thread Adrian Bunk
On Thu, Mar 14, 2019 at 07:25:16PM +, Burton, Ross wrote: > Can we *please* start sending these upstream. It's not like the > maintainer isn't responsive. This would also help to get such patches properly reviewed. > Ross > > On Thu, 14 Mar 2019 at 19:20, Joe Slater wrote: >... > > +The co

[OE-core] [PATCH 0/1] Backport patches to fix qemu cves

2019-03-15 Thread kai.kang
From: Kai Kang Kai Kang (1): qemu: backport patches to fix cves meta/recipes-devtools/qemu/qemu.inc | 6 + .../qemu/qemu/0014-fix-CVE-2018-16872.patch | 85 + .../qemu/qemu/0015-fix-CVE-2018-20124.patch | 60 ++ .../qemu/qemu/0016-fix-CVE-2018-20125.patc

[OE-core] [PATCH] qemu: backport patches to fix cves

2019-03-15 Thread kai.kang
From: Kai Kang CVE: CVE-2018-16872 CVE: CVE-2018-20124 CVE: CVE-2018-20125 CVE: CVE-2018-20126 CVE: CVE-2018-20191 CVE: CVE-2018-20216 Patches 0015-fix-CVE-2018-20124.patch and 0017-fix-CVE-2018-20126.patch are rebased on current source code. Others are not modified. Signed-off-by: Kai Kang --