[OE-core] ✗ patchtest: failure for mesa: link mesautil with pthreads

2018-01-20 Thread Patchwork
== Series Details == Series: mesa: link mesautil with pthreads Revision: 1 URL : https://patchwork.openembedded.org/series/10634/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on t

[OE-core] [PATCH] mesa: link mesautil with pthreads

2018-01-20 Thread Randy MacLeod
Cherry-pick fix from mesa upstream: 23ce168048 link mesautil with pthreads Signed-off-by: Randy MacLeod --- .../files/0001-link-mesautil-with-pthreads.patch | 51 ++ meta/recipes-graphics/mesa/mesa_17.3.2.bb | 1 + 2 files changed, 52 insertions(+) create mode

Re: [OE-core] [PATCH] mesa: Upgrade 17.3.2 -> 17.3.3 release

2018-01-20 Thread Randy MacLeod
On 2018-01-19 10:54 AM, Otavio Salvador wrote: The 17.3.3 release, published in January 18th, 2018. It fixes a number of issues since 17.3.2 release. The release notes can be seen at: https://www.mesa3d.org/relnotes/17.3.3.html Signed-off-by: Otavio Salvador --- meta/recipes-graphics/me

[OE-core] [PATCH 1/1] kernel-uboot: support Image kernel type for arm64

2018-01-20 Thread Zumeng Chen
Image will be generated for arm64, and no compression for Image in u-boot as well. So we just put the file into the right place for the rest of the build to find it. Signed-off-by: Zumeng Chen --- meta/classes/kernel-uboot.bbclass | 4 1 file changed, 4 insertions(+) diff --git a/meta/cla

[OE-core] [PATCH] base.bbclass: fix do_unpack[cleandirs] varflag handling

2018-01-20 Thread Enrico Jorns
As introduced by a56fb90dc3805494eeaf04c60538425e8d52efc5 ('base.bbclass wipe ${S} before unpacking source') the base.bbclass uses a python anonymous function to set the 'do_unpack' varflag 'cleandirs' to either '${S}' or '${S}/patches' depending on equality of '${S}' and '${WORKDIR}'. Not that th