Re: [OE-core] [meta-clang][PATCH] conf/nonclangable.conf: Always build mesa with gcc

2020-02-26 Thread Khem Raj
Can you send it via github pull request please On Wed, Feb 26, 2020 at 10:21 PM Böszörményi Zoltán via Openembedded-core wrote: > > Ignore this, the patch is against the zeus branch. > Re-sent with the proper subject. > > 2020. 02. 27. 7:16 keltezéssel, Böszörményi Zoltán írta: > > Building mesa

[OE-core] ✗ patchtest: failure for conf/nonclangable.conf: Always build mesa with gcc (rev2)

2020-02-26 Thread Patchwork
== Series Details == Series: conf/nonclangable.conf: Always build mesa with gcc (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/22979/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

[OE-core] ✗ patchtest: failure for conf/nonclangable.conf: Always build mesa with gcc

2020-02-26 Thread Patchwork
== Series Details == Series: conf/nonclangable.conf: Always build mesa with gcc Revision: 1 URL : https://patchwork.openembedded.org/series/22979/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have

Re: [OE-core] [meta-clang][PATCH] conf/nonclangable.conf: Always build mesa with gcc

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
Ignore this, the patch is against the zeus branch. Re-sent with the proper subject. 2020. 02. 27. 7:16 keltezéssel, Böszörményi Zoltán írta: Building mesa (at least version 19.3.4) with clang 9.0.1 leads to linker errors on x86/x86-64: "undefined reference to `typeinfo for

[OE-core] [meta-clang][zeus][PATCH] conf/nonclangable.conf: Always build mesa with gcc

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
Building mesa (at least version 19.3.4) with clang 9.0.1 leads to linker errors on x86/x86-64: "undefined reference to `typeinfo for llvm::raw_pwrite_stream'" in libvulkan_radeon.so and "undefined reference to `typeinfo for llvm::RTDyldMemoryManager'" in libgallium.a. It was reported at

[OE-core] [meta-clang][PATCH] conf/nonclangable.conf: Always build mesa with gcc

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
Building mesa (at least version 19.3.4) with clang 9.0.1 leads to linker errors on x86/x86-64: "undefined reference to `typeinfo for llvm::raw_pwrite_stream'" in libvulkan_radeon.so and "undefined reference to `typeinfo for llvm::RTDyldMemoryManager'" in libgallium.a. It was reported at

Re: [OE-core] Overriding SDE_FILE

2020-02-26 Thread Douglas Royds via Openembedded-core
On 26/02/20 4:53 am, Jacob Kroon wrote: On 2/24/20 8:25 AM, Jacob Kroon wrote: Hi Douglas, You updated a comment in reproducible_build.bbclass, commit e7b891b76954c784f5a93bd0a1c91315673ce40d: -# Once the value of SOURCE_DATE_EPOCH is determined, it is stored in the recipe's ${SDE_FILE}.

[OE-core] [PATCH] qemu: fix CVE-2020-7039

2020-02-26 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta/recipes-devtools/qemu/qemu.inc| 3 + .../qemu/qemu/CVE-2020-7039-1.patch| 44 +++ .../qemu/qemu/CVE-2020-7039-2.patch| 59

[OE-core] [PATCH v2 4/4] mesa: Add PACKAGECONFIG knob to enable VDPAU state tracker and drivers

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
Signed-off-by: Böszörményi Zoltán --- v2: Replaced FILES_${PN}-vdpau-drivers with FILES_mesa-vdpau-drivers to match the name in PACKAGES. meta/recipes-graphics/mesa/mesa.inc | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc

[OE-core] [PATCH v2 2/4] libva-initial: New bootstrap recipe

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
Mesa needs libva.pc and libva headers to enable the VAAPI state tracker and drivers. This recipe is a variant of the full libva package build as in: * it only depends on libdrm to build so it doesn't introduce the circular dependency between mesa and libva, and * it doesn't include the

[OE-core] [PATCH v2 0/4] Enable VAAPI and VDPAU video drivers in Mesa

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
Mesa needs libva to enable VAAPI state tracker and drivers. libva needs Mesa to enable its GLX part. This is a circular dependency that can be solved by introducing a new libva recipe variant that doesn't enable GLX. Actually, the presence of Mesa/OpenGL headers is autodetected in libva so it's

[OE-core] [PATCH v2 1/4] libva: Factor out base parts into an include file

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
To enable the VAAPI state tracker and drivers in mesa, it needs libva.pc and the libva headers. At the recipe level, this would create a circular dependency between libva and mesa. This is a preparation step before introducing a new libva recipe variant to break the circular dependency.

[OE-core] [PATCH v2 3/4] mesa: Add PACKAGECONFIG knob to enable VAAPI

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
The previously added libva-initial recipe makes it possible and trivial. Signed-off-by: Böszörményi Zoltán --- v2: Small explanation in the commit message meta/recipes-graphics/mesa/mesa.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/mesa/mesa.inc

[OE-core] [PATCH] wic: Add include-dir option

2020-02-26 Thread Armin Kuster
This option allows for the inclusion of a single directory for a partition. Signed-off-by: Armin Kuster --- scripts/lib/wic/help.py | 3 +++ scripts/lib/wic/ksparser.py | 1 + scripts/lib/wic/partition.py | 1 +

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
2020. 02. 26. 21:31 keltezéssel, Khem Raj írta: On 2/26/20 12:21 PM, Böszörményi Zoltán wrote: 2020. 02. 26. 20:44 keltezéssel, Khem Raj írta: On 2/26/20 9:14 AM, Böszörményi Zoltán wrote: 2020. 02. 26. 18:08 keltezéssel, Böszörményi Zoltán írta: 2020. 02. 26. 17:51 keltezéssel, Khem Raj

[OE-core] [PATCH v2] libarchive: Fix CVE-2020-9308

2020-02-26 Thread Wenlin Kang
Fix CVE-2020-9308 Signed-off-by: Wenlin Kang --- ...ct-files-that-declare-invalid-header.patch | 124 ++ .../libarchive/libarchive_3.4.1.bb| 4 +- 2 files changed, 127 insertions(+), 1 deletion(-) create mode 100644

Re: [OE-core] [PATCH] libarchive: Fix CVE-2020-9308

2020-02-26 Thread Wenlin Kang
On 2/26/20 11:11 PM, Wenlin Kang wrote: Please ignore it. Fix CVE-2020-9308 Signed-off-by: Wenlin Kang --- ...ct-files-that-declare-invalid-header.patch | 124 ++ .../libarchive/libarchive_3.4.1.bb| 4 +- 2 files changed, 127 insertions(+), 1 deletion(-)

[OE-core] [oe-core][PATCH 1/1] python3: change two shebangs to python3

2020-02-26 Thread Joe Slater
cgi.py and rot_13.py have outdated shebangs. Signed-off-by: Joe Slater --- .../recipes-devtools/python/python3/shebang3.patch | 22 ++ meta/recipes-devtools/python/python3_3.8.1.bb | 2 ++ 2 files changed, 24 insertions(+) create mode 100644

[OE-core] [PATCH 4/4] maintainers.inc: add self for atk, at-spi2-core, at-spi2-atk

2020-02-26 Thread Tim Orling
For GUI automation purposes, strong motivation for accessibility (a11y) via python3-dogtail and python3-pyatspi2, so taking over from Anuj. Signed-off-by: Tim Orling --- meta/conf/distro/include/maintainers.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH 3/4] at-spi2-atk: upgrade 2.32.0 -> 2.34.1

