[OE-core] [PATCHv2] timezone:upgrade 2019b -> 2019c

2019-09-11 Thread Zang Ruochen
-tzdata : upgrade from 2019b to 2019c. -tzcode-native : upgrade from 2019b to 2019c. -tzdata.bb and tzcode-native.bb require timezone.inc. Signed-off-by: Zang Ruochen --- meta/recipes-extended/timezone/timezone.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/

Re: [OE-core] [PATCH] timezone:upgrade 2019b -> 2019c

2019-09-11 Thread akuster808
On 9/11/19 6:29 PM, Zang Ruochen wrote: > Signed-off-by: Zang Ruochen What is in the update? - Armin > --- > meta/recipes-extended/timezone/timezone.inc | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/meta/recipes-extended/timezone/timezone.inc > b/meta/r

[OE-core] [PATCH] nfs-utils: fix nfs mount error on 32bit nfs server

2019-09-11 Thread Yi Zhao
There is a client side error "Stale file handle" when mounting from a nfs server running on 32bit arch. Steps to reproduce: 1. $ MACHINE=qemux86 bitbake core-image-sato 2. $ runqemu qemux86 kvm nographic qemuparams="-m 1024" 3. $ echo "/nfs_root *(insecure,rw,async,no_root_squash,no_subtree_check)

[OE-core] [PATCH] timezone:upgrade 2019b -> 2019c

2019-09-11 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- meta/recipes-extended/timezone/timezone.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-extended/timezone/timezone.inc b/meta/recipes-extended/timezone/timezone.inc index ce16524..f6bab1a 100644 --- a/meta/recipes-ex

[OE-core] using wic and extlinux together

2019-09-11 Thread Trevor Woerner
Hi Maciej, I'm working on an OE BSP layer and was hoping you could help direct me somewhat. Ultimately what I'd like to do is add the string " debug earlyprintk" to the kernel cmdline (for U-Boot). The BSP I'm working on uses wic, and has a "--source bootimg-partition" configuration in its wic fil

[OE-core] How to enable root logical volume in systemd-boot

2019-09-11 Thread Muhlenkamp, Lewis
Hello, First, I was using 2.6. I tried under 2.7 and got the same issue. I need to have the root filesystem be a logical volume. I updated my core-image-minimal-initramfs.bbappend to include the following: PACKAGE_INSTALL_append = " lvm2" The gets the lvm2 commands into the initramfs. I can

[OE-core] ✗ patchtest: failure for python3: Fix CVEs (rev2)

