Re: [OE-core] [oe-commits] [openembedded-core] 01/24: gnutls: update to 3.5.3

2016-09-13 Thread Jussi Kukkonen
On 12 September 2016 at 20:43, Burton, Ross wrote: > > On 11 September 2016 at 23:37, Martin Jansa > wrote: > >> Default qemux86 as shown in: >> http://logs.nslu2-linux.org/buildlogs/oe/world/log.report.20 >> 160910_205641.log >> > > Yeah I can

[OE-core] [PATCH 2/2] libdrm: Explicitly disable cunit tests

2016-09-13 Thread Jussi Kukkonen
Add patch to control building cunit-tests explicitly. Disable them in the recipe. Fixes [YOCTO #9849]. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- ...ac-Allow-explicit-enabling-of-cunit-tests.patch | 56 ++ meta/recipes-graphics/drm/libdrm_2.4

[OE-core] [PATCH 1/2] piglit: Backport linker flag patch

2016-09-13 Thread Jussi Kukkonen
Use the correct build system patch instead of adding linker flags in recipe. Also update upstream status for the other build patch. Fixes [YOCTO #9851]. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../0001-cmake-Link-test-utils-with-ldl.patch

[OE-core] [PATCH 0/2] Minor build fixes

2016-09-13 Thread Jussi Kukkonen
repository at: git://git.yoctoproject.org/poky-contrib jku/after-m3 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/after-m3 Jussi Kukkonen (2): piglit: Backport linker flag patch libdrm: Explicitly disable cunit tests ...ac-Allow-explicit-enabling-of-cunit-tests.patch | 56

Re: [OE-core] [PATCH] mesa: update to 12.0.2

2016-09-12 Thread Jussi Kukkonen
On 9 September 2016 at 19:19, Andreas Müller wrote: > * removed patch was applied mainline > * tested on RaspberryPi2 weston / lxqt / kde > > Signed-off-by: Andreas Müller > --- > .../mesa/files/clang-compile-PR89599.patch |

Re: [OE-core] weston startup problem

2016-09-09 Thread Jussi Kukkonen
On 24 August 2016 at 20:08, Tom Hochstein wrote: > Hi All, Hi, sorry for missing this in the originally, > The weston systemd startup implementation is not working correctly and I > need some help fixing it. > > With systemd and pam on the image, the expected behavior

[OE-core] [PATCH] tiff: Update download URL

2016-09-08 Thread Jussi Kukkonen
remotesensing.org domain has been taken over by someone unrelated. There does not seem to be an up-to-date tiff homepage, but osgeo.org is a reliable download site. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-multimedia/libtiff/tiff_4.0.6.bb | 3 +-- 1 file c

[OE-core] [PATCHv2 2/3] xserver-nodm-init: Deprecate /etc/X11/Xserver

2016-09-01 Thread Jussi Kukkonen
-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- Changes since v1: * Require distro feature x11 so 'world' can build without x11. I've force-modified the branch at git://git.yoctoproject.org/poky-contrib jku/xserver-nodm http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/xserve

[OE-core] [PATCHv2 08/15] gnutls: update to 3.5.3

2016-08-31 Thread Jussi Kukkonen
Add patch to fix compile without libtasn headers. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- Changes since v1: * Add patch to fix compile without libtasn headers Thanks, Jussi ...001-Use-correct-include-dir-with-minitasn.patch | 31 ++ .../

Re: [OE-core] [PATCH V1] unzip: fixes strange output

2016-08-30 Thread Jussi Kukkonen
On 30 August 2016 at 10:21, Jussi Kukkonen <jussi.kukko...@intel.com> wrote: > On 30 August 2016 at 05:17, Edwin Plauchu <edwin.plauchu.camacho@linux. > intel.com> wrote: > > > > From: Edwin Plauchu <edwin.plauchu.cama...@int

[OE-core] [PATCH 3/3] x11-common: Remove Xserver script

2016-08-30 Thread Jussi Kukkonen
X startup is now handled in xserver-nodm-init. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-graphics/x11-common/x11-common/Xserver.in | 12 meta/recipes-graphics/x11-common/x11-common_0.1.bb | 10 +- 2 files changed, 1 insertion(

[OE-core] [PATCH 2/3] xserver-nodm-init: Deprecate /etc/X11/Xserver

2016-08-30 Thread Jussi Kukkonen
-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../x11-common/xserver-nodm-init.bb| 47 +- .../x11-common/xserver-nodm-init/Xserver | 25 .../x11-common/xserver-nodm-init/Xusername | 1 - .../x11-common/xserver-nodm-init/x

[OE-core] [PATCH 0/3] Clean up X init (oe-core vs meta-oe)

2016-08-30 Thread Jussi Kukkonen
8-25 23:09:29 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib jku/xserver-nodm http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/xserver-nodm Jussi Kukkonen (3): base-files: Add shell test quoting xserver-nodm-init: Deprecate /etc/X11/Xserver

[OE-core] [PATCH 1/3] base-files: Add shell test quoting

2016-08-30 Thread Jussi Kukkonen
tty can return "not a tt" which results in warnings when /etc/profile is executed. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-core/base-files/base-files/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core

Re: [OE-core] [PATCH V1] unzip: fixes strange output

2016-08-30 Thread Jussi Kukkonen
On 30 August 2016 at 05:17, Edwin Plauchu < edwin.plauchu.cama...@linux.intel.com> wrote: > > From: Edwin Plauchu > > This fixes commit 763a3d424bccf559a8d6add3dc1f2746c82f2933 > > Output was strange when using unzip to extract zip file. > This patch fixed so. > >

Re: [OE-core] [meta-oe] [master] [PATCH 0/3] Added cpu benchmarks

2016-08-23 Thread Jussi Kukkonen
On 23 August 2016 at 12:47, Mubin Sayyed wrote: > Added recipes for cpu benchmarks dhrystone,whetstone and linpack. > > Mubin Sayyed (3): > benchmarks:Added recipe for whetstone benchmarks > benchmarks:Added recipe for dhrystone > benchmarks:Added recipe for

Re: [OE-core] [PATCH] cmake.bbclass: call cmake with a relative path

2016-08-23 Thread Jussi Kukkonen
On 23 August 2016 at 11:47, Clemens Lang wrote: > Hi Ross, > > Ross Burton wrote: > > > Seems to work in my testing, but this breaks piglit's bash-completion > > logic again (resulting in it not installing the file). If you understand > > cmake

Re: [OE-core] [PATCH 1/2] python-3.5-manifest: Rename Queue module to queue

2016-08-23 Thread Jussi Kukkonen
On 22 August 2016 at 21:57, Fabio Berton wrote: > The Queue module has been renamed to queue in Python 3. > > Signed-off-by: Fabio Berton > --- > meta/recipes-devtools/python/python-3.5-manifest.inc | 2 +- > 1 file changed, 1

[OE-core] [PATCH 0/9] Upgrades

2016-08-22 Thread Jussi Kukkonen
at: git://git.yoctoproject.org/poky-contrib jku/upgrades http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/upgrades Jussi Kukkonen (9): python-3.5-manifest: Add enum dependency to signal fontconfig: Upgrade 2.12.0 -> 2.12.1 gnome-themes-standard: Upgrade 3.18.0 -> 3.20.2

[OE-core] [PATCH 8/9] wayland-protocols: 1.5 -> 1.7

2016-08-22 Thread Jussi Kukkonen
* xdg-shell unstable v6 (backwards incompatible) * new unstable protocols xdg-foreign, idle-inhibit Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../wayland/{wayland-protocols_1.5.bb => wayland-protocols_1.7.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-

[OE-core] [PATCH 9/9] openssh: Upgrade 7.2p2 -> 7.3p1

2016-08-22 Thread Jussi Kukkonen
Remove CVE-2015-8325.patch as it's included upstream. Rebase another patch. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../openssh/openssh/CVE-2015-8325.patch| 39 -- ...h-7.1p1-conditional-compile-des-in-cipher.patc

[OE-core] [PATCH 7/9] libinput: Upgrade 1.3.0 -> 1.4.1

2016-08-22 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../recipes-graphics/wayland/{libinput_1.3.0.bb => libinput_1.4.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{libinput_1.3.0.bb => libinput_1.4.1.bb} (84%) diff

[OE-core] [PATCH 3/9] gnome-themes-standard: Upgrade 3.18.0 -> 3.20.2

2016-08-22 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- ...nome-themes-standard_3.18.0.bb => gnome-themes-standard_3.20.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gnome/{gnome-themes-standard_3.18.0.bb => gnome-themes-standard_3.

[OE-core] [PATCH 6/9] json-glib: Upgrade 1.2.0 -> 1.2.2

2016-08-22 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../json-glib/{json-glib_1.2.0.bb => json-glib_1.2.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/json-glib/{json-glib_1.2.0.bb => json-glib_1.2.2.bb} (78%) diff

[OE-core] [PATCH 5/9] vte: Upgrade 0.44.1 -> 0.44.2

2016-08-22 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-support/vte/{vte_0.44.1.bb => vte_0.44.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/vte/{vte_0.44.1.bb => vte_0.44.2.bb} (86%) diff --git a/meta/recipes

[OE-core] [PATCH 4/9] gtk+3: Upgrade 3.20.6 -> 3.20.9

2016-08-22 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-gnome/gtk+/{gtk+3_3.20.6.bb => gtk+3_3.20.9.bb} | 4 ++-- ...tk-icon-utils-native_3.20.6.bb => gtk-icon-utils-native_3.20.9.bb} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/r

[OE-core] [PATCH 2/9] fontconfig: Upgrade 2.12.0 -> 2.12.1

2016-08-22 Thread Jussi Kukkonen
License text block moved, checksum remains same. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../fontconfig/{fontconfig_2.12.0.bb => fontconfig_2.12.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/f

[OE-core] [PATCH 1/9] python-3.5-manifest: Add enum dependency to signal

2016-08-22 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-devtools/python/python-3.5-manifest.inc | 2 +- scripts/contrib/python/generate-manifest-3.5.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/pyth

Re: [OE-core] [PATCH v2] bind: 9.10.3-P3 -> 9.11.0b2

2016-08-19 Thread Jussi Kukkonen
On 19 August 2016 at 11:00, Wang, Xin wrote: > I checked the build directory, and didn’t find those files that you refer > to. I guess my configuration may be different with yours. Can I see your > log.do_configure file, thanks. > > You should not need that.

Re: [OE-core] [PATCH] dbus: 1.10.8 -> 1.11.2

2016-08-17 Thread Jussi Kukkonen
On 28 April 2016 at 16:37, Dai Caiyun wrote: > Upgrade dbus from 1.10.8 to 1.11.2. > 1.11 is the development branch, we should not upgrade to it without a really good reason. Also, is there something wrong with your date settings? The date header is from April.

Re: [OE-core] [PATCH] adwaita-icon-theme: 3.18.0 -> 3.21.2

2016-08-15 Thread Jussi Kukkonen
On 15 August 2016 at 10:04, Wang Xin wrote: > Upgrade adwaita-icon-theme from 3.18.0 to 3.21.2. > I'm pretty sure Adwaita follows the GNOME version scheme where odd minor versions are development snapshots. We should upgrade to 3.20.x though -- I'm not sure why

Re: [OE-core] [PATCH] piglit: fix build failure with gold linker

2016-08-02 Thread Jussi Kukkonen
On 1 August 2016 at 18:34, Maxin B. John wrote: > When we use gold linker while DISTRO set to "nodistro", piglit build > fails with the following error: > > | ../../../../lib/libpiglitutil_gl.so.0: error: undefined reference to > 'dlsym' > |

Re: [OE-core] augeas: oe-core removal warning

2016-08-02 Thread Jussi Kukkonen
On 2 August 2016 at 11:23, Burton, Ross <ross.bur...@intel.com> wrote: > > On 13 May 2016 at 08:15, Jussi Kukkonen <jussi.kukko...@intel.com> wrote: > >> I'm considering removing the augeas recipe from oe-core: it has not >> really been depended on by anything s

[OE-core] [PATCH] piglit: Add build fix patch

2016-07-19 Thread Jussi Kukkonen
Fixes [YOCTO #9851] (fingers crossed). Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- This is a potential build fix for a problem Martin reported that I couldn't reproduce myself. I've pushed this on top of the piglit branch that isn't yet merged. git://git.yoctoproje

[OE-core] [PATCHv2 9/9] xf86-input-libinput: Upgrade 0.16.0 -> 0.19.0

2016-07-18 Thread Jussi Kukkonen
Note that the xorg configuration file for input-libinput now sorts lower than it used to (90 -> 60). Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../{xf86-input-libinput_0.16.0.bb => xf86-input-libinput_0.19.0.bb} | 4 ++-- 1 file changed, 2 insertions(+),

[OE-core] [PATCHv2 3/9] wayland-protocols: Upgrade 1.3 -> 1.4

2016-07-18 Thread Jussi Kukkonen
Remove backported patch. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../wayland-protocols/dont-use-AC_CANONICAL.patch | 29 -- ...d-protocols_1.3.bb => wayland-protocols_1.4.bb} | 6 ++--- 2 files changed, 3 insertions(+), 32 deletions(-) de

[OE-core] [PATCHv2 8/9] xf86-input-evdev: Upgrade 2.10.2 -> 2.10.3

2016-07-18 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../{xf86-input-evdev_2.10.2.bb => xf86-input-evdev_2.10.3.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.10.2.bb => xf86-input-evdev_2.

[OE-core] [PATCHv2 6/9] libxfixes: Upgrade 5.0.1 -> 5.0.2

2016-07-18 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../xorg-lib/{libxfixes_5.0.1.bb => libxfixes_5.0.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxfixes_5.0.1.bb => libxfixes_5.0.2.bb} (79%) diff

[OE-core] [PATCHv2 5/9] weston: Upgrade 1.10.0 -> 1.11.0

2016-07-18 Thread Jussi Kukkonen
Remove now unnecessary patch, rebase others. Add musl build fix patch. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- ...1-configure.ac-Fix-wayland-protocols-path.patch | 4 +- .../0001-shared-include-stdint.h-for-int32_t.patch | 28 + ...ch-Provide-a-default-v

[OE-core] [PATCHv2 1/9] mesa-demos: Require X11 distro feature

2016-07-18 Thread Jussi Kukkonen
be modified when meta-oe freeglut recipe has that feature. The change became necessary now because mesa no longer mistakenly installs GL files when X11 is disabled (and mesa-demos configure currently requires GL). Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-graphic

[OE-core] [PATCHv2 2/9] mesa: Upgrade 11.2.2 -> 12.0.1

2016-07-18 Thread Jussi Kukkonen
fail: 306 crash: 2 skip: 30857 warn: 7 total: 65144 Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-graphics/mesa/{mesa-gl_11.2.2.bb => mesa-gl_12.0.1.bb} | 0 meta/recipes-graphics/mesa

[OE-core] [PATCHv2 4/9] wayland: Upgrade 1.10.0 -> 1.11.0

2016-07-18 Thread Jussi Kukkonen
Add a musl build fix patch. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- ...0001-scanner-Use-unit32_t-instead-of-uint.patch | 30 ++ .../{wayland_1.10.0.bb => wayland_1.11.0.bb} | 8 +++--- 2 files changed, 35 insertions(+), 3 deletions(-) cr

[OE-core] [PATCHv2 7/9] xkeyboard-config: Upgrade 2.17 -> 2.18

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

[OE-core] [PATCHv2 0/9] Upgrade mesa, wayland

2016-07-18 Thread Jussi Kukkonen
ics http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/graphics Jussi Kukkonen (9): mesa-demos: Require X11 distro feature mesa: Upgrade 11.2.2 -> 12.0.1 wayland-protocols: Upgrade 1.3 -> 1.4 wayland: Upgrade 1.10.0 -> 1.11.0 weston: Upgrade 1.10.0 -> 1.11.0 libxfixes: Upgrade 5.0.

Re: [OE-core] [PATCH 3/8] wayland: Upgrade 1.10.0 -> 1.11.0

2016-07-18 Thread Jussi Kukkonen
On 16 July 2016 at 02:25, Khem Raj <raj.k...@gmail.com> wrote: > On Jul 15, 2016, at 3:15 PM, Burton, Ross <ross.bur...@intel.com> wrote: > > > On 15 July 2016 at 11:41, Jussi Kukkonen <jussi.kukko...@intel.com> wrote: > >> Signed-off-by: J

Re: [OE-core] [PATCH 1/8] mesa: Upgrade 11.2.2 -> 12.0.1

2016-07-17 Thread Jussi Kukkonen
On 16 July 2016 at 22:47, Burton, Ross <ross.bur...@intel.com> wrote: > > On 15 July 2016 at 11:41, Jussi Kukkonen <jussi.kukko...@intel.com> wrote: > >> Massive mesa upgrade (OpenGL 4.3, GLVND support, vulkan driver >> for intel etc), although many n

[OE-core] [PATCH 3/5] matchbox-keyboard: Upgrade to 0.1.1

2016-07-15 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../{matchbox-keyboard_git.bb => matchbox-keyboard_0.1.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-sato/matchbox-keyboard/{matchbox-keyboard_git.bb => matchbox-keyboard_0

[OE-core] [PATCH 2/5] sato-screenshot: Upgrade 0.2 -> 0.3

2016-07-15 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../{sato-screenshot_0.2.bb => sato-screenshot_0.3.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-sato/sato-screenshot/{sato-screenshot_0.2.bb => sato-screenshot_0.3.bb}

[OE-core] [PATCH 4/5] libmatchbox: Upgrade 1.11 -> 1.12

2016-07-15 Thread Jussi Kukkonen
libmatchbox now has a in-tree xsettings-client. * Use git SRC_URI like the other matchbox components. * Remove upstreamed patch. * Update license info (xsettings code is MIT). * Stop depending on libxsettings-client Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../libma

[OE-core] [PATCH 5/5] libxsettings-client: Remove as unneeded

2016-07-15 Thread Jussi Kukkonen
xsettings-client is not meant to be a shared library and the only user in oe-core (libmatchbox) now has an in-tree copy. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/conf/distro/include/distro_alias.inc | 1 - meta/lib/oeqa/selftest/recipetool.py

[OE-core] [PATCH 0/5] Updates to Sato components

2016-07-15 Thread Jussi Kukkonen
: useradd-staticids: use map() instead of imap() (2016-07-12 23:12:00 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib jku/sato-scalingimage2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/sato-scalingimage2 Jussi Kukkonen (5): matchbox-panel

[OE-core] [PATCH 1/5] matchbox-panel-2: Upgrade 2.10 -> 2.11

2016-07-15 Thread Jussi Kukkonen
New release finishes the port from buggy ScalingImage to ScalingImage2. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../{matchbox-panel-2_2.10.bb => matchbox-panel-2_2.11.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-sato

[OE-core] [PATCH 5/8] libxfixes: Upgrade 5.0.1 -> 5.0.2

2016-07-15 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../xorg-lib/{libxfixes_5.0.1.bb => libxfixes_5.0.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxfixes_5.0.1.bb => libxfixes_5.0.2.bb} (79%) diff

[OE-core] [PATCH 4/8] weston: Upgrade 1.10.0 -> 1.11.0

2016-07-15 Thread Jussi Kukkonen
Remove now unnecessary patch, rebase others. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- ...1-configure.ac-Fix-wayland-protocols-path.patch | 4 +- ...ch-Provide-a-default-version-that-doesn-t.patch | 68 +++--- .../make-libwebp-explicitly-configurable

[OE-core] [PATCH 6/8] xkeyboard-config: Upgrade 2.17 -> 2.18

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

[OE-core] [PATCH 1/8] mesa: Upgrade 11.2.2 -> 12.0.1

2016-07-15 Thread Jussi Kukkonen
fail: 306 crash: 2 skip: 30857 warn: 7 total: 65144 Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-graphics/mesa/{mesa-gl_11.2.2.bb => mesa-gl_12.0.1.bb} | 0 meta/recipes-graphics/mesa

[OE-core] [PATCH 3/8] wayland: Upgrade 1.10.0 -> 1.11.0

2016-07-15 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../recipes-graphics/wayland/{wayland_1.10.0.bb => wayland_1.11.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{wayland_1.10.0.bb => wayland_1.11.0.bb} (92%) diff

[OE-core] [PATCH 7/8] xf86-input-evdev: Upgrade 2.10.2 -> 2.10.3

2016-07-15 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../{xf86-input-evdev_2.10.2.bb => xf86-input-evdev_2.10.3.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.10.2.bb => xf86-input-evdev_2.

[OE-core] [PATCH 2/8] wayland-protocols: Upgrade 1.3 -> 1.4

2016-07-15 Thread Jussi Kukkonen
Remove backported patch. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../wayland-protocols/dont-use-AC_CANONICAL.patch | 29 -- ...d-protocols_1.3.bb => wayland-protocols_1.4.bb} | 6 ++--- 2 files changed, 3 insertions(+), 32 deletions(-) de

[OE-core] [PATCH 0/8] Upgrade mesa, wayland

2016-07-15 Thread Jussi Kukkonen
-contrib/log/?h=jku/graphics Jussi Kukkonen (8): mesa: Upgrade 11.2.2 -> 12.0.1 wayland-protocols: Upgrade 1.3 -> 1.4 wayland: Upgrade 1.10.0 -> 1.11.0 weston: Upgrade 1.10.0 -> 1.11.0 libxfixes: Upgrade 5.0.1 -> 5.0.2 xkeyboard-config: Upgrade 2.17 -> 2.18 xf86-in

[OE-core] [PATCHv3] piglit: Upgrade version, use python3

2016-07-13 Thread Jussi Kukkonen
* Remove backported patch * Update dependencies to use python3 modules, add depencies added in the new version * Install only stripped binaries to keep size down * Fix bash-completion install location Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- The bash-completion failur

[OE-core] [PATCH 7/7] libevdev: Upgrade 1.5.1 -> 1.5.2

2016-07-13 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../recipes-support/libevdev/{libevdev_1.5.1.bb => libevdev_1.5.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libevdev/{libevdev_1.5.1.bb => libevdev_1.5.2.bb} (74%) diff

[OE-core] [PATCH 6/7] librsvg: Upgrade 2.40.15 -> 2.40.16

2016-07-13 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-gnome/librsvg/{librsvg_2.40.15.bb => librsvg_2.40.16.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/librsvg/{librsvg_2.40.15.bb => librsvg_2.40.16.bb} (91%) diff

[OE-core] [PATCH 3/7] fontconfig: Upgrade 2.11.95 -> 2.12.0

2016-07-13 Thread Jussi Kukkonen
License unchanged, just moved by a few lines. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../fontconfig/{fontconfig_2.11.95.bb => fontconfig_2.12.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/fontconfig/{fontconfi

[OE-core] [PATCH 4/7] freetype: Upgrade 2.6.3 -> 2.6.5

2016-07-13 Thread Jussi Kukkonen
A new supposedly superior subpixel hinting mode was added and made default in 2.6.4 but 2.6.5 reverts the default to "no hinting". License checksum changes because of a copyright symbol change. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../freetype/{f

[OE-core] [PATCH 5/7] libgpg-error: Upgrade 1.22 -> 1.23

2016-07-13 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../libgpg-error/{libgpg-error_1.22.bb => libgpg-error_1.23.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error_1.22.bb => libgpg-error_1.23.bb} (92%)

[OE-core] [PATCH 1/7] expat: Upgrade 2.1.1 -> 2.2.0

2016-07-13 Thread Jussi Kukkonen
Remove a patch that is no longer needed. License checksum changes because of a copyright year change. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-core/expat/expat.inc | 1 - meta/recipes-core/expat/expat/CVE-2016-0718.patch

[OE-core] [PATCH 2/7] cairo: Remove unnecessary UPSTREAM_CHECK_REGEX

2016-07-13 Thread Jussi Kukkonen
This overwrites the regex set by upstream-version-is-even.bbclass. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-graphics/cairo/cairo_1.14.6.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-graphics/cairo/cairo_1.14.6.bb b/meta/recipes-gr

[OE-core] [PATCH 0/7] Minor version upgrades

2016-07-13 Thread Jussi Kukkonen
+0100) are available 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 (7): expat: Upgrade 2.1.1 -> 2.2.0 cairo: Remove unnecessary UPSTREAM_CHECK_REGEX fontconfig: Upgr

Re: [OE-core] [PATCH 13/13] weston: Upgrade 1.9.0 -> 1.10.0

2016-07-13 Thread Jussi Kukkonen
On 13 July 2016 at 09:49, Khem Raj <raj.k...@gmail.com> wrote: > On Tue, May 17, 2016 at 12:31 AM, Jussi Kukkonen > <jussi.kukko...@intel.com> wrote: > > On 16 May 2016 at 18:50, Khem Raj <raj.k...@gmail.com> wrote: > >>> As I said, I would work

[OE-core] [PATCHv2 5/5] piglit: Upgrade version, use python3

2016-07-12 Thread Jussi Kukkonen
* Remove backported patch * Update dependencies to use python3 modules, add depencies added in the new version * install only stripped binaries to keep size down Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- ...0001-tests-Fix-missing-include-of-Xutil.h.patc

[OE-core] [PATCHv2 2/5] python3: Add compression to python3-shell dependencies

2016-07-12 Thread Jussi Kukkonen
python3-shell needs python3-compression for tarfile. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-devtools/python/python-3.5-manifest.inc | 2 +- scripts/contrib/python/generate-manifest-3.5.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

[OE-core] [PATCHv2 0/5] Upgrade piglit

2016-07-12 Thread Jussi Kukkonen
at: git://git.yoctoproject.org/poky-contrib jku/piglit http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/piglit Jussi Kukkonen (5): python-six: Add to oe-core python3: Add compression to python3-shell dependencies python3: Add dependencies for python3-misc python3-native

[OE-core] [PATCHv2 3/5] python3: Add dependencies for python3-misc

2016-07-12 Thread Jussi Kukkonen
http.server requires email.parser. argparse requires codecs and textutils. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-devtools/python/python3_3.5.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3_3.

[OE-core] [PATCHv2 4/5] python3-native: Add "io" to rprovides

2016-07-12 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-devtools/python/python3-native_3.5.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-native_3.5.1.bb b/meta/recipes-devtools/python/python3-native_3.5.1.bb

[OE-core] [PATCHv2 1/5] python-six: Add to oe-core

2016-07-12 Thread Jussi Kukkonen
Recipes are moved from meta-openembedded/meta-python Changes compared to meta-python version: * Modified to not inherit pypi * Fix python-io dependency for python3 * Support native, nativesdk * Do not install .egg Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/r

Re: [OE-core] [PATCH 1/5] python-six: Add to oe-core

2016-07-12 Thread Jussi Kukkonen
On 11 July 2016 at 17:27, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > On 07/11/2016 02:46 PM, Jussi Kukkonen wrote: > > Not sure where a URL like that comes from or why it would be accessed >> during build? Li Xin, any comment? >> > > A few r

[OE-core] [PATCH 0/5] Upgrade piglit

2016-07-07 Thread Jussi Kukkonen
://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/piglit Jussi Kukkonen (5): python-six: Add to oe-core python3: Add compression to python3-shell dependencies python3: Add dependencies for python3-misc python3-native: Add "io" to rprovides piglit: Upgrade version, use python3

[OE-core] [PATCH 4/5] python3-native: Add "io" to rprovides

2016-07-07 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-devtools/python/python3-native_3.5.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-native_3.5.1.bb b/meta/recipes-devtools/python/python3-native_3.5.1.bb

[OE-core] [PATCH 5/5] piglit: Upgrade version, use python3

2016-07-07 Thread Jussi Kukkonen
* Remove backported patch * Update dependencies to use python3 modules, add depencies added in the new version Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- ...0001-tests-Fix-missing-include-of-Xutil.h.patch | 28 -- meta/recipes-graphics/piglit/piglit_

[OE-core] [PATCH 3/5] python3: Add dependencies for python3-misc

2016-07-07 Thread Jussi Kukkonen
http.server requires email.parser. argparse requires codecs and textutils. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-devtools/python/python3_3.5.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3_3.

[OE-core] [PATCH 2/5] python3: Add compression to python3-shell dependencies

2016-07-07 Thread Jussi Kukkonen
python3-shell needs python3-compression for tarfile. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-devtools/python/python-3.5-manifest.inc | 2 +- scripts/contrib/python/generate-manifest-3.5.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

[OE-core] [PATCH 1/5] python-six: Add to oe-core

2016-07-07 Thread Jussi Kukkonen
Recipes are moved from meta-openembedded/meta-python Changes compared to meta-python version: * Modified to not inherit pypi * Fix python-io dependency for python3 * Support native, nativesdk Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-devtools/python/

Re: [OE-core] [PATCH 01/10] gtk+3: Upgrade 3.18.8 -> 3.20.6

2016-07-06 Thread Jussi Kukkonen
On 6 July 2016 at 06:21, Robert Yang <liezhi.y...@windriver.com> wrote: > On 07/06/2016 11:09 AM, Robert Yang wrote: > >> On 07/05/2016 10:08 PM, Jussi Kukkonen wrote: >> >>> On 5 July 2016 at 16:09, Robert Yang <liezhi.y...@windriver.com >>&

Re: [OE-core] [PATCH 01/10] gtk+3: Upgrade 3.18.8 -> 3.20.6

2016-07-05 Thread Jussi Kukkonen
; make[2]: Leaving directory > '/buildarea/lyang1/test_qemux86/bitbake_build/tmp/work/i586-wrs-linux/gtk+3/3.20.6-r0/build/gdk' > Makefile:713: recipe for target 'all-recursive' failed > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > '/buildarea/lyang1/test

Re: [OE-core] [PATCH] mesa: move crypto configs to versioned recipe

2016-06-30 Thread Jussi Kukkonen
On 30 June 2016 at 15:40, Awais Belal wrote: > Fixes > WARNING: mesa-2_11.0.8+gitAUTOINC+b9b19162ee-r0 do_configure: QA Issue: > mesa: configure was passed unrecognised options: --with-sha1 > [unknown-configure-option] > for git based recipe as it is on an older version

Re: [OE-core] [PATCH 09/10] vte: don't build test app

2016-06-23 Thread Jussi Kukkonen
't using the test application for anything: matchbox-terminal serves the same purpose. Jussi Ross > > On 22 June 2016 at 12:52, Jussi Kukkonen <jussi.kukko...@intel.com> wrote: > >> Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> >> --- >> meta/recipes

[OE-core] [PATCH 03/10] at-spi2-core: Upgrade 2.18.3 -> 2.20.2

2016-06-22 Thread Jussi Kukkonen
Add systemd unit, patch in a configure flag to set the correct dir. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../0001-build-Add-with-systemduserunitdir.patch | 49 ++ ...-spi2-core_2.18.3.bb => at-spi2-core_2.20.2.bb} | 18 +--- 2 files ch

[OE-core] [PATCH 04/10] at-spi2-atk: Upgrade 2.18.1 -> 2.20.1

2016-06-22 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../atk/{at-spi2-atk_2.18.1.bb => at-spi2-atk_2.20.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/atk/{at-spi2-atk_2.18.1.bb => at-spi2-atk_2.20.1.bb} (81%) diff

[OE-core] [PATCH 01/10] gtk+3: Upgrade 3.18.8 -> 3.20.6

2016-06-22 Thread Jussi Kukkonen
-query-settings to -dev package * Rebase patches * Modify 0003-Add-disable-opengl-configure-option.patch so that gdkx.h really is generated whenever it changes Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-gnome/gtk+/gtk+3.inc | 9 +- ..._libtool

[OE-core] [PATCH 06/10] puzzles: Keep building even with deprecation warnings

2016-06-22 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-sato/puzzles/puzzles_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index a9daacd..882ee44 100644 --- a/meta/recipe

[OE-core] [PATCH 10/10] connman-gnome: StatusIcon adapts to size changes

2016-06-22 Thread Jussi Kukkonen
Update the Gtk3 patch to make the StatusIcon load pixbufs at (more) correct sizes -- Gtk3 does not seem to reliably position the icon otherwise. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../connman/connman-gnome/0001-Port-to-Gtk3.patch | 136 ++---

[OE-core] [PATCH 05/10] clutter-gtk-1.0: Upgrade 1.6.6 -> 1.8.0

2016-06-22 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-graphics/clutter/clutter-gtk-1.0_1.6.6.bb | 6 -- meta/recipes-graphics/clutter/clutter-gtk-1.0_1.8.0.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta/recipes-graphics/c

[OE-core] [PATCH 09/10] vte: don't build test app

2016-06-22 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-support/vte/vte_0.44.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/vte/vte_0.44.1.bb b/meta/recipes-support/vte/vte_0.44.1.bb index ecbf58a..f3baa1e 100644 --- a/meta/r

[OE-core] [PATCH 08/10] gsettings-desktop-schemas: inherit upstream-version-is-even

2016-06-22 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../gsettings-desktop-schemas/gsettings-desktop-schemas_3.20.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.20.0.bb

[OE-core] [PATCH 00/10] Upgrades and misc. fixes

2016-06-22 Thread Jussi Kukkonen
: clean up EvertWriter (2016-06-20 17:23:57 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib jku/upgrades-post-gtk3 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/upgrades-post-gtk3 Jussi Kukkonen (10): gtk+3: Upgrade 3.18.8 -> 3.20.6

[OE-core] [PATCH 02/10] atk: Upgrade 2.18.0 -> 2.20.0

2016-06-22 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- meta/recipes-support/atk/{atk_2.18.0.bb => atk_2.20.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/atk/{atk_2.18.0.bb => atk_2.20.0.bb} (69%) diff --git a/meta/recipes

Re: [OE-core] [PATCH 1/2] gtk+3: Make sure gdkx.h is updated

2016-06-22 Thread Jussi Kukkonen
On 17 June 2016 at 22:37, Jussi Kukkonen <jussi.kukko...@intel.com> wrote: > Always run the Makefile rule that modifies gdkx.h (for opengl > disabling), but only do the modification if the file is not > correct already. > Please don't take this patch: I'll include it

Re: [OE-core] [PATCH 2/3] oeqa/sdk: remove buildsudoku test

2016-06-21 Thread Jussi Kukkonen
On 21 June 2016 at 17:39, Ross Burton wrote: > This application needs GTK+ 2 which we're trying to move away from for Sato > images. > > Signed-off-by: Ross Burton > --- > meta/lib/oeqa/sdk/buildsudoku.py | 26 -- > 1 file

Re: [OE-core] [PATCH v2] cmake.bbclass: set the modules directory correctly

2016-06-18 Thread Jussi Kukkonen
On 17 June 2016 at 18:01, Jose Pardeiro wrote: > > The CMake recipes contain a mismatch between the environmental variable > which defines where the Modules are installed and the location where they > actually are. This patch fixes the environmental variable to

<    1   2   3   4   5   6   7   8   9   10   >