[OE-core] [PATCH] cmake: Reduce verbosity for make invocation

2019-03-10 Thread Douglas Royds
Since the dawn of time, we have set CMAKE_VERBOSE_MAKEFILE=1 in cmake.bbclass. Back in 2016, we also explicitly set VERBOSE=1 in cmake_do_compile(), to ensure that make (and ninja) output were verbose in log.do_compile. Turning off CMAKE_VERBOSE_MAKEFILE=1 means that make (or ninja) invocations fr

[OE-core] [PATCH 1/3] libxcomposite: update to 0.4.5

2019-03-10 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../xorg-lib/{libxcomposite_0.4.4.bb => libxcomposite_0.4.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxcomposite_0.4.4.bb => libxcomposite_0.4.5.bb} (86%) diff --git a/meta/recipes-graphics/xorg

[OE-core] [PATCH 2/3] libxcursor: update 1.2.0

2019-03-10 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../xorg-lib/{libxcursor_1.1.15.bb => libxcursor_1.2.0.bb} | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxcursor_1.1.15.bb => libxcursor_1.2.0.bb} (80%) diff --git a/meta/recipes-graphics/xorg-lib/

[OE-core] [PATCH 3/3] libxdamage: update to 1.1.5

2019-03-10 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../xorg-lib/{libxdamage_1.1.4.bb => libxdamage_1.1.5.bb} | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxdamage_1.1.4.bb => libxdamage_1.1.5.bb} (87%) diff --git a/meta/recipes-graphics/xorg-lib/l

[OE-core] [PATCH 02/12] xmodmap: update to 1.0.10

