[OE-core] [PATCH] mesa-gl: Fix build after recent mesa PACKAGECONFIG changes

2017-09-04 Thread Jussi Kukkonen
48d39cf43b added "opengl" PACKAGECONFIG option to mesa: before that the configuration was always enabled. "opengl" should have been added to mesa-gl default PACKAGECONFIG but wasn't: do it now. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-gr

Re: [OE-core] [PATCH 1/3] mesa: Support building without opengl

2017-09-04 Thread Jussi Kukkonen
On 4 September 2017 at 10:49, Andrea Galbusera wrote: > | configure: error: GLX cannot be built without OpenGL > | NOTE: The following config.log files may provide further information. > | NOTE: /home/gizero/work/smartliving/distro/repo-master/build-poky/ >

Re: [OE-core] [PATCH 2/2] iproute2: enable build tipc by default

2017-08-30 Thread Jussi Kukkonen
On 30 August 2017 at 03:35, Yi Zhao wrote: > > > 在 2017年08月30日 00:13, Burton, Ross 写道: > > On 29 August 2017 at 08:25, Yi Zhao wrote: > >> -PACKAGECONFIG ??= "" >> -PACKAGECONFIG[tipc] = ",,libmnl," >> > > Surely it would be a lot better to just add

[OE-core] [PATCH 3/3] xserver-xorg: Enable xwayland only with opengl

2017-08-28 Thread Jussi Kukkonen
This is a bit academic as building with wayland without opengl should be uncommon: still, libepoxy needs opengl so we shouldn't depend on it without opengl. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 +- 1 file chan

[OE-core] [PATCH 2/3] vulkan: rrecommended drivers unconditionally

2017-08-28 Thread Jussi Kukkonen
mesa can now build vulkan drivers without opengl: remove workaround. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-graphics/vulkan/vulkan_1.0.51.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-graphics/vulkan/vulkan_1.0.5

[OE-core] [PATCH 1/3] mesa: Support building without opengl

2017-08-28 Thread Jussi Kukkonen
to fix the build with --disable-opengl. Fix do_install_append() so it works even if dri drivers are not built. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../0001-configure.ac-Always-check-for-expat.patch | 51 ++ meta/recipes-graphics/mesa/me

[OE-core] [PATCH 0/3] Mesa without OpenGL and related fixes

2017-08-28 Thread Jussi Kukkonen
: deploy-target: Support stripped libs and execs (2017-08-27 22:32:00 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib jku/mesa-without-opengl http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/mesa-without-opengl Jussi Kukkonen (3): mesa

Re: [OE-core] [PATCH] vulkan distro flag update

2017-08-25 Thread Jussi Kukkonen
On 24 August 2017 at 10:09, Jussi Kukkonen <jussi.kukko...@intel.com> wrote: > On 23 August 2017 at 18:50, Mark Hatle <mark.ha...@windriver.com> wrote: > > > > I'm not sure if this is right or not, but it resolves the failures I was > > getting after up

Re: [OE-core] [PATCH] vulkan distro flag update

2017-08-24 Thread Jussi Kukkonen
On 23 August 2017 at 18:50, Mark Hatle wrote: > > I'm not sure if this is right or not, but it resolves the failures I was > getting after updating oe this morning. > > I was attempting to run the yocto project compliant script, which runs > bitbake -S none world. The

Re: [OE-core] [meta-oe][PATCH] Dhrystone: add recipe 2.1

2017-08-21 Thread Jussi Kukkonen
On 21 August 2017 at 13:23, Jose Alarcon wrote: > Dhrystone is a synthetic computing benchmark program developed > in 1984 by Reinhold P. Weicker intended to be representative of > system (integer) programming. > > https://en.wikipedia.org/wiki/Dhrystone > > Signed-off-by:

[OE-core] [PATCH] cve-check-tool: Fix progress bar patch for curl 7.55

2017-08-18 Thread Jussi Kukkonen
CURL_FORMAT_OFF_T does not seem to exist anymore, use CURL_FORMAT_CURL_OFF_T instead. This works with old and new curl. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../files/0001-print-progress-in-percent-when-downloading-CVE-db.patch | 2 +- 1 file changed, 1 insertion

Re: [OE-core] [PATCH] curl: upgrade to 7.55.1

2017-08-18 Thread Jussi Kukkonen
On 15 August 2017 at 00:09, Oleksandr Kravchuk wrote: > Signed-off-by: Oleksandr Kravchuk > --- > meta/recipes-support/curl/{curl_7.54.1.bb => curl_7.55.1.bb} | 8 ++-- > 1 file changed, 2 insertions(+), 6 deletions(-)

Re: [OE-core] [PATCH] webkitgtk: Add a recommends on shared-mime-info.

2017-08-18 Thread Jussi Kukkonen
On 17 August 2017 at 21:26, Carlos Alberto Lopez Perez wrote: > * without this package installed any WebKitGTK+ based browser >will fail to correctly open html files (and other files) >from disk (file:// URIs). It will open them as plain txt files. > > Signed-off-by:

Re: [OE-core] [PATCH] pango: 1.40.6 -> 1.40.10

2017-08-17 Thread Jussi Kukkonen
On 17 August 2017 at 08:50, Huang Qiyu wrote: > 1) Upgrade pango from 1.40.6 to 1.40.10. > 2) Modify 0001-Enforce-recreation-of-docs-pango.types-it-is-build-c.patch > for pango 1.40.10. > I admit I didn't understand the patch even before this but especially now that