2020-02-26 Thread Tim Orling
Release notes: https://gitlab.gnome.org/GNOME/at-spi2-atk/-/raw/043b793de2161a0548835424f4d087ac90d1172d/NEWS License-Update: Changed to LGPL-2.1+ Signed-off-by: Tim Orling --- .../atk/{at-spi2-atk_2.32.0.bb => at-spi2-atk_2.34.1.bb} | 8 1 file changed, 4 insertions(+), 4

[OE-core] [PATCH 2/4] at-spi2-core: upgrade 2.32.1 -> 2.34.0

2020-02-26 Thread Tim Orling
Release notes: https://gitlab.gnome.org/GNOME/at-spi2-core/-/raw/6da122f1e8d6b02dda0f368610ab72fc3d1720cf/NEWS License-Update: Changed to LPGL-2.1+ Signed-off-by: Tim Orling --- .../{at-spi2-core_2.32.1.bb => at-spi2-core_2.34.0.bb}| 8 1 file changed, 4 insertions(+), 4

[OE-core] [PATCH 1/4] atk: upgrade 2.32.0 -> 2.34.1

2020-02-26 Thread Tim Orling
From: Tim Orling Patch no longer applies (nor is needed) upstream. Release notes: https://gitlab.gnome.org/GNOME/atk/-/raw/633bde11f93ee971ba8902c6fadbc29c121f71af/NEWS Signed-off-by: Tim Orling --- ...able-introspection-for-cross-compile.patch | 29 ---

