[OE-core] [PATCH v3] meta: add missing descriptions and homepage in bsp

2019-09-12 Thread Maxime Roussin-Bélanger
Signed-off-by: Maxime Roussin-Bélanger --- Changes in v3: - Change some forward slashes to backslashes Changes in v2: - Rewrite acpid description to be more meaningful - Change grub-bootconf description meta/recipes-bsp/acpid/acpid.inc | 6 ++

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

2019-09-12 Thread Ang, Chin Huat
> +image = "bootUNKNOWN.efi" It might be better to raise an error here. -Original Message- From: openembedded-core-boun...@lists.openembedded.org On Behalf Of dbarysh...@gmail.com Sent: Wednesday, September 11, 2019 5:30 PM To: openembedded-core@lists.openembedded.org Cc:

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

2019-09-12 Thread Mittal, Anuj
Hello, On Wed, 2019-09-11 at 12:29 +0300, dbarysh...@gmail.com wrote: > From: Dmitry Eremin-Solenikov > > Create new bbclass defining common variables for all UEFI-related > packages (bootloaders, test applications, etc). Have these changes been tested using wic as well with non default

[OE-core] [PATCH 2/3] busybox: drop inittab from SRC_URI ( now moved to busybox-inittab )

2019-09-12 Thread Andre McCurdy
The reference to inittab should have been removed from busybox SRC_URI when the file was moved into the busybox-inittab recipe: http://git.openembedded.org/openembedded-core/commit/?id=afb09abd2f0f7555ba156260a87fd3867f591310 Signed-off-by: Andre McCurdy ---

[OE-core] [PATCH 3/3] busybox-inittab: minor formatting tweaks

2019-09-12 Thread Andre McCurdy
Add an empty line to inittab before the line(s) which start getty. Also cleanup indent in recipe do_install(). Signed-off-by: Andre McCurdy --- .../busybox/busybox-inittab_1.31.0.bb | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git

[OE-core] [PATCH 1/3] busybox: drop unused mount.busybox and umount.busybox wrappers

2019-09-12 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-core/busybox/busybox_1.31.0.bb| 2 -- meta/recipes-core/busybox/files/mount.busybox | 3 --- meta/recipes-core/busybox/files/umount.busybox | 3 --- 3 files changed, 8 deletions(-) delete mode 100755

[OE-core] [thud][PATCH v2] libxslt: Cve fix CVE-2019-11068

2019-09-12 Thread Muminul Islam
Signed-off-by: Muminul Islam --- .../libxslt/libxslt/CVE-2019-11068.patch | 128 ++ .../recipes-support/libxslt/libxslt_1.1.32.bb | 1 + 2 files changed, 129 insertions(+) create mode 100644 meta/recipes-support/libxslt/libxslt/CVE-2019-11068.patch diff --git

[OE-core] ✗ patchtest: failure for CVE fix for libxslt

2019-09-12 Thread Patchwork
== Series Details == Series: CVE fix for libxslt Revision: 1 URL : https://patchwork.openembedded.org/series/19866/ 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 proposed

[OE-core] [thud][PATCH] CVE fix for libxslt

2019-09-12 Thread Muminul Islam
Signed-off-by: Muminul Islam --- .../libxslt/libxslt/CVE-2019-11068.patch | 128 ++ .../recipes-support/libxslt/libxslt_1.1.32.bb | 1 + 2 files changed, 129 insertions(+) create mode 100644 meta/recipes-support/libxslt/libxslt/CVE-2019-11068.patch diff --git

[OE-core] [PATCH] lttng-modules: Add missing SRCREV_FORMAT

2019-09-12 Thread Daniel Gomez
When using devupstream class the SRCREV_FORMAT variable must be set. Signed-off-by: Daniel Gomez --- When using class-devupstream, multiple SCMs are used. Therefore, it is needed to select the variant of the recipe via PREFERRED_VERSION. In addition, SRCREV_FORMAT variable must be set. An

[OE-core] [PATCH] font-util: update to 1.3.2