[OE-core] [PATCH] connman: Remove musl patch that's no longer needed

2017-08-16 Thread Jussi Kukkonen
libc headers now have a backported patch that fixes this. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- ...x-compile-on-musl-with-kernel-4.9-headers.patch | 81 -- meta/recipes-connectivity/connman/connman_1.34.bb | 2 +- 2 files changed, 1 insertion(

Re: [OE-core] [PATCH 1/1] shadow: fix CVE-2017-12424

2017-08-16 Thread Jussi Kukkonen
On 16 August 2017 at 13:28, Chen Qi wrote: > Backport a patch to fix CVE-2017-12424. > > In shadow before 4.5, the newusers tool could be made to manipulate > internal data structures in ways unintended by the authors. > > Reference link:

[OE-core] [PATCH 3/4] glib-2.0: Upgrade 2.52.2 -> 2.52.3

2017-08-15 Thread Jussi Kukkonen
Small release with bug fixes and some flatpak portal related improvements. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-core/glib-2.0/{glib-2.0_2.52.2.bb => glib-2.0_2.52.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-

[OE-core] [PATCH 0/4] Various point upgrades

2017-08-15 Thread Jussi Kukkonen
in the git repository at: git://git.yoctoproject.org/poky-contrib jku/updates http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/updates Jussi Kukkonen (4): cairo: Upgrade 1.14.8 -> 1.14.10 fontconfig: Upgrade 2.12.1 -> 2.12.4 glib-2.0: Upgrade 2.52.2 -> 2.52.3 gdk-pixbuf

[OE-core] [PATCH 4/4] gdk-pixbuf: Upgrade 2.36.6 -> 2.36.8

2017-08-15 Thread Jussi Kukkonen
. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../gdk-pixbuf/{gdk-pixbuf_2.36.6.bb => gdk-pixbuf_2.36.8.bb} | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.36.6.bb => gdk-pixbuf_2.36.8.bb} (91%)

[OE-core] [PATCH 1/4] cairo: Upgrade 1.14.8 -> 1.14.10

2017-08-15 Thread Jussi Kukkonen
Small bug fix update. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-graphics/cairo/{cairo_1.14.8.bb => cairo_1.14.10.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/cairo/{cairo_1.14.8.bb => cairo_1.14.10.bb}

[OE-core] [PATCH 2/4] fontconfig: Upgrade 2.12.1 -> 2.12.4

2017-08-15 Thread Jussi Kukkonen
Bug fix upgrades. * Remove one upstreamed patch. * Update a license location. * Add gperf-native as dependency as a hash function header is no longer shipped and must be generated. * Add workaround for a related build issue (reported upstream) Signed-off-by: Jussi Kukkonen <jussi.ku

Re: [OE-core] native sysroot race with rpmbuild

2017-08-14 Thread Jussi Kukkonen
On 14 August 2017 at 13:38, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > > On Mon, 2017-08-14 at 11:33 +0300, Jussi Kukkonen wrote: > > I'm seeing lots of this failure in my last build: > > > > | DEBUG: PKGWRITEDIR: /mnt/extra-ssd/tmp/work/all-poky

[OE-core] native sysroot race with rpmbuild

2017-08-14 Thread Jussi Kukkonen
I'm seeing lots of this failure in my last build: | DEBUG: PKGWRITEDIR: /mnt/extra-ssd/tmp/work/all-poky-linux/adwaita-icon-theme/3.24.0-r0/deploy-rpms/noarch | DEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common'] | DEBUG: Executing shell

[OE-core] [PATCH] mesa: Fix build with vulkan on non-x86

2017-08-11 Thread Jussi Kukkonen
The intel vulkan driver requires libdrm-intel: Only enable it when building for x86 or x86-64 similar to DRI drivers. Building on non-x86* with vulkan leads to "--with-vulkan-drivers= ": this is interpreted correctly by the build system. Signed-off-by: Jussi Kukkonen <jussi.kukko

[OE-core] [PATCHv2] libinput: Upgrade 1.7.3 -> 1.8.1

2017-08-09 Thread Jussi Kukkonen
: explicitly disable the things that were previously automatically disabled. Package the binaries into libinput-bin while being careful with packaging as the main package gets renamed to libinput10. Add patch to fix a race in install. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --

Re: [OE-core] [PATCH] qemux86 qemux86-64: Enable pci

2017-08-08 Thread Jussi Kukkonen
This patch is in the master-next branch: that's a good indication it'll move to master when master is next updated (assuming no problems come up in testing). Jussi On 8 August 2017 at 13:53, He Zhe wrote: > Ping. > > On 2017年07月31日 21:11, zhe...@windriver.com wrote: > >

[OE-core] [PATCH] libinput: Upgrade 1.7.3 -> 1.8.1

2017-08-07 Thread Jussi Kukkonen
: explicitly disable the things that were previously automatically disabled. Package the binaries into libinput-bin while being careful with packaging as the main package gets renamed to libinput10. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../wayland/{libinput_1.7.3.bb =>

Re: [OE-core] [PATCHv3] vulkan-demos: Add recipe

2017-07-21 Thread Jussi Kukkonen
On 20 July 2017 at 12:01, Kang Kai <kai.k...@windriver.com> wrote: > On 2017年07月11日 20:26, Jussi Kukkonen wrote: > >> Sascha Willems collection of Vulkan demos is useful as a smoke testing >> tool. >> >> * Add patch to install binaries and data. >>

[OE-core] [PATCH] systemd-bootchart: Fix build with glibc 2.26

2017-07-18 Thread Jussi Kukkonen
xlocale.h is no more, don't include it. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../0001-parse-util-Don-t-use-xlocale.h.patch | 32 ++ .../systemd-bootchart/systemd-bootchart_231.bb | 4 ++- 2 files changed, 35 insertions(+), 1 de

[OE-core] [PATCH] vulkan-demos: Rename ${bindir}/screenshot

2017-07-18 Thread Jussi Kukkonen
This conflicts with sato-screenshot. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-graphics/vulkan/vulkan-demos_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb b/meta/recipes-graphics/vulkan/

Re: [OE-core] GUI based images

2017-07-17 Thread Jussi Kukkonen
I had a look at b2qt earlier and Alex asked me to share on list as well so I'll resurrect this thread from May... On 10 May 2017 at 14:09, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > On 05/10/2017 01:55 PM, Paul Eggleton wrote: > >> I make no secret of it - I am a Qt

Re: [OE-core] [PATCH 0/4] Remove gnome-common

2017-07-15 Thread Jussi Kukkonen
On 14 July 2017 at 15:25, Jussi Kukkonen <jussi.kukko...@intel.com> wrote: > Patchset should preferably only be merged once "gnome-common: Add > recipe (from oe-core)" (2017-07-06) patch has been merged in meta-oe. > I can ping the thread once it happens. > meta-ope

[OE-core] [PATCHv2 3/4] gnome-desktop: Don't use gnome-common

2017-07-14 Thread Jussi Kukkonen
Add a patch to no use gnome-common macros Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- Changes since v1: * Fix Upstream-Status line Branch jku/gnome-common in poky-contrib has been updated. ...figure.ac-Remove-gnome-common-macro-calls.patc

[OE-core] [PATCH 2/4] python3-pygobject: Don't use gnome-common

2017-07-14 Thread Jussi Kukkonen
Patch out the one use of gnome-common macros: pygobject is moving to autoconf-archive in next release so this patch is temporary. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- ...onfigure.ac-Don-t-use-gnome-common-macros.patch | 33 ++ .../python/p

[OE-core] [PATCH 1/4] matchbox-desktop: Upgrade to 2.2

2017-07-14 Thread Jussi Kukkonen
Only change is dropping dependency on gnome-common (which is deprecated upstream). Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../{matchbox-desktop_2.1.bb => matchbox-desktop_2.2.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename met

[OE-core] [PATCH 3/4] gnome-desktop: Don't use gnome-common

2017-07-14 Thread Jussi Kukkonen
Add a patch to no use gnome-common macros Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- ...figure.ac-Remove-gnome-common-macro-calls.patch | 33 ++ .../gnome-desktop/gnome-desktop3_3.24.2.bb | 6 ++-- 2 files changed, 37 insertions(+), 2 del

[OE-core] [PATCH 4/4] gnome-common: Remove as deprecated

2017-07-14 Thread Jussi Kukkonen
Nothing in oe-core requires gnome-common and it is also deprecated upstream: Remove it. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-gnome/gnome/gnome-common_3.18.0.bb | 20 1 file changed, 20 deletions(-) delete mode 100644 meta/recipes

[OE-core] [PATCH 0/4] Remove gnome-common

2017-07-14 Thread Jussi Kukkonen
repository at: git://git.yoctoproject.org/poky-contrib jku/gnome-common http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/gnome-common Jussi Kukkonen (4): matchbox-desktop: Upgrade to 2.2 python3-pygobject: Don't use gnome-common gnome-desktop: Don't use gnome-common gn

[OE-core] [PATCH] selftest: Add vulkan-demos to checkpkg exceptions

2017-07-14 Thread Jussi Kukkonen
vulkan-demos has not had any releases. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- This is only useful with the vulkan-demos patch. I've pushed this on top of the jku/vulkan branch in poky-contrib. The commit silences the selftest failure from the checkpkg test. The

Re: [OE-core] ✗ patchtest: failure for libgcrypt: fix CVE-2017-9526 (rev2)

2017-07-14 Thread Jussi Kukkonen
On 13 July 2017 at 21:38, Patchwork wrote: > == Series Details == > > Series: libgcrypt: fix CVE-2017-9526 (rev2) > Revision: 2 > Not sure if this should be a patchwork bug or not? This patch is showing up as a revision 2 of the other patch when in reality

[OE-core] [PATCH 2/2] mesa-gl: Clean recipe

2017-07-12 Thread Jussi Kukkonen
Don't EXCLUDE_FROM_WORLD, mesa.inc already does this. Don't add a non-existing path to FILESEXTRAPATHS. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb | 4 1 file changed, 4 deletions(-) diff --git a/meta/recipes-graphics/mes

[OE-core] [PATCH 1/2] mesa: Avoid installing khrplatfrom.h when not needed

2017-07-12 Thread Jussi Kukkonen
Fix the conflict between mesa and userland (when former is used to provide GL and letter used to provide EGL+GLES) by not installing khrplatform.h header when its not needed. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- ...ly-install-khrplatform.h-with-EGL-or-GLES.patc

[OE-core] [PATCH 0/2] mesa: Improve Khronos header handling

2017-07-12 Thread Jussi Kukkonen
(2017-07-12 00:28:16 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib jku/khr-headers http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/khr-headers Jussi Kukkonen (2): mesa: Avoid installing khrplatfrom.h when not needed mesa-gl: Clean

Re: [OE-core] [PATCH 3/3] libepoxy: Upgrade 1.4.2 -> 1.4.3

2017-07-12 Thread Jussi Kukkonen
On 12 July 2017 at 08:11, Khem Raj wrote: > On Tue, Jul 11, 2017 at 9:56 PM, Andrea Galbusera > wrote: > > I may be in the need to craft something locally to unbreak building with > > current master... Could you please shed some light on how this should be

[OE-core] [PATCHv3] vulkan-demos: Add recipe

2017-07-11 Thread Jussi Kukkonen
Sascha Willems collection of Vulkan demos is useful as a smoke testing tool. * Add patch to install binaries and data. * Add patch to fix build on X86 * Use a combination of patch and do_install_append to avoid some 3D models with unclear licensing. Signed-off-by: Jussi Kukkonen <jussi.ku

[OE-core] [PATCH 1/1] acpitests: Remove as unmaintained

2017-07-11 Thread Jussi Kukkonen
This recipe was last upgraded about ~30 releases or three years ago, it seems to only be touched when something breaks. It also has an 'interesting' license that maybe is open source... Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../acpica/acpitests/aapits-linux

[OE-core] [PATCH 0/1] acpitests: Remove as unmaintained

2017-07-11 Thread Jussi Kukkonen
at: git://git.yoctoproject.org/poky-contrib jku/acpitests http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/acpitests Jussi Kukkonen (1): acpitests: Remove as unmaintained .../acpica/acpitests/aapits-linux.patch| 336 - .../acpica/acpite

Re: [OE-core] [PATCH v2 2/2] mesa: Upgrade to 17.1.4 release

2017-07-11 Thread Jussi Kukkonen
On 3 July 2017 at 23:02, Otavio Salvador wrote: > This includes following upstream bug fixes: > > Bug 77240 - khrplatform.h not installed if EGL is disabled > Saying this here as well for visibility: This conflicts with userland from meta-raspberrypi because both

Re: [OE-core] [PATCH 3/3] libepoxy: Upgrade 1.4.2 -> 1.4.3

2017-07-11 Thread Jussi Kukkonen
On 11 July 2017 at 11:27, Jussi Kukkonen <jussi.kukko...@intel.com> wrote: > On 11 July 2017 at 10:42, Jussi Kukkonen <jussi.kukko...@intel.com> wrote: >> >> Exception: FileExistsError: [Errno 17] File exists: >>> '/home/gizero/work/smartliving/distro/repo

Re: [OE-core] [PATCH 3/3] libepoxy: Upgrade 1.4.2 -> 1.4.3

2017-07-11 Thread Jussi Kukkonen
On 11 July 2017 at 10:42, Jussi Kukkonen <jussi.kukko...@intel.com> wrote: > > Exception: FileExistsError: [Errno 17] File exists: >> '/home/gizero/work/smartliving/distro/repo-master/build-poky >> /tmp/sysroots-components/raspberrypi3/userland/usr/include/KHR/khrplatfor

Re: [OE-core] [PATCH 3/3] libepoxy: Upgrade 1.4.2 -> 1.4.3

2017-07-11 Thread Jussi Kukkonen
On 10 July 2017 at 17:47, Andrea Galbusera wrote: > During bisection the failing task changed from do_prepare_recipe_sysroot > to do_compile with the log below. I have no idea if these things do relate > themselves, but if not, I was not able to figure it out while bisecting. >

Re: [OE-core] [PATCH 3/3] libepoxy: Upgrade 1.4.2 -> 1.4.3

2017-07-11 Thread Jussi Kukkonen
On 10 July 2017 at 17:47, Andrea Galbusera <giz...@gmail.com> wrote: > On Tue, Jun 27, 2017 at 3:16 PM, Jussi Kukkonen <jussi.kukko...@intel.com> > wrote: > >> Imports the current EGL API registry from Khronos. >> >> Makes EGL support optional: thi

[OE-core] [PATCHv2] vulkan-demos: Add recipe

2017-07-10 Thread Jussi Kukkonen
Sascha Willems collection of Vulkan demos is useful as a smoke testing tool. * Add patch to install binaries and data. * Add patch to fix build on X86 * Use a combination of patch and do_install_append to avoid some 3D models with unclear licensing. Signed-off-by: Jussi Kukkonen <jussi.ku

[OE-core] [PATCH] mesa: Split --with-platforms from egl PACKAGECONFIG

2017-07-10 Thread Jussi Kukkonen
Mesa platforms no longer depend directly on egl. Current implementation breaks without egl with x11 (which can happen with mesa-gl). Separate the platform selection. Make drm platform depend on gbm PACKAGECONFIG by default. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- This

Re: [OE-core] [PATCH v2 1/2] mesa: Avoid platform probing when building without EGL

2017-07-10 Thread Jussi Kukkonen
On 8 July 2017 at 18:34, Andrea Galbusera wrote: > Hi! > > On Mon, Jul 3, 2017 at 10:02 PM, Otavio Salvador > wrote: > >> The 17.1.2 release has changed the platform setting and when not >> explicitly disabled it assumes x11 support. >> >> Fixes: >> >>

[OE-core] [PATCH] piglit: Update to current git master

2017-07-07 Thread Jussi Kukkonen
Update, remove backported patches. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- For reference for next graphics stack update Current results on a NUC715BNH (Intel Iris plus 640, "gen 9.5") with mesa 17.1.3 look like this: $ PIGLIT_NO_WINDOW=1 piglit tests/quick r

[OE-core] [PATCHv2 5/6] mesa, gstreamer: Add "vulkan" DISTRO_FEATURE

2017-07-06 Thread Jussi Kukkonen
It doesn't do much but does make enabling vulkan a little less fiddly. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-graphics/mesa/mesa.inc| 3 ++- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 2 +- 2 files chan

[OE-core] [PATCHv2 3/6] vulkan-demos: Add recipe

2017-07-06 Thread Jussi Kukkonen
Sascha Willems collection of Vulkan demos is useful as a smoke testing tool. Add patch to install binaries and data. Use a combination of patch and do_install_append to avoid some 3D models with unclear licensing. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- ...ild

[OE-core] [PATCHv2 1/6] vulkan: Upgrade 1.0.39.1 -> 1.0.51.0

2017-07-06 Thread Jussi Kukkonen
Remove a patch that's no longer needed Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- ...se-getenv-if-secure_getenv-does-not-exist.patch | 34 -- .../{vulkan_1.0.39.1.bb => vulkan_1.0.51.0.bb} | 5 ++-- 2 files changed, 2 insertions(+), 37

[OE-core] [PATCHv2 6/6] vulkan: RRECOMMEND mesa drivers

2017-07-06 Thread Jussi Kukkonen
One less thing to remember when trying to build an image with working vulkan. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-graphics/vulkan/vulkan_1.0.51.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/vulkan/vulkan_1.0.51.0.bb

[OE-core] [PATCHv2 4/6] gstreamer1.0-plugins-bad: Add vulkan PACKAGECONFIG

2017-07-06 Thread Jussi Kukkonen
This adds a Vulkan video sink (using xcb and/or wayland). Add a few patches to fix the build. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../gstreamer/gstreamer1.0-plugins-bad.inc | 4 +- ...y-Use-ifdef-for-platform-specific-defines.patch | 37 + ..

[OE-core] [PATCHv2 2/6] assimp: Add as dependency of vulkan-demos

2017-07-06 Thread Jussi Kukkonen
Asset import library used by Sascha Willems Vulkan demos. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-graphics/vulkan/assimp_git.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-graphics/vulkan/assimp_git.bb diff

[OE-core] [PATCHv2 0/6] Vulkan improvements

2017-07-06 Thread Jussi Kukkonen
broken link (2017-07-04 16:05:22 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib jku/vulkan http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/vulkan Jussi Kukkonen (6): vulkan: Upgrade 1.0.39.1 -> 1.0.51.0 assimp: Add as dependency of vul

[OE-core] [PATCH 5/6] mesa, gstreamer: Add "vulkan" DISTRO_FEATURE

2017-07-05 Thread Jussi Kukkonen
It doesn't do much but does make enabling vulkan a little less fiddly. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-graphics/mesa/mesa.inc| 3 ++- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 2 +- 2 files chan

[OE-core] [PATCH 6/6] vulkan: RRECOMMEND mesa drivers

2017-07-05 Thread Jussi Kukkonen
One less thing to remember when trying to build an image with working vulkan. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-graphics/vulkan/vulkan_1.0.51.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/vulkan/vulkan_1.0.51.0.bb

[OE-core] [PATCH 4/6] gstreamer1.0-plugins-bad: Add vulkan PACKAGECONFIG

2017-07-05 Thread Jussi Kukkonen
This adds a Vulkan video sink (using xcb and/or wayland). Add a few patches to fix the build. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../gstreamer/gstreamer1.0-plugins-bad.inc | 4 +- ...y-Use-ifdef-for-platform-specific-defines.patch | 37 + ..

[OE-core] [PATCH 3/6] vulkan-demos: Add recipe

2017-07-05 Thread Jussi Kukkonen
Sascha Willems collection of Vulkan demos is useful as a smoke testing tool. Add patch to install binaries and data. Use a combination of patch and do_install_append to avoid some 3D models with unclear licensing. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- ...ild

[OE-core] [PATCH 1/6] vulkan: Upgrade 1.0.39.1 -> 1.0.51.0

2017-07-05 Thread Jussi Kukkonen
Remove a patch that's no longer needed Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- ...se-getenv-if-secure_getenv-does-not-exist.patch | 34 -- .../{vulkan_1.0.39.1.bb => vulkan_1.0.51.0.bb} | 5 ++-- 2 files changed, 2 insertions(+), 37

[OE-core] [PATCH 2/6] assimp: Add as dependency of vulkan-demos

2017-07-05 Thread Jussi Kukkonen
Asset import library used by Sascha Willems Vulkan demos. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-graphics/vulkan/assimp_git.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-graphics/vulkan/assimp_git.bb diff

[OE-core] [PATCH 0/6] Vulkan improvements

2017-07-05 Thread Jussi Kukkonen
+0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib jku/vulkan http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/vulkan Jussi Kukkonen (6): vulkan: Upgrade 1.0.39.1 -> 1.0.51.0 assimp: Add as dependency of vulkan-demos vulkan-demos:

Re: [OE-core] [PATCH 05/11] gstreamer1.0-plugins-good: upgrade 1.10.4 -> 1.12.1

2017-07-03 Thread Jussi Kukkonen
I'm guessing 12.1 has the same issue with renamed plugins that I reported on the previous patchset? See https://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=ca0ed8a134f1d26083e6f89636493df89ff29cff : this changes packages names so we need to add special case RPROVIDES for these

Re: [OE-core] [PATCH v2 1/1] cmake: Use find_program if find_host_program is not available

2017-06-27 Thread Jussi Kukkonen
On 27 June 2017 at 17:14, Maxime Roussin-Bélanger < maxime.roussinbelan...@gmail.com> wrote: > CMake does not define the `find_host_program` command we've > been using in the cross-compiling code path. It was > provided by a widely used Android toolchain file. For > compatibility, continue to

[OE-core] [PATCH 1/3] gtk+3: Update UPSTREAM_CHECK_REGEX

2017-06-27 Thread Jussi Kukkonen
Avoid versions >= 3.90 (development versions for 4.0). Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-gnome/gtk+/gtk+3.inc| 6 +- meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.15.bb | 5 - 2 files changed, 9 inserti

[OE-core] [PATCH 3/3] libepoxy: Upgrade 1.4.2 -> 1.4.3

2017-06-27 Thread Jussi Kukkonen
Imports the current EGL API registry from Khronos. Makes EGL support optional: this is reflected in the recipe but egl is enabled by default as before. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../libepoxy/{libepoxy_1.4.2.bb => libepoxy_1.4.3.bb}| 9 +++

[OE-core] [PATCH 2/3] gtk+3: Upgrade 3.22.15 -> 3.22.16

2017-06-27 Thread Jussi Kukkonen
A fair amount of bug fixes and improvements. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../gtk+/gtk+3/0003-Add-disable-opengl-configure-option.patch | 4 ++-- meta/recipes-gnome/gtk+/{gtk+3_3.22.15.bb => gtk+3_3.22.16.bb}| 4 ++-- ...-icon-utils-nativ

[OE-core] [PATCH 0/3] Minor Gtk+3 and libepoxy upgrades

2017-06-27 Thread Jussi Kukkonen
://git.yoctoproject.org/poky-contrib jku/gtk http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/gtk Jussi Kukkonen (3): gtk+3: Update UPSTREAM_CHECK_REGEX gtk+3: Upgrade 3.22.15 -> 3.22.16 libepoxy: Upgrade 1.4.2 -> 1.4.3 meta/recipes-gnome/gtk+/gtk+3.inc

Re: [OE-core] [PATCH] cmake: Use find_program if find_host_program is not available

2017-06-27 Thread Jussi Kukkonen
On 27 June 2017 at 00:51, Maxime Roussin-Belanger < maxime.roussinbelan...@gmail.com> wrote: > On Mon, Jun 26, 2017 at 04:41:34PM -0300, Otavio Salvador wrote: > > On Mon, Jun 26, 2017 at 3:33 PM, Maxime Roussin-Bélanger > > wrote: > > > CMake does not define

[OE-core] [PATCH] lz4: Add patch to fix re-builds

2017-06-26 Thread Jussi Kukkonen
Configure fails when rebuilding lz4 as LIBDIR is used in two different places for two different things and we override it with a environment variable. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- ...sts-Makefile-don-t-use-LIBDIR-as-variable.patch | 82 ++

[OE-core] [PATCH] gdk-pixbuf: Make loader.cache reproducible

2017-06-22 Thread Jussi Kukkonen
Make the loader order in the file reliable to enable more reproducible builds. [YOCTO #11610] Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- ...ueryloaders-Make-output-more-reproducible.patch | 56 ++ meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.36.6.bb |

Re: [OE-core] [PATCH 3/9] gstreamer1.0-plugins-good: upgrade to version 1.12.0

2017-06-21 Thread Jussi Kukkonen
I think this breaks gstreamer1.0-meta-base packagegroup because now nothing provides gstreamer1.0-plugins-good-souphttpsrc. I've not tested this but I'd bet money it's because of "Fix plugin filenames to match plugin names" commit ** upstream: it probably leads to the plugin package names

[OE-core] [PATCH] selftest/devtool: Don't use removed remake as test case

2017-06-21 Thread Jussi Kukkonen
remake was removed from oe-core: use another recipe in the devtool extract test. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- remake removal is not yet in master. Paul please review: I didn't know if there was a reason for picking remake, I chose matchbox-terminal b

Re: [OE-core] [PATCHv2 2/2] dnf: update to 2.5.1

2017-06-21 Thread Jussi Kukkonen
These sanity test failures look related. https://autobuilder.yocto.io/builders/nightly-x86-64/builds/333/steps/Running%20Sanity%20Tests/logs/stdio On 20 June 2017 at 16:56, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > Drop

Re: [OE-core] [PATCH 1/2] commands: send stderr to a new pipe

2017-06-21 Thread Jussi Kukkonen
On 19 June 2017 at 17:39, wrote: > > From: Leonardo Sandoval > > Do not mix the stderr into stdout, allowing test cases to query > the specific output. I wonder if this patch could be related to the strange

Re: [OE-core] [RFC][PATCH] tclibc-musl: use musl's virtual/gettext implementation

2017-06-21 Thread Jussi Kukkonen
$ bitbake -k core-image-minimal core-image-full-cmdline core-image-sato world That seems to fail with musl on the autobuilder with "Nothing RPROVIDES 'gettext-runtime' " https://autobuilder.yocto.io/builders/nightly-musl/builds/313/steps/BuildImages/logs/stdio Cheers, Jussi On 19 June 2017 at

Re: [OE-core] [PATCH v3 4/4] devtool: deploy-target: Support stripped libs and execs

2017-06-21 Thread Jussi Kukkonen
On 20 June 2017 at 10:42, Tobias Hagelborn wrote: > > New devtool deploy-target option --strip which enables deploying > stripped binaries, saving some space on target. > > * Copies the files of ${D} into a new directory and strips them in place > * Used

Re: [OE-core] [PATCH 7/7] ovmf: Update to latest

2017-06-19 Thread Jussi Kukkonen
This seems to be in master now. I'm not sure if we have a new master build after that but ross/mut has some sort of linker failure in ofmv (in nightly-world-lsb only): | GenFw: ERROR 3000: Invalid |

Re: [OE-core] [PATCH 1/2] Enable parallel compilation for python3-numpy

2017-06-12 Thread Jussi Kukkonen
On 12 June 2017 at 13:06, Richard Purdie <richard.pur...@linuxfoundation.org > wrote: > On Fri, 2017-06-09 at 10:36 +0300, Jussi Kukkonen wrote: > > Support for "-j N" does not seem like a generic distutils thing > > but numpy supports it. > > > > Th

[OE-core] [PATCH 2/2] diffutils: prevent host path leaks, set pr path

2017-06-09 Thread Jussi Kukkonen
Note that this just removes a host path leakage: diffutils still doesn't depend on coreutils so 'pr' might not actually be there on image (this only breaks "diff -l" so no big deal). Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-extended/diffutils/diff

[OE-core] [PATCH 1/2] Enable parallel compilation for python3-numpy

2017-06-09 Thread Jussi Kukkonen
Support for "-j N" does not seem like a generic distutils thing but numpy supports it. This improves compile time by 2 minutes (real time). Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb | 2 ++ 1

[OE-core] [PATCH 0/2] Small fixes

2017-06-09 Thread Jussi Kukkonen
://git.yoctoproject.org/poky-contrib numpy-parallel http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=numpy-parallel Jussi Kukkonen (2): Enable parallel compilation for python3-numpy diffutils: prevent host path leaks, set pr path meta/recipes-devtools/python-numpy/python3-numpy_1.11.2

Re: [OE-core] [PATCH] libxml2: Fix CVE-2017-8872

2017-06-08 Thread Jussi Kukkonen
On 7 June 2017 at 11:51, Fan Xin wrote: > > CVE: CVE-2017-8872 > The htmlParseTryOrFinish function in HTMLparser.c in libxml2 2.9.4 allows attackers > to cause a denial of service (buffer over-read) or information disclosure. > > External References: >

Re: [OE-core] [PATCH] openssl: Upgrade 1.0.2k -> 1.0.2l

2017-06-08 Thread Jussi Kukkonen
On 8 June 2017 at 11:18, Changhyeok Bae wrote: > Patch fix-cipher-des-ede3-cfb1.patch was removed as it is included > in this release. > > Signed-off-by: Changhyeok Bae > --- > .../openssl/openssl/fix-cipher-des-ede3-cfb1.patch | 21 >

[OE-core] [PATCH 10/10] xkeyboard-config: Upgrade 2.20 -> 2.21

2017-06-01 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../xorg-lib/{xkeyboard-config_2.20.bb => xkeyboard-config_2.21.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.20.bb => xkeyboard-config_2.21.bb}

[OE-core] [PATCH 06/10] clutter-gst-3.0: Upgrade 3.0.22 -> 3.0.24

2017-06-01 Thread Jussi Kukkonen
Very small release with only bug fixes. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../clutter/{clutter-gst-3.0_3.0.22.bb => clutter-gst-3.0_3.0.24.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/clutter/{clutter-gst-3.0_

[OE-core] [PATCH 01/10] vte: Upgrade 0.46.1 -> 0.48.3

2017-06-01 Thread Jussi Kukkonen
Depend on gperf-native: The tarball used to include files generated with gperf and this is no longer the case. Use GIR_EXTRA_LIBS_PATH to fix introspection generation. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-support/vte/{vte_0.46.1.bb => vte_0.48.3

[OE-core] [PATCH 07/10] xf86-input-libinput: Upgrade 0.24.0 -> 0.25.1

2017-06-01 Thread Jussi Kukkonen
Small releases with just a few fixes. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../{xf86-input-libinput_0.24.0.bb => xf86-input-libinput_0.25.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-libinp

[OE-core] [PATCH 03/10] xdg-utils: Upgrade 1.1.1 -> 1.1.2

2017-06-01 Thread Jussi Kukkonen
Also inherit allarch: The utils are just shell scripts. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../xdg-utils/{xdg-utils_1.1.1.bb => xdg-utils_1.1.2.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/xdg-u

[OE-core] [PATCH 09/10] xkbcomp: Upgrade 1.3.1 -> 1.4.0

2017-06-01 Thread Jussi Kukkonen
Release with a small amount of bug fixes. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-graphics/xorg-app/{xkbcomp_1.3.1.bb => xkbcomp_1.4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{xkbcomp

[OE-core] [PATCH 05/10] clutter-1.0: Upgrade 1.26.0 -> 1.26.2

2017-06-01 Thread Jussi Kukkonen
Mostly bug fixes in this release. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../clutter/{clutter-1.0_1.26.0.bb => clutter-1.0_1.26.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/clutter/{clutter-1.0_1.26.0.bb =&

[OE-core] [PATCH 08/10] xserver-xorg: Upgrade 1.19.1 -> 1.19.3

2017-06-01 Thread Jussi Kukkonen
Bug fix releases. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../xorg-xserver/{xserver-xorg_1.19.1.bb => xserver-xorg_1.19.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.19.1.bb =&

  1   2   3   4   5   6   7   8   9   10   >