[OE-core] [PATCH 0/4] Upgrade accessibility (a11y) atk packages

2020-02-26 Thread Tim Orling
This series updates to the latest stable (even) release of the accessibility (a11y) toolkit and related. These are one of the ways we can automated GUI testing in gtk and Qt applications. One notable improvement in this release is that accessibility is launched automatically in a GUI environment.

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Khem Raj
On 2/26/20 12:21 PM, Böszörményi Zoltán wrote: 2020. 02. 26. 20:44 keltezéssel, Khem Raj írta: On 2/26/20 9:14 AM, Böszörményi Zoltán wrote: 2020. 02. 26. 18:08 keltezéssel, Böszörményi Zoltán írta: 2020. 02. 26. 17:51 keltezéssel, Khem Raj írta: On 2/26/20 7:58 AM, Böszörményi Zoltán

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
2020. 02. 26. 20:44 keltezéssel, Khem Raj írta: On 2/26/20 9:14 AM, Böszörményi Zoltán wrote: 2020. 02. 26. 18:08 keltezéssel, Böszörményi Zoltán írta: 2020. 02. 26. 17:51 keltezéssel, Khem Raj írta: On 2/26/20 7:58 AM, Böszörményi Zoltán wrote: 2020. 02. 26. 16:30 keltezéssel, Khem Raj

Re: [OE-core] [PATCH] utils.bbclass: Avoid recursive symlink in oe_soinstall

2020-02-26 Thread Andre McCurdy
On Tue, Feb 25, 2020 at 6:17 AM Yevhenii Shchehlov wrote: > > This patch fixes an issue when oe_soinstall function creates > non-functional recursive symlinks in case library soname is equal > to library real (file) name. > > Signed-off-by: Yevhenii Shchehlov > --- > meta/classes/utils.bbclass

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Khem Raj
On 2/26/20 9:14 AM, Böszörményi Zoltán wrote: 2020. 02. 26. 18:08 keltezéssel, Böszörményi Zoltán írta: 2020. 02. 26. 17:51 keltezéssel, Khem Raj írta: On 2/26/20 7:58 AM, Böszörményi Zoltán wrote: 2020. 02. 26. 16:30 keltezéssel, Khem Raj írta: On Wed, Feb 26, 2020 at 7:20 AM Böszörményi

Re: [OE-core] [PATCH] lttng-modules: Check the pid_ns before using it because it may be NULL

2020-02-26 Thread Jonathan Rajotte-Julien
Hi, We released patch level release for our stable branch [1]. These release includes the fix proposed here. Please validate that it fixes your issues. [1] https://lists.linuxfoundation.org/pipermail/diamon-discuss/2020-February/000196.html Cheers - Original Message - > From: "Li

[OE-core] [PATCH] libgpg-error: upgrade 1.36 -> 1.37

2020-02-26 Thread Trevor Gamblin
https://dev.gnupg.org/T4459 was fixed in 1.37, so the backported patch is removed. Signed-off-by: Trevor Gamblin --- .../libgpg-error-1.36-gawk5-support.patch | 144 -- ...gpg-error_1.36.bb => libgpg-error_1.37.bb} | 5 +- 2 files changed, 2 insertions(+), 147 deletions(-)

Re: [OE-core] [PATCH 1/2 v3] coreutils: add ptest

2020-02-26 Thread Alexander Kanavin
valgrind, gdb and strace are already pulled into core-image-sato-sdk-ptest (the one that runs the slow ptests on the AB), so there is no harm in adding them here as well. Alex On Wed, 26 Feb 2020 at 19:08, Trevor Gamblin wrote: > coreutils has a large number of tests, including some added by

[OE-core] [PATCH 2/2 v3] ptest-packagelists.inc: add coreutils to SLOW list

