Re: [OE-core] [PATCH v3 1/9] uefi.conf: add config file holding configuration for UEFI applications

2019-09-18 Thread Dmitry Eremin-Solenikov
Hello, ср, 18 сент. 2019 г. в 01:16, Richard Purdie : > > On Tue, 2019-09-17 at 18:36 +0300, dbarysh...@gmail.com wrote: > > From: Dmitry Eremin-Solenikov > > > > Create new config file defining common variables for all UEFI-related > > packages (bootloaders, test applications, etc). > > > >

Re: [OE-core] [PATCH] openssl: Enable os option for with-rand-seed as well

2019-09-18 Thread Adrian Bunk
On Tue, Sep 17, 2019 at 11:49:47AM -0700, Khem Raj wrote: > with openSSL 1.1.1d we start seeing errors like > > Error Generating Key > 139979727451584:error:2406C06E:random number > generator:RAND_DRBG_instantiate:error retrieving > entropy:../openssl-1.1.1d/crypto/rand/drbg_lib.c:342: > >

Re: [OE-core] [PATCH V2] report-error.bbclass: add local.conf/auto.conf into error report

2019-09-18 Thread Changqing Li
It is ok to merge this repo first, and error-report-web still old,  since error-report-web will ignore the new field. but cannot update error-report-web to new one first,  or the database of error-report-web will report error since report from oe-core don't provide default value for the new

[OE-core] [PATCH] rootfs-postcommands: check /etc/gconf exists before working on it

2019-09-18 Thread Ross Burton
Check that /etc/gconf exists before trying to find files under it, to avoid writing find error messages to the rootfs log. Also use ${sysconfdir}/gconf instead of hardcoding /etc/gconf. Signed-off-by: Ross Burton --- meta/classes/rootfs-postcommands.bbclass | 6 -- 1 file changed, 4

[OE-core] [PATCH] dhex: Add new recipe

2019-09-18 Thread Daniel Ammann
Signed-off-by: Daniel Ammann --- meta/recipes-support/dhex/dhex_0.69.bb | 24 1 file changed, 24 insertions(+) create mode 100644 meta/recipes-support/dhex/dhex_0.69.bb diff --git a/meta/recipes-support/dhex/dhex_0.69.bb b/meta/recipes-support/dhex/dhex_0.69.bb new

Re: [OE-core] [PATCH] dhex: Add new recipe

2019-09-18 Thread Ross Burton
On 18/09/2019 12:12, Daniel Ammann wrote: +SUMMARY = "dhex is a hex editor that includes a diff mode" Doesn't seem fundamental enough to justify being in oe-core, please considering submitting this to meta-oe instead. Ross -- ___ Openembedded-core

Re: [OE-core] [PATCH v3 1/9] uefi.conf: add config file holding configuration for UEFI applications

2019-09-18 Thread richard . purdie
On Wed, 2019-09-18 at 12:04 +0300, Dmitry Eremin-Solenikov wrote: > ср, 18 сент. 2019 г. в 01:16, Richard Purdie > : > > On Tue, 2019-09-17 at 18:36 +0300, dbarysh...@gmail.com wrote: > > > > > Now I understand more about how this configuration file is being > > used, > > should it be called

[OE-core] [PATCH] libinput: upgrade 1.14.0 -> 1.14.1

2019-09-18 Thread Ross Burton
Signed-off-by: Ross Burton --- .../wayland/{libinput_1.14.0.bb => libinput_1.14.1.bb} | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) rename meta/recipes-graphics/wayland/{libinput_1.14.0.bb => libinput_1.14.1.bb} (73%) diff --git

[OE-core] [PATCH v3 3/7] grub-efi: switch to image-uefi.conf

2019-09-18 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Use variables from image-uefi.conf 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

[OE-core] [PATCH v3 6/7] systemd-boot.bbclass: switch to image-uefi.conf

2019-09-18 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Use variables from image-uefi.conf 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

[OE-core] [PATCH v3 4/7] grub-efi.bbclass: switch to image-uefi.conf

2019-09-18 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Use variables from image-uefi.conf 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

[OE-core] [PATCH v3 2/7] grub-bootconf: switch to image-uefi.conf

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

[OE-core] [PATCH v3 5/7] systemd-boot: switch to image-uefi.conf

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

[OE-core] [PATCH v3 7/7] live-vm-common.bbclass: provide efi population functions for live images

2019-09-18 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Define common functions for populating EFI directories in live image by reusing common code from grub-efi and systemd-boot bbclasses. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/grub-efi.bbclass | 28 +---

[OE-core] [PATCH v3 1/7] image-uefi.conf: add config file holding configuration for UEFI images

