[OE-core] [meta-oe][PATCH] mkefidisk.sh: mount images as read-only

2016-05-16 Thread Raymond Tan
Mount the hddimg and rootfs.img as read-only when creating the bootable image on the medium. Otherwise, the md5 checksum values of the hddimg will be altered. As this changed checksum value might cause issue for users whom would reuse the hddimg. Signed-off-by: Raymond Tan --- scripts/contrib/mk

Re: [OE-core] [oe-core][master][krogoth][PATCH] python-numpy: fix build failure with python-matplotlib

2016-05-16 Thread Khem Raj
> On May 16, 2016, at 8:34 PM, akuster808 wrote: > > On 5/16/16 8:09 PM, Khem Raj wrote: >> >>> On May 16, 2016, at 7:26 PM, akuster808 wrote: >>> >>> >>> >>> On 05/16/2016 09:44 AM, Khem Raj wrote: > On May 16, 2016, at 9:17 AM, Armin Kuster wrote: > > From: Armin Kuste

Re: [OE-core] [oe-core][master][krogoth][PATCH] python-numpy: fix build failure with python-matplotlib

2016-05-16 Thread akuster808
On 5/16/16 8:09 PM, Khem Raj wrote: > >> On May 16, 2016, at 7:26 PM, akuster808 wrote: >> >> >> >> On 05/16/2016 09:44 AM, Khem Raj wrote: >>> On May 16, 2016, at 9:17 AM, Armin Kuster wrote: From: Armin Kuster numpy/core/include/numpy/npy_common.h:149:10: error:

Re: [OE-core] [PATCH 2/4] libuser: Fix security string formatting issues.