2020-02-26 Thread Trevor Gamblin
Signed-off-by: Trevor Gamblin --- meta/conf/distro/include/ptest-packagelists.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index 4afac58e3a..54ace39d53 100644 ---

[OE-core] [PATCH 1/2 v3] coreutils: add ptest

2020-02-26 Thread Trevor Gamblin
coreutils has a large number of tests, including some added by the Makefile flags RUN_EXPENSIVE_TESTS and RUN_VERY_EXPENSIVE_TESTS that significantly increase runtime (and which have been disabled). Note that the coreutils ptest directory is given blanket permissions at runtime with chmod -R 777,

[OE-core] [PATCH 0/2 v3] Add ptest support for coreutils

2020-02-26 Thread Trevor Gamblin
Sample test results: core-image-minimal: MACHINE| PASS | FAIL | SKIP | TOTAL | TIME (m) | qemux86-64 | 472 |0 | 143 | 615 | 2.5 | qemuarm64 | 472 |0 | 143 | 615 | 51 | core-image-sato: MACHINE| PASS | FAIL | SKIP | TOTAL | Time (m) | qemux86-64 | 472 |0 |

Re: [OE-core] [PATCH] linux-yocto/5.2: update to v5.2.32

2020-02-26 Thread Bruce Ashfield
On Wed, Feb 26, 2020 at 8:26 AM Bruce Ashfield wrote: > > On Tue, Feb 25, 2020 at 11:47 PM Richard Purdie > wrote: > > > > On Mon, 2020-02-24 at 15:02 -0500, bruce.ashfi...@gmail.com wrote: > > > From: Bruce Ashfield > > > > > > Updating linux-yocto/5.2 to the latest korg -stable release that >

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
2020. 02. 26. 18:16 keltezéssel, Alexander Kanavin írta: Right, then I am okay with this, as long as there are proper commit messages, and no version in .inc filename. Alex Thank you, I'll send a v2 patchset with proper commit messages and a cover mail tomorrow. On Wed, 26 Feb 2020 at

[OE-core] [PATCH v2] util-linux: upgrade 2.34 -> 2.35.1

2020-02-26 Thread Pierre-Jean Texier via Openembedded-core
License-Update: add GPLv3 text in README.licensing Also: - Drop upstreamed patch - Use 'disable-hwclock-gplv3' explicitly. Since commit 7a3000f7ba548cf7d74ac77cc63fe8de228a669e ("hwclock: use parse_date function") hwclock is linked with parse_date.y from gnullib. This gnulib code is

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Alexander Kanavin
Right, then I am okay with this, as long as there are proper commit messages, and no version in .inc filename. Alex On Wed, 26 Feb 2020 at 17:37, Böszörményi Zoltán wrote: > 2020. 02. 26. 17:35 keltezéssel, Böszörményi Zoltán via Openembedded-core > írta: > > 2020. 02. 26. 17:12 keltezéssel,

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
2020. 02. 26. 18:08 keltezéssel, Böszörményi Zoltán írta: 2020. 02. 26. 17:51 keltezéssel, Khem Raj írta: On 2/26/20 7:58 AM, Böszörményi Zoltán wrote: 2020. 02. 26. 16:30 keltezéssel, Khem Raj írta: On Wed, Feb 26, 2020 at 7:20 AM Böszörményi Zoltán wrote: 2020. 02. 26. 16:13

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
2020. 02. 26. 17:51 keltezéssel, Khem Raj írta: On 2/26/20 7:58 AM, Böszörményi Zoltán wrote: 2020. 02. 26. 16:30 keltezéssel, Khem Raj írta: On Wed, Feb 26, 2020 at 7:20 AM Böszörményi Zoltán wrote: 2020. 02. 26. 16:13 keltezéssel, Khem Raj írta: On Wed, Feb 26, 2020 at 7:12 AM

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Khem Raj
On 2/26/20 7:58 AM, Böszörményi Zoltán wrote: > 2020. 02. 26. 16:30 keltezéssel, Khem Raj írta: >> On Wed, Feb 26, 2020 at 7:20 AM Böszörményi Zoltán wrote: >>> >>> 2020. 02. 26. 16:13 keltezéssel, Khem Raj írta: On Wed, Feb 26, 2020 at 7:12 AM Böszörményi Zoltán wrote: > >

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
2020. 02. 26. 17:35 keltezéssel, Böszörményi Zoltán via Openembedded-core írta: 2020. 02. 26. 17:12 keltezéssel, Alexander Kanavin írta: The 'circular dependency' thing must be explained in the commits, and not in a discussion link to some email elsewhere. I still don't get why this is

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
2020. 02. 26. 17:12 keltezéssel, Alexander Kanavin írta: The 'circular dependency' thing must be explained in the commits, and not in a discussion link to some email elsewhere. I still don't get why this is needed. The -initial recipe is identical to the eventual 'real' recipe, so where is

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Alexander Kanavin
The 'circular dependency' thing must be explained in the commits, and not in a discussion link to some email elsewhere. I still don't get why this is needed. The -initial recipe is identical to the eventual 'real' recipe, so where is the circularity coming from? Alex On Wed, 26 Feb 2020 at