2019-09-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../xorg-font/{font-util_1.3.1.bb => font-util_1.3.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-font/{font-util_1.3.1.bb => font-util_1.3.2.bb} (83%) diff --git

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

2019-09-12 Thread akuster808
On 9/12/19 7:28 AM, Adrian Bunk wrote: > On Thu, Sep 12, 2019 at 07:10:08AM -0700, akuster808 wrote: >> >> On 9/11/19 11:52 PM, Zang Ruochen wrote: >>> -tzdata : upgrade from 2019b to 2019c. >>> >>> -tzcode-native : upgrade from 2019b to 2019c. >>> >>> -tzdata.bb and tzcode-native.bb require

[OE-core] [PATCH 1/3] runqemu: decouple gtk and gl options

2019-09-12 Thread Alexander Kanavin
This will allow not having to multiply these options for the sdl frontend, instead combining them as needed. Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/selftest/cases/runtime_test.py | 2 +- scripts/runqemu | 21 +--- 2 files changed, 15

[OE-core] [PATCH 3/3] oe-selftest: extend virgl gtk test to also check the SDL option

2019-09-12 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/selftest/cases/runtime_test.py | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index 3f212bd0eac..8f98a9ead46

[OE-core] [PATCH 2/3] runqemu: add options that enable virgl with the SDL frontend

2019-09-12 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- scripts/runqemu | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index 68ba7dcfb94..18091a29c3b 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -67,9 +67,9 @@ of the following

[OE-core] [warrior][PATCH] uboot: fixes to uboot-extlinux-config attribute values

2019-09-12 Thread Schrempf Frieder
From: Will Page The way this class uses overrides to support generation of multiple sections is subject to two different issues: 1) labels that conflict with existing override names causing the value for the conflicting label to be set for all labels, and 2) reusing the override list through

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

2019-09-12 Thread Adrian Bunk
On Thu, Sep 12, 2019 at 07:10:08AM -0700, akuster808 wrote: > > > On 9/11/19 11:52 PM, Zang Ruochen wrote: > > -tzdata : upgrade from 2019b to 2019c. > > > > -tzcode-native : upgrade from 2019b to 2019c. > > > > -tzdata.bb and tzcode-native.bb require timezone.inc. > > Not exactly what I had in

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

2019-09-12 Thread Fabio Berton
Hi Ross! On Wed, Sep 11, 2019 at 9:35 AM Ross Burton wrote: > > On 10/09/2019 11:39, Alexander Kanavin wrote: > > Yes, if STAGING_LIBDIR is set, via this patch: > >

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

2019-09-12 Thread akuster808
On 9/11/19 11:52 PM, Zang Ruochen wrote: > -tzdata : upgrade from 2019b to 2019c. > > -tzcode-native : upgrade from 2019b to 2019c. > > -tzdata.bb and tzcode-native.bb require timezone.inc. Not exactly what I had in mind.  When there is a TZ update they send out what changed any why.  It looks

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

2019-09-12 Thread Alistair Francis
On Thu, 2019-09-12 at 12:05 +0100, Ross Burton wrote: > On 11/09/2019 18:22, Alistair Francis wrote: > > 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 + >

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

2019-09-12 Thread Ross Burton
On 11/09/2019 18:22, Alistair Francis wrote: 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

Re: [OE-core] [PATCH v3] rpm: make rpm work in toolchain.

2019-09-12 Thread Alexander Kanavin
Thanks, I think this looks more or less correct now. Alex On Thu, 12 Sep 2019 at 09:53, Zheng Ruoqin wrote: > We need to configure rpm to use package architecture from yocto build > system. > > Install rpmrc and rpm/platform to ${SDKTARGETSYSROOT} because config file > in host-sysroot as

[OE-core] [PATCH 1/2] glib-networking:enable glib-networking build as native package

2019-09-12 Thread Liwei Song
From: Jiang Lu Enable glib-networking build as a native package, for it is depended by libsoup. Signed-off-by: Jiang Lu Signed-off-by: Liwei Song --- meta/recipes-core/glib-networking/glib-networking_2.60.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[OE-core] [PATCH 2/2] libsoup:enable libsoup build as native package

2019-09-12 Thread Liwei Song
From: Jiang Lu Enable libsoup build as a native package, for it may invoked by other native package, such as ostree. Signed-off-by: Jiang Lu Signed-off-by: Liwei Song --- meta/recipes-support/libsoup/libsoup-2.4_2.66.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

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

2019-09-12 Thread Adrian Bunk
On Wed, Sep 11, 2019 at 02:01:00PM -0400, Randy MacLeod wrote: > On 9/11/19 10:00 AM, Adrian Bunk wrote: >... > > It would be good if you could also open a bug, so that people can see > > that there is a problem with this package on an important architecture. > > Done: > > many valgrind tests

[OE-core] [PATCH v3] rpm: make rpm work in toolchain.

2019-09-12 Thread Zheng Ruoqin
We need to configure rpm to use package architecture from yocto build system. Install rpmrc and rpm/platform to ${SDKTARGETSYSROOT} because config file in host-sysroot as /opt/poky/2.7+snapshot/sysroots/x86_64-pokysdk-linux will be covered by another ARCH which result in previous config

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

2019-09-12 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

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

2019-09-12 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 >