2019-09-18 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Create new config file defining common variables for all UEFI-related packages (bootloaders, test applications, etc). Signed-off-by: Dmitry Eremin-Solenikov --- meta/conf/image-uefi.conf | 16 1 file changed, 16 insertions(+) create mode 100644

[OE-core] ✗ patchtest: failure for gcc: Security fix for CVE-2019-15847 (rev2)

2019-09-18 Thread Patchwork
== Series Details == Series: gcc: Security fix for CVE-2019-15847 (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/20014/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH 1/3] acpica: upgrade 20190509 -> 20190816

2019-09-18 Thread Ross Burton
Signed-off-by: Ross Burton --- .../acpica/{acpica_20190509.bb => acpica_20190816.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/acpica/{acpica_20190509.bb => acpica_20190816.bb} (91%) diff --git

[OE-core] [PATCH 2/3] gdk-pixbuf: upgrade 2.38.1 -> 2.38.2

2019-09-18 Thread Ross Burton
Signed-off-by: Ross Burton --- .../gdk-pixbuf/{gdk-pixbuf_2.38.1.bb => gdk-pixbuf_2.38.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.38.1.bb => gdk-pixbuf_2.38.2.bb} (96%) diff --git

[OE-core] [PATCH 3/3] piglit: upgrade to latest revision

2019-09-18 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/piglit/piglit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 0b6519e3f8e..d489f82b14b 100644 ---

[OE-core] [warrior][PATCH] gcc: Security fix for CVE-2019-15847

2019-09-18 Thread Armin Kuster
From: Armin Kuster Affects <= 9.2.0 Dropped Changelog changes Signed-off-by: Armin Kuster --- meta/recipes-devtools/gcc/gcc-8.3.inc | 3 + .../gcc/gcc-8.3/CVE-2019-15847_p1.patch| 521 + .../gcc/gcc-8.3/CVE-2019-15847_p2.patch| 77

[OE-core] [master][PATCH] gcc: Security fix for CVE-2019-15847

2019-09-18 Thread Armin Kuster
From: Armin Kuster Affects <= 9.2.0 Dropped Changelog changes. Signed-off-by: Armin Kuster --- meta/recipes-devtools/gcc/gcc-9.2.inc | 3 + .../gcc/gcc-9.2/CVE-2019-15847_1.patch| 521 ++ .../gcc/gcc-9.2/CVE-2019-15847_2.patch| 77 +++

Re: [OE-core] [PATCH] openssl: Enable os option for with-rand-seed as well

2019-09-18 Thread Martin Jansa
Thanks for fix, I was seeing these issues in couple components using nodejs-native (example bellow) and can confirm that this is now fixed. internal/crypto/random.js:118 if (ex) throw ex; ^ Error: error:2406C06E:random number generator:RAND_DRBG_instantiate:error retrieving entropy

[OE-core] [PATCH 2/2] systemd: Handle slow to boot mips hwdb update timeouts

2019-09-18 Thread Richard Purdie
This is a temporary workaround to avoid autobuilder failures until https://github.com/systemd/systemd/issues/13581 is resolved. Its being done globally even though its a mips problem for simplicity, it doesn't hurt anything else to have a longer timeout. Signed-off-by: Richard Purdie ---

[OE-core] [PATCH 1/2] meta-extsdk: Either an sstate task is a proper task or it isn't

2019-09-18 Thread Richard Purdie
Ensure the task is properly regsistered as an sstate task as this "half way" state confuses new code in bitbake and it isn't supported. Signed-off-by: Richard Purdie --- meta/recipes-core/meta/meta-extsdk-toolchain.bb | 5 + 1 file changed, 5 insertions(+) diff --git

[OE-core] [master][PATCH v3] esdk: Introduce mechanism to keep nativesdk* sstate in esdk

2019-09-18 Thread Jaewon Lee
When doing a devtool build-sdk from within an esdk all nativesdk components would be rebuilt. This patch introduces SDK_INCLUDE_NATIVESDK flag to toggle the inclusion of nativesdk packages when creating the esdk sstate Currently locked-sigs.inc is generated during do_sdk_depends which doesn't

[OE-core] [PATCH] classes/archiver: Fix WORKDIR for shared source

2019-09-18 Thread Joshua Watt
When archiving patched source, WORKDIR should only be changed to ${ARCHIVER_WORKDIR} if the recipe doesn't use a shared work directory. This matches the behavior of do_unpack_and_patch for these recipes. This fixes kernel recipes that set S = "${WORKDIR}/git" Signed-off-by: Joshua Watt ---

Re: [OE-core] [PATCH] libmpc: Remove dead UPSTREAM_CHECK_URI

2019-09-18 Thread akuster808
On 9/18/19 11:28 AM, Adrian Bunk wrote: > Signed-off-by: Adrian Bunk > --- > meta/recipes-support/libmpc/libmpc_1.1.0.bb | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/meta/recipes-support/libmpc/libmpc_1.1.0.bb > b/meta/recipes-support/libmpc/libmpc_1.1.0.bb > index

Re: [OE-core] [PATCH] libmpc: Remove dead UPSTREAM_CHECK_URI

2019-09-18 Thread Adrian Bunk
On Wed, Sep 18, 2019 at 12:00:28PM -0700, akuster808 wrote: > > > On 9/18/19 11:28 AM, Adrian Bunk wrote: > > Signed-off-by: Adrian Bunk > > --- > > meta/recipes-support/libmpc/libmpc_1.1.0.bb | 2 -- > > 1 file changed, 2 deletions(-) > > > > diff --git

[OE-core] [PATCH] libmpc: Remove dead UPSTREAM_CHECK_URI

2019-09-18 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- meta/recipes-support/libmpc/libmpc_1.1.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-support/libmpc/libmpc_1.1.0.bb b/meta/recipes-support/libmpc/libmpc_1.1.0.bb index 1e48c576d4..bbc673ff38 100644 ---

[OE-core] [PATCH] lttng-modules: Upgrade 2.10.10 -> 2.10.11

2019-09-18 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../{lttng-modules_2.10.10.bb => lttng-modules_2.10.11.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/lttng/{lttng-modules_2.10.10.bb => lttng-modules_2.10.11.bb} (93%) diff --git

[OE-core] [PATCH] lttng-ust: Upgrade 2.10.4 -> 2.10.5

2019-09-18 Thread Adrian Bunk
Remove patch for issue fixed upstream. Signed-off-by: Adrian Bunk --- ...config-time-check-for-new-gettid-API.patch | 57 --- ...ttng-ust_2.10.4.bb => lttng-ust_2.10.5.bb} | 5 +- 2 files changed, 2 insertions(+), 60 deletions(-) delete mode 100644

[OE-core] [PATCH] glib-2.0: Upgrade 2.60.6 -> 2.60.7

2019-09-18 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../glib-2.0/{glib-2.0_2.60.6.bb => glib-2.0_2.60.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/glib-2.0/{glib-2.0_2.60.6.bb => glib-2.0_2.60.7.bb} (88%) diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.60.6.bb

[OE-core] [PATCH] squashfs-tools: Remove UPSTREAM_CHECK_COMMITS

2019-09-18 Thread Adrian Bunk
Upstream is making releases again. Signed-off-by: Adrian Bunk --- meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb

Re: [OE-core] [PATCH] kernel.bbclass: fix installation of modules signing certificates

2019-09-18 Thread Nicolas Dechesne
hi Armin, On Sun, Jul 28, 2019 at 12:01 PM Dmitry Eremin-Solenikov wrote: > > From: Dmitry Eremin-Solenikov > > If one has provided external key/certificate for modules signing, Kbuild > will skip creating signing_key.pem and will write only signing_key.x509 > certificate. Thus we have to check

[OE-core] [PATCH] u-boot: add CVE patches for u-boot

2019-09-18 Thread Meng.Li
From: Limeng Add 9 patches to fix below CVE issues. CVE-2019-13103 CVE-2019-13104 CVE-2019-13105 CVE-2019-13106 CVE-2019-14192 CVE-2019-14193 CVE-2019-14194 CVE-2019-14195 CVE-2019-14196 CVE-2019-14197 CVE-2019-14198 CVE-2019-14199 CVE-2019-14200 CVE-2019-14201 CVE-2019-14202 CVE-2019-14203

[OE-core] [yocto] : u-boot: add CVE patches for u-boot

2019-09-18 Thread Meng.Li
From: Limeng Add 9 patches to fix below CVE issues. CVE-2019-13103 CVE-2019-13104 CVE-2019-13105 CVE-2019-13106 CVE-2019-14192 CVE-2019-14193 CVE-2019-14194 CVE-2019-14195 CVE-2019-14196 CVE-2019-14197 CVE-2019-14198 CVE-2019-14199 CVE-2019-14200 CVE-2019-14201 CVE-2019-14202 CVE-2019-14203

[OE-core] [PATCH] bison:upgrade 3.4.1 -> 3.4.2

2019-09-18 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- meta/recipes-devtools/bison/{bison_3.4.1.bb => bison_3.4.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/bison/{bison_3.4.1.bb => bison_3.4.2.bb} (90%) diff --git a/meta/recipes-devtools/bison/bison_3.4.1.bb