Re: [OE-core] [PATCH 1/5] libva: Split out the base parts into an include file

2020-02-26 Thread Alexander Kanavin
Don't version the .inc please, this will break automated version updates. Alex On Wed, 26 Feb 2020 at 15:08, Böszörményi Zoltán via Openembedded-core < openembedded-core@lists.openembedded.org> wrote: > Signed-off-by: Böszörményi Zoltán > --- > meta/recipes-graphics/libva/libva-2.6.1.inc | 30

Re: [OE-core] [RFC PATCH 5/5] mesa: Enforce TOOLCHAIN="gcc"

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
2020. 02. 26. 16:15 keltezéssel, Khem Raj írta: On Wed, Feb 26, 2020 at 7:14 AM Böszörményi Zoltán wrote: 2020. 02. 26. 16:00 keltezéssel, Khem Raj írta: On Wed, Feb 26, 2020 at 6:08 AM Böszörményi Zoltán via Openembedded-core wrote: When meta-clang is used, for example to build

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
2020. 02. 26. 16:30 keltezéssel, Khem Raj írta: On Wed, Feb 26, 2020 at 7:20 AM Böszörményi Zoltán wrote: 2020. 02. 26. 16:13 keltezéssel, Khem Raj írta: On Wed, Feb 26, 2020 at 7:12 AM Böszörményi Zoltán wrote: 2020. 02. 26. 15:58 keltezéssel, Khem Raj írta: On Wed, Feb 26, 2020 at 6:05

[OE-core] ✗ patchtest: failure for libarchive: Fix CVE-2020-9308

2020-02-26 Thread Patchwork
== Series Details == Series: libarchive: Fix CVE-2020-9308 Revision: 1 URL : https://patchwork.openembedded.org/series/22958/ 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

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Khem Raj
On Wed, Feb 26, 2020 at 7:20 AM Böszörményi Zoltán wrote: > > 2020. 02. 26. 16:13 keltezéssel, Khem Raj írta: > > On Wed, Feb 26, 2020 at 7:12 AM Böszörményi Zoltán wrote: > >> > >> 2020. 02. 26. 15:58 keltezéssel, Khem Raj írta: > >>> On Wed, Feb 26, 2020 at 6:05 AM Böszörményi Zoltán via > >>>

[OE-core] xz threads / memlimit behaviour (was: Re: [PATCH v2] bitbake.conf: omit XZ threads and RAM from sstate signatures)

2020-02-26 Thread André Draszik
On Mon, 2020-02-24 at 16:44 +, Richard Purdie wrote: > On Mon, 2020-02-24 at 15:40 +0200, Adrian Bunk wrote: > > On Mon, Feb 24, 2020 at 12:59:55PM +, André Draszik wrote: > > > The number of threads used, and the amount of memory allowed > > > to be used, should not affect sstate

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
2020. 02. 26. 16:20 keltezéssel, Böszörményi Zoltán írta: 2020. 02. 26. 16:13 keltezéssel, Khem Raj írta: On Wed, Feb 26, 2020 at 7:12 AM Böszörményi Zoltán wrote: 2020. 02. 26. 15:58 keltezéssel, Khem Raj írta: On Wed, Feb 26, 2020 at 6:05 AM Böszörményi Zoltán via Openembedded-core

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
2020. 02. 26. 16:13 keltezéssel, Khem Raj írta: On Wed, Feb 26, 2020 at 7:12 AM Böszörményi Zoltán wrote: 2020. 02. 26. 15:58 keltezéssel, Khem Raj írta: On Wed, Feb 26, 2020 at 6:05 AM Böszörményi Zoltán via Openembedded-core wrote: The package name exploits sstate.bbclass so it's not