2019-09-11 Thread Patchwork
== Series Details == Series: python3: Fix CVEs (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/19826/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the propos

[OE-core] [thud][PATCH v2] python3: Fix CVEs

2019-09-11 Thread msft . dantran
From: Dan Tran Fixes CVE-2018-14647, CVE-2018-20406, CVE-2018-20852, CVE-2019-9636, CVE-2019-9740, and CVE-2019-9747. Signed-off-by: Dan Tran --- .../python/python3/CVE-2018-14647.patch| 95 + .../python/python3/CVE-2018-20406.patch| 217 +

[OE-core] [PATCH] gnupg: Extend -native wrapper to fix gpgme-native's gpgconf problems

2019-09-11 Thread Jason Wessel
The gpg commit signing in ostree-native doesn't work properly when running from sstate. The ostree-native is linked with gpgme-native's libraries, which have calls into gpg. Ultimately it turned out the problem was that gpgme calls gpgconf and some of the other gnupg-native binaries directly. No

Re: [OE-core] [v2 4/4] valgrind: disable 256 ptests for aarch64

2019-09-11 Thread Randy MacLeod
On 9/11/19 10:00 AM, Adrian Bunk wrote: On Wed, Sep 11, 2019 at 09:38:53AM -0400, Randy MacLeod wrote: On 9/11/19 8:32 AM, Adrian Bunk wrote: On Tue, Sep 10, 2019 at 05:41:36PM -0400, Randy MacLeod wrote: On qemuarm64 systems, about half of the valgrind tests fail and often result in defunct p

[OE-core] [PATCH] gdb: Mark gdbserver as ALLOW_EMPTY for riscv32

2019-09-11 Thread Alistair Francis
riscv64 already has gdbserver set as ALLOW_EMPTY, so let's set it for riscv32 as well. Signed-off-by: Alistair Francis --- meta/recipes-devtools/gdb/gdb.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc index 0f10b41734

Re: [OE-core] [PATCH] bitbake: cooker: Ensure bbappends are found in stable order

2019-09-11 Thread Mark Hatle
On 9/11/19 12:07 PM, Peter Kjellerstedt wrote: >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org > core-boun...@lists.openembedded.org> On Behalf Of Wes Lindauer >> Sent: den 28 augusti 2019 23:38 >> To: openembedded-core@lists.openembedded.org >> Subject: [OE-

Re: [OE-core] [PATCH] bitbake: cooker: Ensure bbappends are found in stable order

2019-09-11 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Wes Lindauer > Sent: den 28 augusti 2019 23:38 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH] bitbake: cooker: Ensure bbappends are f

Re: [OE-core] [PATCH] mesa: Upgrade 19.1.1 -> 19.1.6

2019-09-11 Thread Ross Burton
On 11/09/2019 16:27, Alexander Kanavin wrote: I have to say, the latter patch is rather ugly. It would be better to split python3native class into two: python3native (just for running scripts, does not depend on target python3), and python3target (for actually obtaining information about the ta

[OE-core] [PATCH] glibc-testsuite: Depend on virtual/libc-locale instead of glibc-locale

2019-09-11 Thread Peter Kjellerstedt
This avoids the following error when using some other toolchain than the one provided by OE-Core: ERROR: Nothing PROVIDES 'glibc-locale' (but .../meta/recipes-core/glibc/glibc-testsuite_2.30.bb DEPENDS on or otherwise requires it) glibc-locale was skipped: PREFERRED_PROVIDER_virtual/libc-l

[OE-core] ✗ patchtest: failure for YOCTO #12937 - Consistent naming scheme for deployed artifacts (rev2)

2019-09-11 Thread Patchwork
== Series Details == Series: YOCTO #12937 - Consistent naming scheme for deployed artifacts (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/19321/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. S

Re: [OE-core] [PATCH] mesa: Upgrade 19.1.1 -> 19.1.6

2019-09-11 Thread Alexander Kanavin
On Wed, 11 Sep 2019 at 14:35, Ross Burton wrote: > > See I knew that but had blocked it out because it's so horrible. > > One day we need to sit down with upstream Python and figure out how to > handle cross-compilation properly. > > I finally managed to make my own builds fail (had to turn off P

[OE-core] [PATCH 7/7] kernel-devicetree.bbclass: add missing backslash

2019-09-11 Thread Martin Jansa
* in oe-core commit 1860d9d3c62e2e94cd68a809385873ffd8270b6d I've accidentally removed the backshash here Reported-By: "Hilsdorf, Jan (LAWO)" Signed-off-by: Martin Jansa --- meta/classes/kernel-devicetree.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes

[OE-core] [PATCH v2 4/4] oeqa/selftest: Rework toolchain tests to use OEPTestResultTestCase

2019-09-11 Thread Nathan Rossi
Use OEPTestResultTestCase to collect results and add logfile collection and compression. Signed-off-by: Nathan Rossi --- Changes in v2: - Fixed up missing logpath setting for gcc.py. --- meta/lib/oeqa/selftest/cases/binutils.py | 11 ++- meta/lib/oeqa/selftest/cases/gcc.py | 9

[OE-core] [PATCH v2 3/4] oeqa/core/case.py: Add OEPTestResultTestCase for ptestresult helpers

2019-09-11 Thread Nathan Rossi
Add the OEPTestResultTestCase class as a mix-in class to provide helper functions for interacting with ptestresults within the extraresults object generated by the test case. This class also provides default compression of log text and log files. Also add support to resulttool for decoding/decomp

[OE-core] [PATCH v2 2/4] gcc-cross.inc: Process binaries in build dir to be relocatable

2019-09-11 Thread Nathan Rossi
Process binaries within the build directory before stashing to be relocatable with ORIGIN relative rpaths. This corrects issues with rpaths being invalid when trying to use the binaries from an unstashed build directory (e.g. gcc-runtime). Signed-off-by: Nathan Rossi --- Changes in v2: - Nest the

[OE-core] [PATCH v2 1/4] resulttool: Handle multiple series containing ptestresults

2019-09-11 Thread Nathan Rossi
Handle multiple results series having ptestresults content. The contents are merged on a per-result basis where duplicates are ignored (with a warning message printed). The 'ptestresults.sections' collection is also merged on a per-suite basis. Signed-off-by: Nathan Rossi --- scripts/lib/resultt

Re: [OE-core] [v2 4/4] valgrind: disable 256 ptests for aarch64

2019-09-11 Thread Adrian Bunk
On Wed, Sep 11, 2019 at 09:38:53AM -0400, Randy MacLeod wrote: > On 9/11/19 8:32 AM, Adrian Bunk wrote: > > On Tue, Sep 10, 2019 at 05:41:36PM -0400, Randy MacLeod wrote: > > > On qemuarm64 systems, about half of the valgrind tests fail and > > > often result in defunct processes, eg: > > > roo

Re: [OE-core] [v2 4/4] valgrind: disable 256 ptests for aarch64

2019-09-11 Thread Randy MacLeod
On 9/11/19 8:32 AM, Adrian Bunk wrote: On Tue, Sep 10, 2019 at 05:41:36PM -0400, Randy MacLeod wrote: On qemuarm64 systems, about half of the valgrind tests fail and often result in defunct processes, eg: root 819 818 25 00:12 pts/000:01:52 /usr/bin/valgrind --command-line-only=

Re: [OE-core] [PATCH] mesa: Upgrade 19.1.1 -> 19.1.6

2019-09-11 Thread Ross Burton
On 10/09/2019 11:39, Alexander Kanavin wrote: Yes, if STAGING_LIBDIR is set, via this patch: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-devtools/python/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch (don't shoot the pianist, it was working like this

Re: [OE-core] [v2 4/4] valgrind: disable 256 ptests for aarch64

2019-09-11 Thread Adrian Bunk
On Tue, Sep 10, 2019 at 05:41:36PM -0400, Randy MacLeod wrote: > On qemuarm64 systems, about half of the valgrind tests fail and > often result in defunct processes, eg: >root 819 818 25 00:12 pts/000:01:52 /usr/bin/valgrind > --command-line-only=yes --memcheck:leak-check=no --tool

Re: [OE-core] [PATCH] kernel-devsrc: copy mmiowb.h and modpost from ${B} of kernel

2019-09-11 Thread Bruce Ashfield
On Wed, Sep 11, 2019 at 5:10 AM Hongzhi, Song wrote: > > > On 9/6/19 11:10 AM, Hongzhi, Song wrote: > > > > On 9/4/19 8:34 PM, Bruce Ashfield wrote: > >> On Wed, Sep 4, 2019 at 6:07 AM Hongzhi, Song > >> wrote: > >>> > >>> On 9/4/19 11:55 AM, Bruce Ashfield wrote: > On Tue, Sep 3, 2019 at 9:

[OE-core] [PATCH 1/1] conf/multilib.conf: Add ovmf to NON_MULTILIB_RECIPES

2019-09-11 Thread Robert Yang
Fixed: MACHINE = "qemux86-64" require conf/multilib.conf MULTILIBS = "multilib:lib32" DEFAULTTUNE_virtclass-multilib-lib32 = "x86" $ bitbake ovmf lib32-ovmf [snip] ERROR: ovmf-edk2-stable201905-r0 do_deploy_setscene: The recipe ovmf is trying to install files into a shared area when those files a

[OE-core] [PATCH 0/1] conf/multilib.conf: Add ovmf to NON_MULTILIB_RECIPES

2019-09-11 Thread Robert Yang
The following changes since commit 86b8a1d534bfcd70775c6e2b59eabe10de29f526: libevent: don't treat test stats line as pass/fail in ptest (2019-09-11 07:30:08 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/mlib http://cgit.openembedd

[OE-core] [PATCH 1/1] tune-cortexa57-cortexa53: add tunes for ARM Cortex-A53-Cortex-A57

2019-09-11 Thread Meng.Li
From: Limeng commit 3613b2780a6b5d5d70ea6802be5060a8214cbdb5 from git://github.com/renesas-rcar/meta-renesas The renesas rcar SoC H3/M3 is big.LITTLE architecture(cortex-a57.cortex-a53). In order to optimize the performance of the code running on SoC H3/M3, add a tune file for ARM Cortex-A53-Cor

[OE-core] [v2] [yocto] : tune-cortexa57-cortexa53: add tune file for ARM Cortex-A53-Cortex-A57

2019-09-11 Thread Meng.Li
From: Limeng Recently, I am working on renesas-rcar platform based on yocto-2.7, and I found there is no arm-cortexa57-cortexa53 tunes for Renesas H3/M3 SoC. Therefore, add this kind of ARM-Cortex-Tune. Detail patches as below: 0001-tune-cortexa57-cortexa53-add-tunes-for-ARM-Cortex-A5.patch t

[OE-core] [PATCH 3/9] grub-efi: switch to uefi.bbclass

2019-09-11 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Use variables from uefi.bbclass instead of hardcoding them in the recipe. Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-bsp/grub/grub-efi_2.04.bb | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/meta/recipes-bsp/grub

[OE-core] [PATCH 9/9] systemd-boot.bbclass: use efi_*_populate_common

2019-09-11 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Use common code form uefi.bbclass to populate efi directories. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/systemd-boot.bbclass | 18 +++--- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/meta/classes/systemd-boot.bbclass b

[OE-core] [PATCH 8/9] grub-efi.bbclass: use efi_*_populate_common

2019-09-11 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Use common code form uefi.bbclass to populate efi directories. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/grub-efi.bbclass | 22 ++ 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/meta/classes/grub-efi.bbclass b/meta

[OE-core] [PATCH 5/9] systemd-boot: switch to uefi.bbclass

2019-09-11 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Use variables from uefi.bbclass instead of hardcoding them in the recipe. Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-core/systemd/systemd-boot_242.bb | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/meta/recipes-core

[OE-core] [PATCH 6/9] systemd-boot.bbclass: switch to uefi.bbclass

2019-09-11 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Use variables from uefi.bbclass instead of hardcoding them in the class. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/systemd-boot.bbclass | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/meta/classes/systemd-boot.bbc

[OE-core] [PATCH 7/9] uefi.bbclass: provide efi population functions for live images

2019-09-11 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Define common functions for populating EFI directories in live image. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/uefi.bbclass | 28 1 file changed, 28 insertions(+) diff --git a/meta/classes/uefi.bbclass b/meta/classes/ue

[OE-core] [PATCH 4/9] grub-efi.bbclass: switch to uefi.bbclass

2019-09-11 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Use variables from uefi.bbclass instead of hardcoding them in the class. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/grub-efi-cfg.bbclass | 1 - meta/classes/grub-efi.bbclass | 20 2 files changed, 4 insertions(+), 17 deletion

[OE-core] [PATCH 2/9] grub-bootconf: switch to uefi.bbclass

2019-09-11 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Use variables from uefi.bbclass instead of hardcoding them in the recipe. Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-bsp/grub/grub-bootconf_1.00.bb | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/meta/recipes-bsp/grub/grub

[OE-core] [PATCH 1/9] uefi.bbclass: add bbclass holding configuration for UEFI applications

2019-09-11 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Create new bbclass defining common variables for all UEFI-related packages (bootloaders, test applications, etc). Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/uefi.bbclass | 26 ++ 1 file changed, 26 insertions(+) create mode 10

Re: [OE-core] [PATCH] kernel-devsrc: copy mmiowb.h and modpost from ${B} of kernel

2019-09-11 Thread Hongzhi, Song
On 9/6/19 11:10 AM, Hongzhi, Song wrote: On 9/4/19 8:34 PM, Bruce Ashfield wrote: On Wed, Sep 4, 2019 at 6:07 AM Hongzhi, Song wrote: On 9/4/19 11:55 AM, Bruce Ashfield wrote: On Tue, Sep 3, 2019 at 9:43 PM Hongzhi.Song wrote: There are two errors when compile an out of tree kernel modul

Re: [OE-core] [PATCH] qemu: Security Advisory - qemu - CVE-2019-15890

2019-09-11 Thread Mittal, Anuj
On Wed, 2019-09-11 at 15:51 +0800, zhou li wrote: > On 2019/09/11 15:38, Mittal, Anuj wrote: > > On Wed, 2019-09-11 at 14:02 +0800, Li Zhou wrote: > > > Backporting patch from > > > https://gitlab.freedesktop.org/slirp/libslirp/commit/c5927943 > > > to solve CVE-2019-15890. > > > > > > Signed-off-

Re: [OE-core] [PATCH] qemu: Security Advisory - qemu - CVE-2019-15890

2019-09-11 Thread zhou li
On 2019/09/11 15:38, Mittal, Anuj wrote: On Wed, 2019-09-11 at 14:02 +0800, Li Zhou wrote: Backporting patch from https://gitlab.freedesktop.org/slirp/libslirp/commit/c5927943 to solve CVE-2019-15890. Signed-off-by: Li Zhou --- meta/recipes-devtools/qemu/qemu.inc| 1 + ..

Re: [OE-core] [PATCH] qemu: Security Advisory - qemu - CVE-2019-15890

2019-09-11 Thread Mittal, Anuj
On Wed, 2019-09-11 at 14:02 +0800, Li Zhou wrote: > Backporting patch from > https://gitlab.freedesktop.org/slirp/libslirp/commit/c5927943 > to solve CVE-2019-15890. > > Signed-off-by: Li Zhou > --- > meta/recipes-devtools/qemu/qemu.inc| 1 + > .../qemu/qemu/CVE-2019-15890.patch