2016-05-16 Thread Paul Eggleton
Hi Aníbal, On Fri, 13 May 2016 14:49:26 Aníbal Limón wrote: > [YOCTO #9547] > > Signed-off-by: Aníbal Limón This isn't sufficient as a commit message. Every commit requires a proper message explaining what and why as per [1], even if it's covered by the bugzilla entry. Thanks, Paul [1] http

Re: [OE-core] [oe-core][master][krogoth][PATCH] python-numpy: fix build failure with python-matplotlib

2016-05-16 Thread akuster808
On 5/16/16 8:09 PM, Khem Raj wrote: > >> On May 16, 2016, at 7:26 PM, akuster808 wrote: >> >> >> >> On 05/16/2016 09:44 AM, Khem Raj wrote: >>> On May 16, 2016, at 9:17 AM, Armin Kuster wrote: From: Armin Kuster numpy/core/include/numpy/npy_common.h:149:10: error:

Re: [OE-core] [PATCH v3][krogoth] feature-arm-neon.inc: restore vfpv3-d16 support

2016-05-16 Thread Khem Raj
> On May 16, 2016, at 7:21 PM, André Draszik wrote: > > On Fr, 2016-05-13 at 10:08 -0700, Khem Raj wrote: >>> >>> On May 13, 2016, at 12:56 AM, André Draszik wrote: >>> >>> Commit 6661718 (feature-arm-{neon,vfp}.inc: refactor and fix issues) >>> effectively changed the gcc -mfpu= option from

Re: [OE-core] [oe-core][master][krogoth][PATCH] python-numpy: fix build failure with python-matplotlib

2016-05-16 Thread Khem Raj
> On May 16, 2016, at 7:26 PM, akuster808 wrote: > > > > On 05/16/2016 09:44 AM, Khem Raj wrote: >> >>> On May 16, 2016, at 9:17 AM, Armin Kuster wrote: >>> >>> From: Armin Kuster >>> >>> numpy/core/include/numpy/npy_common.h:149:10: error: >>> | #error Unsupported size for type

Re: [OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Christopher Larson
On Mon, May 16, 2016 at 7:12 PM, Edwin Plauchu < edwin.plauchu.cama...@linux.intel.com> wrote: > From: Edwin Plauchu > > This patch avoids stat fails to compile with compiler flags which elevate > common string formatting issues into an error (-Wformat -Wformat-security > -Werror=format-security)

Re: [OE-core] [oe-core][master][krogoth][PATCH] python-numpy: fix build failure with python-matplotlib

2016-05-16 Thread akuster808
On 05/16/2016 09:44 AM, Khem Raj wrote: > >> On May 16, 2016, at 9:17 AM, Armin Kuster wrote: >> >> From: Armin Kuster >> >> numpy/core/include/numpy/npy_common.h:149:10: error: >> | #error Unsupported size for type off_t >> >> Signed-off-by: Armin Kuster >> --- >> meta/recipes-devto

Re: [OE-core] [PATCH v3][krogoth] feature-arm-neon.inc: restore vfpv3-d16 support

2016-05-16 Thread André Draszik
On Fr, 2016-05-13 at 10:08 -0700, Khem Raj wrote: > > > > On May 13, 2016, at 12:56 AM, André Draszik wrote: > > > > Commit 6661718 (feature-arm-{neon,vfp}.inc: refactor and fix issues) > > effectively changed the gcc -mfpu= option from -mfpu=vfpv3-d16 to > > -mfpu=vfpv3d16, which gcc doesn't un

Re: [OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Plauchu Edwin
This is the version fputs call http://lists.openembedded.org/pipermail/openembedded-core/2016-May/121584.html On 16/05/16 20:02, Khem Raj wrote: On May 16, 2016, at 5:21 PM, Plauchu Edwin wrote: Ok Bill I rewrote the patch without using macros http://lists.openembedded.org/pipermail/openemb

[OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Edwin Plauchu
From: Edwin Plauchu This patch avoids stat fails to compile with compiler flags which elevate common string formatting issues into an error (-Wformat -Wformat-security -Werror=format-security). [YOCTO #9550] Signed-off-by: Edwin Plauchu --- meta/conf/distro/include/security_flags.inc

Re: [OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Khem Raj
> On May 16, 2016, at 5:21 PM, Plauchu Edwin > wrote: > > Ok Bill > > I rewrote the patch without using macros > http://lists.openembedded.org/pipermail/openembedded-core/2016-May/121581.html > you did not address the other comment about using printf properly. > On 16/05/16 17:21, Randle,

Re: [OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Plauchu Edwin
Ok Bill I rewrote the patch without using macros http://lists.openembedded.org/pipermail/openembedded-core/2016-May/121581.html On 16/05/16 17:21, Randle, William C wrote: On Mon, 2016-05-16 at 16:37 -0500, Plauchu Edwin wrote: On 16/05/16 16:28, Khem Raj wrote: On May 16, 2016, at 1:19 PM,

[OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Edwin Plauchu
From: Edwin Plauchu This patch avoids stat fails to compile with compiler flags which elevate common string formatting issues into an error (-Wformat -Wformat-security -Werror=format-security). [YOCTO #9550] Signed-off-by: Edwin Plauchu --- meta/conf/distro/include/security_flags.inc

Re: [OE-core] [PATCH] meta:recipes-extended: zip fix security gaps

2016-05-16 Thread Khem Raj
> On May 16, 2016, at 3:06 PM, Edwin Plauchu > wrote: > > From: Edwin Plauchu > > This patch avoids zip recipe fails to compile with compiler flags which > elevate common string formatting issues into an error (-Wformat > -Wformat-security -Werror=format-security). > > [YOCTO #9552] > > S

Re: [OE-core] [master][PATCHv2 2/3] mkelfimage: obey LDFLAGS, sort out HOST_ flags

2016-05-16 Thread Christopher Larson
On Fri, May 13, 2016 at 11:25 PM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Thu, 2016-05-05 at 15:59 -0700, Christopher Larson wrote: > > From: Christopher Larson > > > > We weren't consistent in the HOST_ (aka BUILD_) and non-HOST_ flags, > > so we > > were using BUILD_CPP

Re: [OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Randle, William C
On Mon, 2016-05-16 at 16:37 -0500, Plauchu Edwin wrote: > > On 16/05/16 16:28, Khem Raj wrote: > > > > > > > > On May 16, 2016, at 1:19 PM, edwin.plauchu.cama...@linux.intel.com wrote: > > > > > > From: Edwin Plauchu > > > > > > This patch avoids stat fails to compile with compiler flags whic

Re: [OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Khem Raj
> On May 16, 2016, at 2:37 PM, Plauchu Edwin > wrote: > > > > On 16/05/16 16:28, Khem Raj wrote: >>> On May 16, 2016, at 1:19 PM, edwin.plauchu.cama...@linux.intel.com wrote: >>> >>> From: Edwin Plauchu >>> >>> This patch avoids stat fails to compile with compiler flags which elevate >>>

[OE-core] [PATCH] meta:recipes-extended: zip fix security gaps

2016-05-16 Thread Edwin Plauchu
From: Edwin Plauchu This patch avoids zip recipe fails to compile with compiler flags which elevate common string formatting issues into an error (-Wformat -Wformat-security -Werror=format-security). [YOCTO #9552] Signed-off-by: Edwin Plauchu --- meta/conf/distro/include/security_flags.inc

[OE-core] [PATCH] sstate: Ensure we sort the value used for SSTATETASKS for determinism

2016-05-16 Thread Richard Purdie
This avoids 'basehash changed' errors with python 3 but could break build determinism in general. Signed-off-by: Richard Purdie diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index 6491bad..5fca0ea 100644 --- a/meta/classes/sstate.bbclass +++ b/meta/classes/sstate.bbclass

[OE-core] [PATCH] meta:recipes-extended: zip fix security gaps

2016-05-16 Thread Edwin Plauchu
From: Edwin Plauchu This patch avoids zip recipe fails to compile with compiler flags which elevate common string formatting issues into an error (-Wformat -Wformat-security -Werror=format-security). [YOCTO #9552] Signed-off-by: Edwin Plauchu --- meta/conf/distro/include/security_flags.inc

Re: [OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Plauchu Edwin
On 16/05/16 16:28, Khem Raj wrote: On May 16, 2016, at 1:19 PM, edwin.plauchu.cama...@linux.intel.com wrote: From: Edwin Plauchu This patch avoids stat fails to compile with compiler flags which elevate common string formatting issues into an error (-Wformat -Wformat-security -Werror=forma

Re: [OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread Khem Raj
> On May 16, 2016, at 1:19 PM, edwin.plauchu.cama...@linux.intel.com wrote: > > From: Edwin Plauchu > > This patch avoids stat fails to compile with compiler flags which elevate > common string formatting issues into an error (-Wformat -Wformat-security > -Werror=format-security). > > [YOCTO

[OE-core] [PATCH] meta:recipes-devtools: makedevs fix security gaps

2016-05-16 Thread edwin . plauchu . camacho
From: Edwin Plauchu This patch avoids makedevs fails to compile with compiler flags which elevate common string formatting issues into an error (-Wformat -Wformat-security -Werror=format-security). [YOCTO #9549] Signed-off-by: Edwin Plauchu --- meta/conf/distro/include/security_flags.inc

[OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread edwin . plauchu . camacho
From: Edwin Plauchu This patch avoids stat fails to compile with compiler flags which elevate common string formatting issues into an error (-Wformat -Wformat-security -Werror=format-security). [YOCTO #9550] Signed-off-by: Edwin Plauchu --- meta/conf/distro/include/security_flags.inc

[OE-core] [PATCH] meta:recipes-devtools: makedevs fix security gaps

2016-05-16 Thread edwin . plauchu . camacho
From: Edwin Plauchu This patch avoids makedevs fails to compile with compiler flags which elevate common string formatting issues into an error (-Wformat -Wformat-security -Werror=format-security). [YOCTO #9549] Signed-off-by: Edwin Plauchu --- meta/conf/distro/include/security_flags.inc

Re: [OE-core] [PATCH v2] mesa-demos: OpenVG demos with single frame need eglSwapBuffer

2016-05-16 Thread Otavio Salvador
On Mon, May 16, 2016 at 12:35 PM, Tom Hochstein wrote: > sp and text demos rendering single frame. to display the > single frame rendered needed a eglSwapBuffer to diplay to window. > Hence added eglutPostRedisplay to display the frame. > > Signed-off-by: Tom Hochstein Acked-by: Otavio Salvador

[OE-core] [oe-core PATCH v6 14/14] core-image-weston: If X11 is enabled, add XWayland support

2016-05-16 Thread Otavio Salvador
When the distribution has X11 and Wayland backends, we enable XWayland support and include XTerm as a test application for the XWayland backend. Signed-off-by: Otavio Salvador --- Changes in v6: - Add xterm Changes in v5: None Changes in v4: None Changes in v3: - New patch. Changes in v2: None

[OE-core] [oe-core PATCH v6 12/14] weston-init: Add module support for the weston-start helper

2016-05-16 Thread Otavio Salvador
To make weston-start more flexible we now support module loading. For such modules, following functions can be used: - add_weston_argument - add_openvt_argument Signed-off-by: Otavio Salvador --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: -

[OE-core] [oe-core PATCH v6 11/14] weston-init: Error out if loading a nested instance

2016-05-16 Thread Otavio Salvador
The Weston nested instance support is not implemented. This errors out displaying an informative error message so someone insterested on it may look at implement this later. Signed-off-by: Otavio Salvador --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes

[OE-core] [oe-core PATCH v6 13/14] weston-init: Use weston-launch when starting weston as the first windowing system

2016-05-16 Thread Otavio Salvador
From: Tom Hochstein When weston is started as the first windowing system (i.e. not under X nor under another Wayland server), it should be done with the command weston-launch to set up proper privileged access to devices. Signed-off-by: Tom Hochstein Signed-off-by: Otavio Salvador --- Chan

[OE-core] [oe-core PATCH v6 10/14] weston: Add Xwayland initialization support using weston-start

2016-05-16 Thread Otavio Salvador
The weston-start script now supports loading modules so the Xwayland support can be loaded optionally. Use this to load Weston accordingly. Signed-off-by: Otavio Salvador --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: - Move weston-start module

[OE-core] [oe-core PATCH v6 09/14] weston-init: Rework init sequence to avoid code duplication

2016-05-16 Thread Otavio Salvador
The new 'weston-start' script redcues the code duplication for SysV and SystemD based images. Signed-off-by: Otavio Salvador --- Changes in v6: None Changes in v5: None Changes in v4: - Use --log= for weston call Changes in v3: - Fix log redirection - Fix argument pass for openvt Changes in v2

[OE-core] [oe-core PATCH v6 08/14] weston-init: Rework do_install to use install -D option

2016-05-16 Thread Otavio Salvador
The install -D allow for the parent directories to be created in a single command line, reducing the code and number of fork during the build. Signed-off-by: Otavio Salvador --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None meta/recipes-gra

[OE-core] [oe-core PATCH v6 07/14] weston: Provide a default version of weston-launch that doesn't require PAM

2016-05-16 Thread Otavio Salvador
From: Tom Hochstein weston-launch requires PAM for starting weston as a non-root user. Since starting weston as root is a valid use case by itself, we check the distro for 'pam' and build weston-launch with or without non-root-user support. Signed-off-by: Tom Hochstein Signed-off-by: Otavio Sa

[OE-core] [oe-core PATCH v6 06/14] weston: Remove XWayland dependencies on PACKAGECONFIG

2016-05-16 Thread Otavio Salvador
Instead of adding partial dependencies we list the PACKAGECONFIG options that are required. Those are: X11 and Wayland. The previous value were redudant with X11 PACKAGECONFIG option and as it is a requirement, for XWayland, it can be removed to easy maintenance. Signed-off-by: Otavio Salvador -

[OE-core] [oe-core PATCH v6 05/14] weston: Enable XWayland when X11 and Wayland support are available

2016-05-16 Thread Otavio Salvador
When the DISTRO has X11 and Wayland support enabled, XWayland ought to be enabled by default. Signed-off-by: Otavio Salvador --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: - Remove PAM requirement meta/recipes-graphics/wayland/weston_1.10.0.b

[OE-core] [oe-core PATCH v6 04/14] weston: Add PACKAGECONFIG option for 'clients'

2016-05-16 Thread Otavio Salvador
This allow Weston to be build without the clients. Signed-off-by: Otavio Salvador --- Changes in v6: None Changes in v5: None Changes in v4: - New patch. Changes in v3: None Changes in v2: None meta/recipes-graphics/wayland/weston_1.10.0.bb | 7 +++ 1 file changed, 3 insertions(+), 4 dele

[OE-core] [oe-core PATCH v6 03/14] weston: Fix SystemD service description

2016-05-16 Thread Otavio Salvador
This improves the log shown in boot. Now it shows: [ OK ] Started Weston Wayland Compositor Signed-off-by: Otavio Salvador --- Changes in v6: - Fix typo on commit log (rborton) Changes in v5: None Changes in v4: - New patch. Changes in v3: None Changes in v2: None meta/recipes-graphics/

[OE-core] [oe-core PATCH v6 02/14] weston: weston-launch: Handle invalid command line options

2016-05-16 Thread Otavio Salvador
From: Tom Hochstein Exit the program if an unrecognized command line option is found. Signed-off-by: Tom Hochstein Signed-off-by: Otavio Salvador --- Changes in v6: - Rebase on top of 1.10 Changes in v5: - New patch. Changes in v4: None Changes in v3: None Changes in v2: None ...eston-lau

[OE-core] [oe-core PATCH v6 01/14] weston: Use HTTPS for tarball download

2016-05-16 Thread Otavio Salvador
The tarball now is served just on the HTTPS URI, thus update the SRC_URI. Signed-off-by: Otavio Salvador --- Changes in v6: - New patch. Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None meta/recipes-graphics/wayland/weston_1.10.0.bb | 2 +- 1 file changed, 1 ins

[OE-core] [oe-core PATCH v6 00/14] Improve Weston and Xwayland integration

2016-05-16 Thread Otavio Salvador
Up to now, to make Xwayland to work it required several manual hacks and it was difficult to make an image which had support for it out of box. This patchset intends to set the base for it. It enables weston-init to be extended to support Xwayland launch when needed. While working on it, some imp

Re: [OE-core] [PATCH] classes/base: get_lic_checksum_file_list imporve validaton of url's

2016-05-16 Thread Aníbal Limón
ping On 05/11/2016 11:41 AM, Aníbal Limón wrote: > When specify an URL different that supported file:// the function > returns an empty path causing an exception without notice the user > that the URL is Malformed. > > [YOCTO #9211] > > Signed-off-by: Aníbal Limón > --- > meta/classes/base.bbc

Re: [OE-core] [oe-core][master][krogoth][PATCH] python-numpy: fix build failure with python-matplotlib

2016-05-16 Thread Khem Raj
> On May 16, 2016, at 9:17 AM, Armin Kuster wrote: > > From: Armin Kuster > > numpy/core/include/numpy/npy_common.h:149:10: error: > | #error Unsupported size for type off_t > > Signed-off-by: Armin Kuster > --- > meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h | 1

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

2016-05-16 Thread Otavio Salvador
On Mon, May 16, 2016 at 12:50 PM, Khem Raj wrote: > >> On May 16, 2016, at 3:43 AM, Otavio Salvador >> wrote: >> >> On Mon, May 16, 2016 at 5:18 AM, Jussi Kukkonen >> wrote: >>> On 13 May 2016 at 23:15, Otavio Salvador >>> wrote: On Thu, May 12, 2016 at 4:20 AM, Jussi Kukkonen wrote

[OE-core] [oe-core][master][krogoth][PATCH] python-numpy: fix build failure with python-matplotlib

2016-05-16 Thread Armin Kuster
From: Armin Kuster numpy/core/include/numpy/npy_common.h:149:10: error: | #error Unsupported size for type off_t Signed-off-by: Armin Kuster --- meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/p

Re: [OE-core] State of bitbake world 2016-05-12

2016-05-16 Thread akuster808
On 05/13/2016 01:31 PM, Martin Jansa wrote: > This time complete QA issues list > > == Number of issues - stats == > {| class='wikitable' > !|Date !!colspan='3'|Failed tasks > !!colspan='6'|Failed depencencies!!|Signatures

[OE-core] [PATCH v2] mesa-demos: OpenVG demos with single frame need eglSwapBuffer

2016-05-16 Thread Tom Hochstein
sp and text demos rendering single frame. to display the single frame rendered needed a eglSwapBuffer to diplay to window. Hence added eglutPostRedisplay to display the frame. Signed-off-by: Tom Hochstein --- ...OpenVG-demos-with-single-frame-need-eglSw.patch | 44 ++ meta/re

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

2016-05-16 Thread Khem Raj
> On May 16, 2016, at 3:43 AM, Otavio Salvador > wrote: > > On Mon, May 16, 2016 at 5:18 AM, Jussi Kukkonen > wrote: >> On 13 May 2016 at 23:15, Otavio Salvador >> wrote: >>> On Thu, May 12, 2016 at 4:20 AM, Jussi Kukkonen >>> wrote: Support for multiple new protocols, many new features

Re: [OE-core] [PATCH - Master/Krogoth] gdb: Backport patch to changes with AVX and MPX

2016-05-16 Thread Khem Raj
> On May 16, 2016, at 7:45 AM, Saul Wold wrote: > > > Now that gdb has been updated to 7.11, this patch is krogoth only and a > 7.11 patch will need to be generated or an update to 7.12 when it's > released should occur as the fix is in 7.12. > This breaks the backports policy where now we ha

Re: [OE-core] [PATCH v2] Add OpenVG demos to support wayland.

2016-05-16 Thread Tom Hochstein
Sorry, please ignore this patch. I grabbed the wrong one. Tom -Original Message- From: Otavio Salvador [mailto:otavio.salva...@ossystems.com.br] Sent: Monday, May 16, 2016 9:25 AM To: Tom Hochstein Cc: Patches and discussions about the oe-core layer ; Prabhu Sundararaj Subject: Re: [

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

2016-05-16 Thread Denys Dmytriyenko
On Mon, May 16, 2016 at 04:22:50PM +0300, Jussi Kukkonen wrote: > Support for multiple new protocols, many new features: > https://lists.freedesktop.org/archives/wayland-devel/2016-February/027039.html > > * Weston now depends on wayland-protocols (which is protocol > collection split off from w

Re: [OE-core] [PATCH - Master/Krogoth] gdb: Backport patch to changes with AVX and MPX

2016-05-16 Thread Saul Wold
Now that gdb has been updated to 7.11, this patch is krogoth only and a 7.11 patch will need to be generated or an update to 7.12 when it's released should occur as the fix is in 7.12. Sau! On Sun, 2016-05-15 at 23:30 -0700, Saul Wold wrote: > The current MPX target descriptions assume that MPX

Re: [OE-core] [PATCH v2] Add OpenVG demos to support wayland.

2016-05-16 Thread Otavio Salvador
Hello Tom, On Mon, May 16, 2016 at 10:34 AM, Tom Hochstein wrote: > From: Prabhu Sundararaj > > Upstream-Status: Pending > > Signed-off-by: Prabhu Sundararaj This is a good catch but the patch to the recipe is missing. -- Otavio Salvador O.S. Systems http://www.os

[OE-core] [PATCH v2] Add OpenVG demos to support wayland.

2016-05-16 Thread Tom Hochstein
From: Prabhu Sundararaj Upstream-Status: Pending Signed-off-by: Prabhu Sundararaj --- src/egl/Makefile.am| 6 +++--- src/egl/openvg/Makefile.am | 33 + 2 files changed, 32 insertions(+), 7 deletions(-) Index: mesa-demos-8.2.0/src/egl/Makefile.am ==

Re: [OE-core] [PATCH 4/6] tcmode-default: Bump gcc,glibc,gdb

2016-05-16 Thread Bruce Ashfield
On 2016-05-16 8:49 AM, Bruce Ashfield wrote: On 2016-05-15 5:25 AM, Khem Raj wrote: On Sun, May 15, 2016 at 12:03 AM, Richard Purdie wrote: On Fri, 2016-05-13 at 09:46 -0700, Khem Raj wrote: gcc 6.1, glibc 2.24, gdb 7.11 Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.i

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

2016-05-16 Thread Jussi Kukkonen
Support for multiple new protocols, many new features: https://lists.freedesktop.org/archives/wayland-devel/2016-February/027039.html * Weston now depends on wayland-protocols (which is protocol collection split off from weston). * Remove upstreamed patches, add a patch to fix the wayland-protoc

[OE-core] [PATCH 11/13] wayland: Upgrade 1.9.0 -> 1.10.0

2016-05-16 Thread Jussi Kukkonen
Yes, Wayland now depends on another xml parser (just for build time dtd validation). Use HTTPS for tarball uri. Signed-off-by: Jussi Kukkonen --- .../wayland/{wayland_1.9.0.bb => wayland_1.10.0.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-

[OE-core] [PATCH 12/13] wayland-protocols: Add recipe

2016-05-16 Thread Jussi Kukkonen
wayland-protocols is a collection of Wayland protocols split out from weston. It is a build dependency for Weston 1.10. * Added a patch to enable allarch build. * Use HTTPS for tarball uri. Signed-off-by: Jussi Kukkonen --- .../wayland-protocols/dont-use-AC_CANONICAL.patch | 29

[OE-core] [PATCH 10/13] xproto: Upgrade 7.0.28 -> 7.0.29

2016-05-16 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../xorg-proto/{xproto_7.0.28.bb => xproto_7.0.29.bb}| 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-proto/{xproto_7.0.28.bb => xproto_7.0.29.bb} (73%) diff --git a/meta/recipes-graphics/xorg-proto/x

[OE-core] [PATCH 08/13] libsoup-2.4: Upgrade 2.52.2 -> 2.54.1

2016-05-16 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../libsoup/{libsoup-2.4_2.52.2.bb => libsoup-2.4_2.54.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libsoup/{libsoup-2.4_2.52.2.bb => libsoup-2.4_2.54.1.bb} (89%) diff --git a/meta/recipes-support/libsoup

[OE-core] [PATCH 07/13] json-glib: Upgrade 1.0.4 -> 1.2.0

2016-05-16 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../json-glib/{json-glib_1.0.4.bb => json-glib_1.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/json-glib/{json-glib_1.0.4.bb => json-glib_1.2.0.bb} (78%) diff --git a/meta/recipes-gnome/json-glib/json-

[OE-core] [PATCH 09/13] expat: Upgrade 2.1.0 -> 2.1.1

2016-05-16 Thread Jussi Kukkonen
* Remove backported CVE patch * Update autotools patch * Update SRC_URI to match current archive type Signed-off-by: Jussi Kukkonen --- .../expat/expat-2.1.0/expat-CVE-2015-1283.patch| 62 -- meta/recipes-core/expat/expat.inc | 3 +- .../expat/{expat-2.1

[OE-core] [PATCH 06/13] inputproto: Upgrade 2.3.1 -> 2.3.2

2016-05-16 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../xorg-proto/{inputproto_2.3.1.bb => inputproto_2.3.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-proto/{inputproto_2.3.1.bb => inputproto_2.3.2.bb} (77%) diff --git a/meta/recipes-graphics/xorg-p

[OE-core] [PATCH 05/13] gsettings-desktop-schemas: Upgrade 3.19.3 -> 3.20.0

2016-05-16 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- ...desktop-schemas_3.19.3.bb => gsettings-desktop-schemas_3.20.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-gnome/gsettings-desktop-schemas/{gsettings-desktop-schemas_3.19.3.bb => gsettings-desktop-schemas_3.20.0.bb} (68

[OE-core] [PATCH 04/13] gdk-pixbuf: Upgrade 2.32.3 -> 2.34.0

2016-05-16 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../gdk-pixbuf/{gdk-pixbuf_2.32.3.bb => gdk-pixbuf_2.34.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.32.3.bb => gdk-pixbuf_2.34.0.bb} (96%) diff --git a/meta/recipes-gnome/gdk-pixbuf

[OE-core] [PATCH 03/13] pango: Upgrade 1.38.1 -> 1.40.1

2016-05-16 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/pango/{pango_1.38.1.bb => pango_1.40.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/pango/{pango_1.38.1.bb => pango_1.40.1.bb} (92%) diff --git a/meta/recipes-graphics/pango/pango_1.38.1.bb b

[OE-core] [PATCH 01/13] glib-2.0: Upgrade 2.46.2 -> 2.48.1

2016-05-16 Thread Jussi Kukkonen
* Remove now unnecessary readlink patches and ignore-format-nonliteral-warning.patch * Port relocate-modules.patch * Add ${datadir}/gettext/its to FILES_${PN}-dev: this could be done in gettext.bbclass but so far glib is the first and only ITS rule installer Signed-off-by: Jussi Kukkonen --

[OE-core] [PATCH 02/13] glib-networking: Upgrade 2.46.1 -> 2.48.2

2016-05-16 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../{glib-networking_2.46.1.bb => glib-networking_2.48.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/glib-networking/{glib-networking_2.46.1.bb => glib-networking_2.48.2.bb} (88%) diff --git a/meta/recipes-co

[OE-core] [PATCH 00/13] wayland V2 and misc upgrades

2016-05-16 Thread Jussi Kukkonen
This set includes v2 of the wayland patches, changes since v1: * weston: prefix the protocol path with the machine sysroot as that's where allarch wayland-protocols is * use HTTPS for all wayland tarball uris * "wayland-protocols" is now the name of the package, weston-dev now RRECOMMENDS it

Re: [OE-core] [PATCH 4/6] tcmode-default: Bump gcc,glibc,gdb

2016-05-16 Thread Bruce Ashfield
On 2016-05-15 5:25 AM, Khem Raj wrote: On Sun, May 15, 2016 at 12:03 AM, Richard Purdie wrote: On Fri, 2016-05-13 at 09:46 -0700, Khem Raj wrote: gcc 6.1, glibc 2.24, gdb 7.11 Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.inc | 6 +++--- 1 file changed, 3 insertions(+)

[OE-core] [PATCH 2/2] libsolv: upgrade to 0.6.20

2016-05-16 Thread Maxin B. John
0.6.19 -> 0.6.20 Added the following patch to fix build with musl: 0001-Add-fallback-fopencookie-implementation.patch Signed-off-by: Maxin B. John --- ...1-Add-fallback-fopencookie-implementation.patch | 254 + meta/recipes-extended/libsolv/libsolv_git.bb | 8

[OE-core] [PATCH 1/2] libproxy: update to version 0.4.13

2016-05-16 Thread Maxin B. John
1. libproxy moved from google-code to github 2. Remove upstreamed patch: a) 0001-test-Include-sys-select.h-for-select.patch Signed-off-by: Maxin B. John --- ...0001-test-Include-sys-select.h-for-select.patch | 37 -- .../{libproxy_0.4.11.bb => libproxy_0.4.13.bb}

Re: [OE-core] [PATCH 1/3] ofono: update to 1.18

2016-05-16 Thread Alexander Kanavin
On 05/16/2016 02:54 PM, Maxin B. John wrote: Maxin can cherry-pick one of my patches, or just postpone the version update until the py3 patchset is merged: https://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=akanavin/deprecate-python2&id=6f7eac37a25f1ab55a28cac7b15674dcd6962404

Re: [OE-core] [PATCH 1/3] ofono: update to 1.18

2016-05-16 Thread Maxin B. John
Hi, On Mon, May 16, 2016 at 02:46:40PM +0300, Alexander Kanavin wrote: > On 05/14/2016 09:23 AM, Richard Purdie wrote: > >On Thu, 2016-05-12 at 16:16 +0300, Maxin B. John wrote: > >>1.17 -> 1.18 > >> > >>Signed-off-by: Maxin B. John > > > >This results in: > > > >http://errors.yoctoproject.org/Er

Re: [OE-core] [PATCH 1/3] ofono: update to 1.18

2016-05-16 Thread Alexander Kanavin
On 05/14/2016 09:23 AM, Richard Purdie wrote: On Thu, 2016-05-12 at 16:16 +0300, Maxin B. John wrote: 1.17 -> 1.18 Signed-off-by: Maxin B. John This results in: http://errors.yoctoproject.org/Errors/Details/62886/ which Alexander would probably be quite pleased about but isn't good for the

Re: [OE-core] [[PATCH v2 1/2] mesa-demos: remove demos using obsolete screen surface

2016-05-16 Thread Belal, Awais
Hi, Can anyone take care of this or do I need to submit the missed patch again? BR, Awais From: openembedded-core-boun...@lists.openembedded.org [openembedded-core-boun...@lists.openembedded.org] on behalf of Belal, Awais Sent: Tuesday, May 10, 2016 4:37 PM To: B

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

2016-05-16 Thread Otavio Salvador
On Mon, May 16, 2016 at 5:18 AM, Jussi Kukkonen wrote: > On 13 May 2016 at 23:15, Otavio Salvador > wrote: >> On Thu, May 12, 2016 at 4:20 AM, Jussi Kukkonen >> wrote: >>> Support for multiple new protocols, many new features: >>> https://lists.freedesktop.org/archives/wayland-devel/2016-Februar

[OE-core] [PATCH] openssh: change URI to http:

2016-05-16 Thread Ross Burton
The OpenBSD FTP server isn't accepting connections from wget, which breaks fetches. Luckily they also have a HTTP server on the same host. [ YOCTO #9628 ] Signed-off-by: Ross Burton --- meta/recipes-connectivity/openssh/openssh_7.1p2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[OE-core] [PATCH] perl: use PACKAGESPLITFUNCS instead of populate_packages_prepend

2016-05-16 Thread guojian.zhou
From: Guojian Zhou This is cleaner and leads to more accurate profiles. Signed-off-by: Guojian Zhou --- meta/recipes-devtools/perl/perl_5.22.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/perl/perl_5.22.1.bb b/meta/recipes-devtools/perl/perl_

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

2016-05-16 Thread Jussi Kukkonen
On 13 May 2016 at 23:15, Otavio Salvador wrote: > On Thu, May 12, 2016 at 4:20 AM, Jussi Kukkonen > wrote: >> Support for multiple new protocols, many new features: >> https://lists.freedesktop.org/archives/wayland-devel/2016-February/027039.html >> >> Weston now depends on wayland-protocols (whi