Re: [OE-core] [RFC PATCH 5/5] mesa: Enforce TOOLCHAIN="gcc"

2020-02-26 Thread Khem Raj
On Wed, Feb 26, 2020 at 7:14 AM Böszörményi Zoltán wrote: > > 2020. 02. 26. 16:00 keltezéssel, Khem Raj írta: > > On Wed, Feb 26, 2020 at 6:08 AM Böszörményi Zoltán via > > Openembedded-core wrote: > >> > >> When meta-clang is used, for example to build chromium-x11 from > >> meta-browser, a

Re: [OE-core] [RFC PATCH 5/5] mesa: Enforce TOOLCHAIN="gcc"

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
2020. 02. 26. 16:00 keltezéssel, Khem Raj írta: On Wed, Feb 26, 2020 at 6:08 AM Böszörményi Zoltán via Openembedded-core wrote: When meta-clang is used, for example to build chromium-x11 from meta-browser, a linker error occurs in Zeus. See:

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Khem Raj
On Wed, Feb 26, 2020 at 7:12 AM Böszörményi Zoltán wrote: > > 2020. 02. 26. 15:58 keltezéssel, Khem Raj írta: > > On Wed, Feb 26, 2020 at 6:05 AM Böszörményi Zoltán via > > Openembedded-core wrote: > >> > >> The package name exploits sstate.bbclass so it's not added as > >> implicit dependency

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
2020. 02. 26. 15:58 keltezéssel, Khem Raj írta: On Wed, Feb 26, 2020 at 6:05 AM Böszörményi Zoltán via Openembedded-core wrote: The package name exploits sstate.bbclass so it's not added as implicit dependency to packages. what is the use of this recipe and why should it be added to core ?

[OE-core] [PATCH] libarchive: Fix CVE-2020-9308

2020-02-26 Thread Wenlin Kang
Fix CVE-2020-9308 Signed-off-by: Wenlin Kang --- ...ct-files-that-declare-invalid-header.patch | 124 ++ .../libarchive/libarchive_3.4.1.bb| 4 +- 2 files changed, 127 insertions(+), 1 deletion(-) create mode 100644

Re: [OE-core] [RFC PATCH 5/5] mesa: Enforce TOOLCHAIN="gcc"

2020-02-26 Thread Khem Raj
On Wed, Feb 26, 2020 at 6:08 AM Böszörményi Zoltán via Openembedded-core wrote: > > When meta-clang is used, for example to build chromium-x11 from > meta-browser, a linker error occurs in Zeus. > > See: https://gitlab.freedesktop.org/mesa/mesa/issues/2533 > > Signed-off-by: Böszörményi Zoltán >

Re: [OE-core] [PATCH] util-linux: upgrade 2.34 -> 2.35

2020-02-26 Thread Pierre-Jean Texier via Openembedded-core
Hello Randy, Le 26/02/2020 à 15:10, Randy MacLeod a écrit : It would be nice to get util-linux updated for 3.1. Pierre-Jean do you have time to address the GPLv3/hwclock licensing and re-submit (2.35.1?) this week? Sure, no problem, I will send a v2 with the 2.35.1 version with

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Khem Raj
On Wed, Feb 26, 2020 at 6:05 AM Böszörményi Zoltán via Openembedded-core wrote: > > The package name exploits sstate.bbclass so it's not added as > implicit dependency to packages. > what is the use of this recipe and why should it be added to core ? > Signed-off-by: Böszörményi Zoltán > --- >

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
2020. 02. 26. 15:13 keltezéssel, Paul Barker írta: On Wed, 26 Feb 2020 at 14:04, Böszörményi Zoltán via Openembedded-core wrote: The package name exploits sstate.bbclass so it's not added as implicit dependency to packages. Signed-off-by: Böszörményi Zoltán ---