2019-03-10 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../xorg-app/{xmodmap_1.0.9.bb => xmodmap_1.0.10.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-app/{xmodmap_1.0.9.bb => xmodmap_1.0.10.bb} (78%) diff --git a/meta/recipes-graphics/xorg-app/xmodma

[OE-core] [PATCH 01/12] xvinfo: update to 1.1.4

2019-03-10 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/recipes-graphics/xorg-app/{xvinfo_1.1.3.bb => xvinfo_1.1.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{xvinfo_1.1.3.bb => xvinfo_1.1.4.bb} (71%) diff --git a/meta/recipes-graphics/xorg-app/xvinfo_1.1.

Re: [OE-core] [PATCH 4/5] linux-yocto: Fix systemtap issue on armv7

2019-03-10 Thread Victor Kamensky via Openembedded-core
On Sun, 10 Mar 2019, Bruce Ashfield wrote: On Sun, Mar 10, 2019 at 11:12 PM Richard Purdie wrote: Testing stap on armv7 machines was failing due to intermixing of thumb/arm instructions. Patch the kernel to always use the v7 march options since we know our gcc versions support it to avoid

Re: [OE-core] [PATCH 11/12] gnutls: update 3.6.6

2019-03-10 Thread Khem Raj
On Sun, Mar 10, 2019 at 11:09 AM Armin Kuster wrote: > > WARNING: gnutls-3.6.6-r0 do_configure: QA Issue: gnutls: configure was passed > unrecognised options: --without-libunistring-prefix [unknown-configure-option] > > drop --without-libunistring-prefix > > Signed-off-by: Armin Kuster > --- >

Re: [OE-core] [PATCH 4/5] linux-yocto: Fix systemtap issue on armv7

2019-03-10 Thread Khem Raj
On Sun, Mar 10, 2019 at 8:13 PM Richard Purdie wrote: > > Testing stap on armv7 machines was failing due to intermixing of thumb/arm > instructions. Patch the kernel to always use the v7 march options since > we know our gcc versions support it to avoid the failure and allow > systemtap to work. >

Re: [OE-core] Can't build product that uses DEFAULTTUNE="arm926ejs"

2019-03-10 Thread Khem Raj
On Sun, Mar 10, 2019 at 9:20 PM Peter Kjellerstedt wrote: > > I'm trying to build with master of OE-core and one of our products now > fails with: > > ERROR: OE-core's config sanity checker detected a potential misconfiguration. > Either fix the cause of this error or at your own risk disable

[OE-core] [PATCH] linux-yocto: fix SRC_URI patching with unified repos

2019-03-10 Thread bruce . ashfield
From: Bruce Ashfield As reported by Paul Barker, my attempt to allow the patching of kernel meta data broke other repository configurations, since the meta data patch routing was matching too broadly and the same repo would end up being patched twice. Using his suggested fix, we are up and runni

[OE-core] Can't build product that uses DEFAULTTUNE="arm926ejs"

2019-03-10 Thread Peter Kjellerstedt
I'm trying to build with master of OE-core and one of our products now fails with: ERROR: OE-core's config sanity checker detected a potential misconfiguration. Either fix the cause of this error or at your own risk disable the checker (see sanity.conf). Following is the list of potenti

Re: [OE-core] [PATCH 1/6] kernel-yocto: allow kernel-meta repositories to be patched

2019-03-10 Thread Bruce Ashfield
On Mon, Mar 11, 2019 at 12:01 AM Bruce Ashfield wrote: > > On Sun, Mar 10, 2019 at 11:14 PM Bruce Ashfield > wrote: > > > > On Sun, Mar 10, 2019 at 10:35 PM Bruce Ashfield > > wrote: > > > > > > On Sat, Mar 9, 2019 at 5:10 PM Paul Barker wrote: > > > > > > > > On 06/03/2019 16:37, bruce.ashfi..

Re: [OE-core] [PATCH 1/6] kernel-yocto: allow kernel-meta repositories to be patched

2019-03-10 Thread Bruce Ashfield
On Sun, Mar 10, 2019 at 11:14 PM Bruce Ashfield wrote: > > On Sun, Mar 10, 2019 at 10:35 PM Bruce Ashfield > wrote: > > > > On Sat, Mar 9, 2019 at 5:10 PM Paul Barker wrote: > > > > > > On 06/03/2019 16:37, bruce.ashfi...@gmail.com wrote: > > > > From: Bruce Ashfield > > > > > > > > For testing

Re: [OE-core] [PATCH] linux-yocto/5.0: fix systemtap for arm

2019-03-10 Thread Bruce Ashfield
Sorry if this came through twice, there was some lag when I was generating the patch and it looks like it fired multiple times. Bruce On Sun, Mar 10, 2019 at 11:45 PM wrote: > > From: Bruce Ashfield > > We need to enable the arm unwinder for systemtap to work out of the > box: > > root@qemua

[OE-core] [PATCH] linux-yocto/5.0: fix system tap for arm

2019-03-10 Thread bruce . ashfield
From: Bruce Ashfield Integrating Richard Purdie's kernel patch to fix systemtap on arm: [ arm/Makefile: Fix systemtap Currently systemtap fails to operate correctly on armv7 systems such as beaglebone and soon, qemuarm. root@qemuarm:/usr/src/kernel# env -uARCH -uKBUILD_EXTMOD

[OE-core] [PATCH] linux-yocto/5.0: fix systemtap for arm

2019-03-10 Thread bruce . ashfield
From: Bruce Ashfield We need to enable the arm unwinder for systemtap to work out of the box: root@qemuarm:~# stap --disable-cache -DSTP_NO_VERREL_CHECK ./hello.stp [ 1600.955262] stap_2097: loading out-of-tree module taints kernel. hello world This option is useful for much more than sys

[OE-core] [PATCH 0/1] systemd: backport one more patch to fix version.h parallel build failure

2019-03-10 Thread Chen Qi
*** BLURB HERE *** The following changes since commit 5220a105a74780a5c5a7d1cc6d1ab71e18d2e565: python: time.tzset missing (2019-03-09 14:43:12 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/systemd-one-more http://git.pokylinux.org/cgit.cgi/poky

[OE-core] [PATCH 1/1] systemd: backport one more patch to fix version.h parallel build failure

2019-03-10 Thread Chen Qi
We backported a patch to fix parallel build failure about version.h. But that is not enough. We need one more patch to really fix this issue. Signed-off-by: Chen Qi --- ...clare-version.h-as-dependency-for-systemd.patch | 32 ++ meta/recipes-core/systemd/systemd_241.bb

Re: [OE-core] [PATCH 4/5] linux-yocto: Fix systemtap issue on armv7

2019-03-10 Thread Bruce Ashfield
On Sun, Mar 10, 2019 at 11:12 PM Richard Purdie wrote: > > Testing stap on armv7 machines was failing due to intermixing of thumb/arm > instructions. Patch the kernel to always use the v7 march options since > we know our gcc versions support it to avoid the failure and allow > systemtap to work.

Re: [OE-core] [PATCH 1/6] kernel-yocto: allow kernel-meta repositories to be patched

2019-03-10 Thread Bruce Ashfield
On Sun, Mar 10, 2019 at 10:35 PM Bruce Ashfield wrote: > > On Sat, Mar 9, 2019 at 5:10 PM Paul Barker wrote: > > > > On 06/03/2019 16:37, bruce.ashfi...@gmail.com wrote: > > > From: Bruce Ashfield > > > > > > For testing purposes, it is often easier to patch a fragment > > > in a kernel-meta rep

[OE-core] [PATCH 5/5] meta-selftest/virgl: Exclude centos7 from the kmscube test

2019-03-10 Thread Richard Purdie
This test does not work on centos7 so diable it (as was done in the original series before we thought it was working). Signed-off-by: Richard Purdie --- meta-selftest/lib/oeqa/runtime/cases/virgl.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-selftest/lib/oeqa/runtime/cases/vi

[OE-core] [PATCH 4/5] linux-yocto: Fix systemtap issue on armv7

2019-03-10 Thread Richard Purdie
Testing stap on armv7 machines was failing due to intermixing of thumb/arm instructions. Patch the kernel to always use the v7 march options since we know our gcc versions support it to avoid the failure and allow systemtap to work. [YOCTO #13153] Signed-off-by: Richard Purdie --- ...0001-arm-M

[OE-core] [PATCH 3/5] qemuarm64: Fix graphics hang with 5.0 kernel

2019-03-10 Thread Richard Purdie
Ensure we turn on edid for the VGA display which fixes a hang with the 5.0 kernel for qemuarm64. Thanks to Jon Mason for the fix. Signed-off-by: Richard Purdie --- meta/conf/machine/qemuarm64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/qemuarm64.co

[OE-core] [PATCH 2/5] machine: bump preferred version to 5.0

2019-03-10 Thread Richard Purdie
From: Bruce Ashfield Signed-off-by: Bruce Ashfield --- meta/conf/machine/include/x86-base.inc | 2 +- meta/conf/machine/qemuarm64.conf | 2 -- meta/conf/machine/qemuarmv5.conf | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/conf/machine/include/x86-base.i

[OE-core] [PATCH 1/5] qemuarm: Swap for an arm7ve (A15) configuration

2019-03-10 Thread Richard Purdie
From: Jon Mason Add new QEMU BSP for a Arm Cortex-A15 system and use this as qemuarm, moving the old armv5te Versatile PB based machine to qemuarmv5. The new machine uses the QEMU virt machine type, which should be faster to emulate and updates the qemuarm support to a modern architecture. Sign

Re: [OE-core] [PATCH 1/6] kernel-yocto: allow kernel-meta repositories to be patched

2019-03-10 Thread Bruce Ashfield
On Sat, Mar 9, 2019 at 5:10 PM Paul Barker wrote: > > On 06/03/2019 16:37, bruce.ashfi...@gmail.com wrote: > > From: Bruce Ashfield > > > > For testing purposes, it is often easier to patch a fragment > > in a kernel-meta repository versus needing to make a copy or > > modify the source repositor

[OE-core] [PATCH 2/2] tune-cortexa*: Add missing BASE_LIB tune overrides

2019-03-10 Thread 洪于玉
-- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH 1/2] tune-cortexa35: fixed typo

2019-03-10 Thread 洪于玉
-- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [sumo][PATCH] busybox: backport fix for issues introduced by CVE-2011-5325.patch

2019-03-10 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../busybox/busybox/CVE-2011-5325-fix.patch | 393 ++ meta/recipes-core/busybox/busybox_1.27.2.bb | 1 + 2 files changed, 394 insertions(+) create mode 100644 meta/recipes-core/busybox/busybox/CVE-2011-5325-fix.patch diff --git a/meta/recipe

[OE-core] [PATCH] grub: fix build with squashfs support enabled

2019-03-10 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../grub/files/fix.build.with.squashfs.patch | 24 +++ meta/recipes-bsp/grub/grub2.inc | 1 + 2 files changed, 25 insertions(+) create mode 100644 meta/recipes-bsp/grub/files/fix.build.with.squashfs.patch diff --git a/meta/recipes-

[OE-core] [PATCH 12/12] xprop: update to 1.2.4

2019-03-10 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/recipes-graphics/xorg-app/{xprop_1.2.3.bb => xprop_1.2.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{xprop_1.2.3.bb => xprop_1.2.4.bb} (78%) diff --git a/meta/recipes-graphics/xorg-app/xprop_1.2.3.bb

[OE-core] [PATCH 09/12] nss: update to 3.42.1

2019-03-10 Thread Armin Kuster
remove nss-fix-SHA_HTONL-bug-for-arm-32be.patch now included Signed-off-by: Armin Kuster --- .../nss/nss-fix-SHA_HTONL-bug-for-arm-32be.patch | 34 -- .../nss/{nss_3.41.bb => nss_3.42.1.bb} | 5 ++-- 2 files changed, 2 insertions(+), 37 deletions(-) delete mod

[OE-core] [PATCH 11/12] gnutls: update 3.6.6

2019-03-10 Thread Armin Kuster
WARNING: gnutls-3.6.6-r0 do_configure: QA Issue: gnutls: configure was passed unrecognised options: --without-libunistring-prefix [unknown-configure-option] drop --without-libunistring-prefix Signed-off-by: Armin Kuster --- meta/recipes-support/gnutls/{gnutls_3.6.5.bb => gnutls_3.6.6.bb} | 5 +

[OE-core] [PATCH 10/12] nspr: update 4.21

2019-03-10 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/recipes-support/nspr/{nspr_4.20.bb => nspr_4.21.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/nspr/{nspr_4.20.bb => nspr_4.21.bb} (96%) diff --git a/meta/recipes-support/nspr/nspr_4.20.bb b/meta/recipes-support/ns

[OE-core] [PATCH 06/12] xinit: update to 1.4.1

2019-03-10 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/recipes-graphics/xorg-app/{xinit_1.4.0.bb => xinit_1.4.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{xinit_1.4.0.bb => xinit_1.4.1.bb} (79%) diff --git a/meta/recipes-graphics/xorg-app/xinit_1.4.0.bb

[OE-core] [PATCH 07/12] xev: update to 1.2.3

2019-03-10 Thread Armin Kuster
refactor diet-x11 patch LIC_FILES_CHKSUM changed to do merging of copyright/license notices https://gitlab.freedesktop.org/xorg/app/mkfontscale/commit/8609ad731b9c9c670a815c915055ae416d2396d8 Signed-off-by: Armin Kuster --- meta/recipes-graphics/xorg-app/xev/diet-x11.patch | 79 ---

[OE-core] [PATCH 05/12] xmodmap: update to 1.0.10

2019-03-10 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../xorg-app/{xmodmap_1.0.9.bb => xmodmap_1.0.10.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-app/{xmodmap_1.0.9.bb => xmodmap_1.0.10.bb} (78%) diff --git a/meta/recipes-graphics/xorg-app/xmodma

[OE-core] [PATCH 08/12] kexec-tools: update 2.0.19

2019-03-10 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../kexec/{kexec-tools_2.0.18.bb => kexec-tools_2.0.19.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/kexec/{kexec-tools_2.0.18.bb => kexec-tools_2.0.19.bb} (95%) diff --git a/meta/recipes-kernel/kexec/kexec-t

[OE-core] [PATCH 04/12] xvinfo: update to 1.1.4

2019-03-10 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/recipes-graphics/xorg-app/{xvinfo_1.1.3.bb => xvinfo_1.1.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{xvinfo_1.1.3.bb => xvinfo_1.1.4.bb} (71%) diff --git a/meta/recipes-graphics/xorg-app/xvinfo_1.1.

[OE-core] [PATCH 02/12] libxkbcommon: update to 0.8.4

2019-03-10 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../xorg-lib/{libxkbcommon_0.8.3.bb => libxkbcommon_0.8.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxkbcommon_0.8.3.bb => libxkbcommon_0.8.4.bb} (83%) diff --git a/meta/recipes-graphics/xorg-l

[OE-core] [PATCH 03/12] libfontenc: update to 1.1.4

2019-03-10 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../xorg-lib/{libfontenc_1.1.3.bb => libfontenc_1.1.4.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-lib/{libfontenc_1.1.3.bb => libfontenc_1.1.4.bb} (72%) diff --git a/meta/recipes-graphics/xorg-lib/l

[OE-core] [PATCH 01/12] xhost: update to 1.0.8

2019-03-10 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/recipes-graphics/xorg-app/{xhost_1.0.7.bb => xhost_1.0.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{xhost_1.0.7.bb => xhost_1.0.8.bb} (83%) diff --git a/meta/recipes-graphics/xorg-app/xhost_1.0.7.bb