Re: [OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Paul Barker
On Wed, 26 Feb 2020 at 14:04, Böszörményi Zoltán via Openembedded-core wrote: > > The package name exploits sstate.bbclass so it's not added as > implicit dependency to packages. > > Signed-off-by: Böszörményi Zoltán > --- > meta/recipes-graphics/libva/libva-2.6.1.inc| 4 +++- >

[OE-core] [PATCH 3/5] mesa: Add PACKAGECONFIG knob to enable VAAPI state tracker and drivers

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
Signed-off-by: Böszörményi Zoltán --- meta/recipes-graphics/mesa/mesa.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 87f167c507..479d3223fa 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++

Re: [OE-core] [PATCH] util-linux: upgrade 2.34 -> 2.35

2020-02-26 Thread Randy MacLeod
On 1/22/20 1:06 PM, Pierre-Jean Texier via Openembedded-core wrote: Hi Mikko, Le 22/01/2020 à 10:28, mikko.rap...@bmw.de a écrit : Which parts of util-linux are now licensed with GPLv3? As said by Peter previously, it's only for hwclock. In fact since commit

[OE-core] [PATCH 4/5] mesa: Add PACKAGECONFIG knob to enable VDPAU state tracker and drivers

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
Signed-off-by: Böszörményi Zoltán --- meta/recipes-graphics/mesa/mesa.inc | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 479d3223fa..800e8813c7 100644 ---

[OE-core] [RFC PATCH 5/5] mesa: Enforce TOOLCHAIN="gcc"

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
When meta-clang is used, for example to build chromium-x11 from meta-browser, a linker error occurs in Zeus. See: https://gitlab.freedesktop.org/mesa/mesa/issues/2533 Signed-off-by: Böszörményi Zoltán --- meta/recipes-graphics/mesa/mesa.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git

[OE-core] [PATCH 1/5] libva: Split out the base parts into an include file

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
Signed-off-by: Böszörményi Zoltán --- meta/recipes-graphics/libva/libva-2.6.1.inc | 30 meta/recipes-graphics/libva/libva_2.6.1.bb | 31 ++--- 2 files changed, 32 insertions(+), 29 deletions(-) create mode 100644 meta/recipes-graphics/libva/libva-2.6.1.inc

[OE-core] [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

2020-02-26 Thread Böszörményi Zoltán via Openembedded-core
The package name exploits sstate.bbclass so it's not added as implicit dependency to packages. Signed-off-by: Böszörményi Zoltán --- meta/recipes-graphics/libva/libva-2.6.1.inc| 4 +++- meta/recipes-graphics/libva/libva-initial_2.6.1.bb | 5 + 2 files changed, 8 insertions(+), 1

Re: [OE-core] [PATCH] linux-yocto/5.2: update to v5.2.32

2020-02-26 Thread Bruce Ashfield
On Tue, Feb 25, 2020 at 11:47 PM Richard Purdie wrote: > > On Mon, 2020-02-24 at 15:02 -0500, bruce.ashfi...@gmail.com wrote: > > From: Bruce Ashfield > > > > Updating linux-yocto/5.2 to the latest korg -stable release that > > comprises > > the following commits: > > This was included in

[OE-core] [PATCH v3 2/2] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-26 Thread Adrian Bunk
x11 can be replaced with wayland. opengl is mandatory only with wayland. Without x11, use gles2 for opengl. Signed-off-by: Adrian Bunk --- meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH v3 1/2] webkitgtk: Move X library DEPENDS to the x11 PACKAGECONFIG

2020-02-26 Thread Adrian Bunk
Also adjust them to what OptionsGTK currently checks. Signed-off-by: Adrian Bunk --- meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb

Re: [OE-core] [PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements

2020-02-26 Thread Adrian Bunk
On Tue, Feb 25, 2020 at 01:46:27PM +0100, Martin Jansa wrote: > On Tue, Feb 25, 2020 at 02:38:07PM +0200, Adrian Bunk wrote: > > On Tue, Feb 25, 2020 at 12:32:55PM +0100, Alexander Kanavin wrote: > > > I would probably look into how > > > REQUIRED_DISTRO_FEATURE/ANY_OF_DISTRO_FEATURS is actually

[OE-core] [PATCH] webkitgtk: Remove obsolete woff2 comment

2020-02-26 Thread Adrian Bunk
woff2 is now available in meta-webkit. Signed-off-by: Adrian Bunk --- meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb index b40699f4d1..2e923991e9 100644