Re: [OE-core] [PATCH v5 1/2] ltp: Update to 20200120

2020-02-28 Thread Petr Vorel
Hi Richard, Khem, > > Changes v4->v5: > > * Put back 0002-kernel-controllers-Link-with-libfts-explicitly-on- > > mu.patch > > as it still needed on MUSL (although it should not be needed, > > strange). > > Reported by Anuj Mittal > I'm sorry to say that this still isn't quite right for musl: >

Re: [OE-core] [PATCH v2 2/4] systemd: Do not force removing resolved from PACKAGECONFIG

2020-02-28 Thread Khem Raj
On Fri, Feb 28, 2020 at 9:02 PM Andre McCurdy wrote: > On Thu, Feb 27, 2020 at 4:04 PM Khem Raj wrote: > > > > This needs __UAPI_DEF_ETHHDR to be set to 0 which now > > taken care by CFLAGS > > > > Signed-off-by: Khem Raj > > --- > > v2: Fix typo in append > > Looks like this arrived too late.

[OE-core] [PATCH v2] at-spi2-atk: upgrade 2.32.0 -> 2.34.1

2020-02-28 Thread Tim Orling
Add patch to fix missing sys/time.h include in tests/atk_test_util.h 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 --- ...til.h-add-missing-sys-time.h-include.patch |

Re: [OE-core] [PATCH v2 2/4] systemd: Do not force removing resolved from PACKAGECONFIG

2020-02-28 Thread Andre McCurdy
On Thu, Feb 27, 2020 at 4:04 PM Khem Raj wrote: > > This needs __UAPI_DEF_ETHHDR to be set to 0 which now > taken care by CFLAGS > > Signed-off-by: Khem Raj > --- > v2: Fix typo in append Looks like this arrived too late. The v1 patch is already in master. >

[OE-core] ✗ patchtest: failure for yocto-uninative.inc: version 2.8 updates glibc to 2.31

2020-02-28 Thread Patchwork
== Series Details == Series: yocto-uninative.inc: version 2.8 updates glibc to 2.31 Revision: 1 URL : https://patchwork.openembedded.org/series/23020/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

[OE-core] [PATCH] yocto-uninative.inc: version 2.8 updates glibc to 2.31

2020-02-28 Thread Michael Halstead
Allow sstate use in Tumbleweed and other distros as they update glibc. --- meta/conf/distro/include/yocto-uninative.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index

Re: [OE-core] [PATCH v5 1/2] ltp: Update to 20200120

2020-02-28 Thread Richard Purdie
Hi Petr, On Fri, 2020-02-28 at 18:57 +0100, Petr Vorel wrote: > Removed ffsb copying file and associated runtest file fs_ext4 > (both removed in this release). > > Added LIBS=-lfts for MUSL. > > Removed patches (accepted upstream) > *

[OE-core] [PATCH] xorgproto: move pc files to libdir

2020-02-28 Thread Jeremy A. Puhlman
From: Jeremy Puhlman We fixed this two years go: http://lists.openembedded.org/pipermail/openembedded-core/2018-June/151922.html However xorgproto moved to meson and uses pkgconfig module to generate the .pc which does not provide a method of omitting the libdir, which now means any pc

Re: [OE-core] [PATCH 0/2 v4] Add ptest support for coreutils

2020-02-28 Thread Richard Purdie
On Fri, 2020-02-28 at 06:49 -0800, Trevor Gamblin wrote: > v4 fixes a multilib issue - do_install_ptest was previously > using sed to make the d_type-check test point at python3 > instead of python, but hard-coded the path for the test file. > > Sample test results: > > core-image-minimal: >

[OE-core] [PATCH] binutils: fix multilib header difference

2020-02-28 Thread Jeremy A. Puhlman
From: Jeremy Puhlman bfd_stdint.h encodes the name of the compiler in the header which is different between mutlilibs. Remvoe target prefix to make the headers match. Signed-off-by: Jeremy A. Puhlman --- meta/recipes-devtools/binutils/binutils.inc | 2 ++ 1 file changed, 2 insertions(+) diff

[OE-core] [PATCH 2/3] apr-util: add multilib script for apu-1-config

2020-02-28 Thread Jeremy A. Puhlman
From: Jeremy Puhlman apu-1-config encodes library path in to script 27c27 < libdir="/usr/lib64" Signed-off-by: Jeremy A. Puhlman --- meta/recipes-support/apr/apr-util_1.6.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/apr/apr-util_1.6.1.bb

[OE-core] [PATCH 1/3] apr: add mulitlib scripts apr-1-config, apr_rules.mk

2020-02-28 Thread Jeremy A. Puhlman
From: Jeremy Puhlman apr_rules.mk encodes build options in to file 35c35 < CC=x86_64-montavista-linux-gcc -m64 -march=nehalem -mtune=generic -mfpmath=sse -msse4.2 --sysroot= Signed-off-by: Jeremy A. Puhlman --- meta/recipes-support/apr/apr_1.7.0.bb | 5 - 1 file changed, 4

[OE-core] [PATCH 3/3] cups: make cups-config a multilib script

2020-02-28 Thread Jeremy A. Puhlman
From: Jeremy Puhlman cups-config encodes the library dir in the script. Signed-off-by: Jeremy A. Puhlman --- meta/recipes-extended/cups/cups.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc

[OE-core] [PATCH] mesa: add fix for arm6

2020-02-28 Thread Jeremy A. Puhlman
From: Jeremy Puhlman We have had similar problems with missing atomics on arm6 that arm5 has. Signed-off-by: Jeremy A. Puhlman --- 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

[OE-core] [PATCH] libxcrypt: add native to BBCLASSEXTEND

2020-02-28 Thread Jeremy A. Puhlman
buildtools-extended does not provide libcrypt, and some native applications require it, like clang. While it would likely make sense to include nativesdk-libxcrypt in the buildtools it would also likely make sense to remove the dependancy on the host libcrypt for those applications that need it.

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

2020-02-28 Thread Tim Orling
> On Feb 28, 2020, at 10:00 AM, Khem Raj wrote: > > > > On 2/28/20 1:30 AM, Alexander Kanavin wrote: >> I actually have a number of patches I have to hold because they don't build >> or don't work on centos 7. >> Latest atk and friends included: >>

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

2020-02-28 Thread Khem Raj
On 2/28/20 1:30 AM, Alexander Kanavin wrote: I actually have a number of patches I have to hold because they don't build or don't work on centos 7. Latest atk and friends included: http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=akanavin/package-version-updates-later Something

[OE-core] [PATCH v5 1/2] ltp: Update to 20200120

2020-02-28 Thread Petr Vorel
Removed ffsb copying file and associated runtest file fs_ext4 (both removed in this release). Added LIBS=-lfts for MUSL. Removed patches (accepted upstream) * 0001-mkswap01.sh-Add-udevadm-trigger-before-swap-verifica.patch * 0001-testcases-fix-an-absent-format-string-issue.patch *

[OE-core] [PATCH v5 2/2] ltp: Remove mips related open_posix_testsuite patch

2020-02-28 Thread Petr Vorel
Upstream just disagree on this patch https://patchwork.ozlabs.org/comment/2012045/ Signed-off-by: Petr Vorel --- Changes v4->v5: NONE ...suite-mmap24-2-Relax-condition-a-bit.patch | 68 --- meta/recipes-extended/ltp/ltp_20200120.bb | 1 - 2 files changed, 69 deletions(-)

Re: [OE-core] [PATCH] rng-tools: only print the success message when initialize entropy sources

2020-02-28 Thread Richard Purdie
On Fri, 2020-02-28 at 12:20 +0800, mingli...@windriver.com wrote: > From: Mingli Yu > > There is below message when check rngd service status > in qemu env. > [rdrand]: Initialization Failed It looks like upstream aren't keen on the patch and I'm not sure we'd want to carry it. Whitelist this

Re: [OE-core] [zeus][PATCH 00/22] zeus review request

2020-02-28 Thread akuster808
On 2/28/20 7:23 AM, Anuj Mittal wrote: > Next set of changes for zeus. Please review. > > Clean a-full on autobuilder except a single unrelated fetch failure for esdk > test. > > https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/751 Great. When do you want responses back by ?

[OE-core] ✗ patchtest: failure for zeus review request

2020-02-28 Thread Patchwork
== Series Details == Series: zeus review request Revision: 1 URL : https://patchwork.openembedded.org/series/23013/ 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] [zeus][PATCH 22/22] linux-yocto/5.2: update to v5.2.32

2020-02-28 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.2 to the latest korg -stable release that comprises the following commits: ef3886a722c8 Linux 5.2.32 ce5a5accc87e dm thin: fix use-after-free in metadata_pre_commit_callback 9aafc6574336 cifs: Fix memory allocation in

[OE-core] [zeus][PATCH 20/22] libxml2: fix CVE-2020-7595

2020-02-28 Thread Anuj Mittal
(From OE-Core rev: f2f7aa9a495774fe5a2e3947584cb3503bd1eaf1) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk Signed-off-by: Anuj Mittal --- .../libxml/libxml2/CVE-2020-7595.patch | 36 ++

[OE-core] [zeus][PATCH 18/22] ncurses: add CVE_VERSION

2020-02-28 Thread Anuj Mittal
Include the version number in a format that is comparable to what we get from NVD. (From OE-Core rev: fdb2a95d5e0265de1172940b6dc71fc7d602e8d1) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk Signed-off-by: Anuj Mittal ---

[OE-core] [zeus][PATCH 21/22] libxml2: Fix CVE-2019-20388

2020-02-28 Thread Anuj Mittal
From: Lee Chee Yang see: https://gitlab.gnome.org/GNOME/libxml2/merge_requests/68 (From OE-Core rev: 12a5eb0ea6f530ad7be2e58d4091b4edadbf461b) Signed-off-by: Lee Chee Yang Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk Signed-off-by: Anuj Mittal ---

[OE-core] [zeus][PATCH 17/22] qemu: Fix CVE-2020-1711

2020-02-28 Thread Anuj Mittal
From: Lee Chee Yang see https://git.qemu.org/?p=qemu.git;a=commit;h=693fd2acdf14dd86c0bf852610f1c2cca80a74dc Signed-off-by: Lee Chee Yang Signed-off-by: Armin Kuster --- meta/recipes-devtools/qemu/qemu.inc| 3 +- .../recipes-devtools/qemu/qemu/CVE-2020-1711.patch | 64

[OE-core] [zeus][PATCH 19/22] ppp: Security fix CVE-2020-8597

2020-02-28 Thread Anuj Mittal
From: Yi Zhao CVE-2020-8597: eap.c in pppd in ppp 2.4.2 through 2.4.8 has an rhostname buffer overflow in the eap_request and eap_response functions. References: https://nvd.nist.gov/vuln/detail/CVE-2020-8597 Patch from:

[OE-core] [zeus][PATCH 16/22] toolchain-shar-extract: ignore timestamp on decompress

2020-02-28 Thread Anuj Mittal
From: Jeremy Puhlman Installing on centos7, which the extended version of the buildtools tarball is supposed to fix and with reproducable builds turned on, all the time stamps are for epoch. This results in the following output for every file: tar:

[OE-core] [zeus][PATCH 15/22] liberror-perl: upgrade 0.17028 -> 0.17029

2020-02-28 Thread Anuj Mittal
From: Tim Orling Upstream release notes: " 0.17029 2020-01-28 - Rebuild for order of 'NAME' and 'VERSION' sections in the generated POD documentation (see 0.001004 in https://metacpan.org/changes/distribution/Pod-Weaver-PluginBundle-SHLOMIF ). - VERSION used to

[OE-core] [zeus][PATCH 14/22] perl: Fix makefile race causing configuration differences

2020-02-28 Thread Anuj Mittal
From: Richard Purdie Add a missing makefile dependency which can cause differences in configuration (submitted upstream). [YOCTO #13800] Signed-off-by: Richard Purdie (cherry picked from commit fe97845a45434902c5a994e253a127a462d7d3b4) Signed-off-by: Armin Kuster ---

[OE-core] [zeus][PATCH 09/22] perl: install typemap and other extutils metadata as part of perl-core

2020-02-28 Thread Anuj Mittal
From: Alexander Kanavin Modules actually make use of these files, so they belong in perl-core other than perl-doc (the immediate failure was ptests for libmodule-build-perl failing). Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core] [zeus][PATCH 11/22] perl: improve reproducibility

2020-02-28 Thread Anuj Mittal
From: Ross Burton Occasionally the reproducibility selftest fails because perl-pod differs, specifically that the perltoc.pod file was sometimes missing modules. Debugging revealed that there are missing dependencies so there is a build race: building perltoc.pod from an clean build tree

[OE-core] [zeus][PATCH 08/22] perl: package Config.pm from arch directory into the main perl package

2020-02-28 Thread Anuj Mittal
From: Alexander Kanavin Otherwise, some modules such as libmodule-build-perl fail to work properly. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit e4072d53a7fb4fbbdacce9a20968e71ef6cff307) Signed-off-by: Armin Kuster ---

[OE-core] [zeus][PATCH 13/22] perl: Fix encode module reproducibility issues

2020-02-28 Thread Anuj Mittal
From: Richard Purdie The code is encoding host compiler parameters into target builds. Avoid this for our target builds. This should resolve builds which aren't reproducible between hosts with different compilers. Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core] [zeus][PATCH 12/22] perl: fix failing ptests

2020-02-28 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit f1da6355f13e707b3ffa5025067e509e0120784d) [Fixup for zeus context] Signed-off-by: Armin Kuster --- ...t-to-correctly-exclude-unbuilt-extensions.patch | 27 ++

[OE-core] [zeus][PATCH 10/22] libmodule-build-perl: fix ptests

2020-02-28 Thread Anuj Mittal
From: Alexander Kanavin Particularly remove a broken detection of skipped tests (which was marking tests that actually passed), and install additional artefacts needed for testing. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core] [zeus][PATCH 02/22] glibc-testsuite: Exclude this recipe from world builds

2020-02-28 Thread Anuj Mittal
From: Nathan Rossi This recipe is intended to be run manually or via oeqa. [YOCTO #13737] Signed-off-by: Nathan Rossi Signed-off-by: Richard Purdie (cherry picked from commit eadbe01bb8232de79e0827e6c6b3411f69ea7303) Signed-off-by: Armin Kuster ---

[OE-core] [zeus][PATCH 07/22] perl: update to 5.30.1

2020-02-28 Thread Anuj Mittal
From: Alexander Kanavin Drop fix-setgroup.patch as the upstream has fixed the issue. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 45edc6d23e20f7634c50db71e419c7e3bb7f393e) [Bug fix only update] Signed-off-by: Armin Kuster ---

[OE-core] [zeus][PATCH 04/22] xserver-nodm-init: Fix the start failure for non-root user

2020-02-28 Thread Anuj Mittal
From: Kevin Hao In order to start the xserver, a non-root user should have the cap_sys_admin capability to set the drm master. We try to get the cap_sys_admin capability by setting it in both the thread and file inheritable set. The side effect of this is that we would have to add the "pam" to

[OE-core] [zeus][PATCH 01/22] glibc-testsuite: Remove the do_install task

2020-02-28 Thread Anuj Mittal
From: Nathan Rossi This task is not intended to be run as this recipe does not produce any packages or install any sysroot content. Additionally running this task behaves differently from a normal glibc build, and can result in issues. [YOCTO #13737] Signed-off-by: Nathan Rossi Signed-off-by:

[OE-core] [zeus][PATCH 06/22] linux-yocto/5.2: update to v5.2.29

2020-02-28 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.2 to the latest korg -stable release that comprises the following commits: 928ea9c56927 Linux 5.2.29 4e41907620bc slip: Fix use-after-free Read in slip_open d11814f97a05 can: slcan: Fix use-after-free Read in slcan_open 01313dcf66e7

[OE-core] [zeus][PATCH 05/22] openssh: backport patch to fix "cert not yet valid" test

2020-02-28 Thread Anuj Mittal
Fixes [YOCTO #13796] Signed-off-by: Anuj Mittal Signed-off-by: Armin Kuster --- ...at-bozo-decided-to-use-2020-as-a-future-d.patch | 46 ++ meta/recipes-connectivity/openssh/openssh_8.0p1.bb | 1 + 2 files changed, 47 insertions(+) create mode 100644

[OE-core] [zeus][PATCH 03/22] qemurunner.py: add try/except for pid handling race

2020-02-28 Thread Anuj Mittal
From: Trevor Gamblin In some instances, attempts to remove the qemu pidfile within the stop() method fail despite the os.path.exists() call immediately before implying that the file is present. Add a try/except block to log a warning if this occurs, rather than failing outright, since the

[OE-core] [zeus][PATCH 00/22] zeus review request

2020-02-28 Thread Anuj Mittal
Next set of changes for zeus. Please review. Clean a-full on autobuilder except a single unrelated fetch failure for esdk test. https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/751 Thanks, Anuj The following changes since commit f39285bb82e68945a81034b84da09ca1078d6719:

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

2020-02-28 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 0/2 v4] Add ptest support for coreutils

2020-02-28 Thread Trevor Gamblin
v4 fixes a multilib issue - do_install_ptest was previously using sed to make the d_type-check test point at python3 instead of python, but hard-coded the path for the test file. Sample test results: core-image-minimal: MACHINE| PASS | FAIL | SKIP | TOTAL | TIME (m) | qemux86-64 | 472 |

[OE-core] [PATCH v4] coreutils: add ptest

2020-02-28 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 that have been disabled). Note that the coreutils ptest directory is given blanket permissions at runtime with chmod -R 777 to

Re: [OE-core] Overriding SDE_FILE

2020-02-28 Thread Jacob Kroon
On 2/28/20 3:18 PM, Joshua Watt wrote: On 2/28/20 7:41 AM, Jacob Kroon wrote: On 2/28/20 2:39 PM, Jacob Kroon wrote: On 2/27/20 11:35 PM, Douglas Royds via Openembedded-core wrote: On 28/02/20 11:34 am, Joshua Watt wrote: On 2/27/20 4:29 PM, Douglas Royds wrote: On 28/02/20 10:49 am,

Re: [OE-core] Overriding SDE_FILE

2020-02-28 Thread Joshua Watt
On 2/28/20 7:41 AM, Jacob Kroon wrote: On 2/28/20 2:39 PM, Jacob Kroon wrote: On 2/27/20 11:35 PM, Douglas Royds via Openembedded-core wrote: On 28/02/20 11:34 am, Joshua Watt wrote: On 2/27/20 4:29 PM, Douglas Royds wrote: On 28/02/20 10:49 am, Joshua Watt wrote: On 2/27/20 3:22 PM,

Re: [OE-core] Overriding SDE_FILE

2020-02-28 Thread Jacob Kroon
On 2/28/20 2:39 PM, Jacob Kroon wrote: On 2/27/20 11:35 PM, Douglas Royds via Openembedded-core wrote: On 28/02/20 11:34 am, Joshua Watt wrote: On 2/27/20 4:29 PM, Douglas Royds wrote: On 28/02/20 10:49 am, Joshua Watt wrote: On 2/27/20 3:22 PM, Douglas Royds wrote: On 28/02/20 5:45

Re: [OE-core] Overriding SDE_FILE

2020-02-28 Thread Jacob Kroon
On 2/27/20 11:35 PM, Douglas Royds via Openembedded-core wrote: On 28/02/20 11:34 am, Joshua Watt wrote: On 2/27/20 4:29 PM, Douglas Royds wrote: On 28/02/20 10:49 am, Joshua Watt wrote: On 2/27/20 3:22 PM, Douglas Royds wrote: On 28/02/20 5:45 am, Joshua Watt wrote: On 2/27/20 9:01

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

2020-02-28 Thread Trevor Gamblin
On 2/27/20 10:59 PM, Anuj Mittal wrote: On 27-Feb-20 02:07 AM, Trevor Gamblin wrote: 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

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

2020-02-28 Thread Richard Purdie
On Wed, 2020-02-26 at 18:35 +0100, Pierre-Jean Texier via Openembedded-core wrote: > License-Update: add GPLv3 text in README.licensing > > Also: > - Drop upstreamed patch > - Use 'disable-hwclock-gplv3' explicitly. > > Since commit 7a3000f7ba548cf7d74ac77cc63fe8de228a669e ("hwclock: use >

Re: [OE-core] [PATCH v4 1/2] ltp: Update to 20200120

2020-02-28 Thread Richard Purdie
On Fri, 2020-02-28 at 13:08 +0100, Petr Vorel wrote: > Hi Richard, > > > > Changes v3->v4: > > > * Fix musl build with LIBS=-lfts > > Unfortunately the musl build is still failing with this version: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/1627 > >

Re: [OE-core] [PATCH v4 1/2] ltp: Update to 20200120

2020-02-28 Thread Petr Vorel
Hi Richard, > > Changes v3->v4: > > * Fix musl build with LIBS=-lfts > Unfortunately the musl build is still failing with this version: > https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/1627 > https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/1631 Any idea, how

Re: [OE-core] [PATCH v4 1/2] ltp: Update to 20200120

2020-02-28 Thread Richard Purdie
On Fri, 2020-02-28 at 07:12 +0100, Petr Vorel wrote: > Removed ffsb copying file (tool removed from upstream) > > Added LIBS=-lfts for MUSL. > > Removed patches (accepted upstream) > * 0002-kernel-controllers-Link-with-libfts-explicitly-on-mu.patch > *

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

2020-02-28 Thread Alexander Kanavin
I actually have a number of patches I have to hold because they don't build or don't work on centos 7. Latest atk and friends included: http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=akanavin/package-version-updates-later Something ought to be done about centos 7, I'm all for

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

2020-02-28 Thread Alexander Kanavin
Patch sent. :) Alex On Fri, 28 Feb 2020 at 00:42, Trevor Gamblin wrote: > > On 2/27/20 6:14 PM, Richard Purdie wrote: > > On Thu, 2020-02-27 at 11:24 -0500, Trevor Gamblin wrote: > >> Looks like I got beat by a day! > > Does your version work on x32 though? :) > > > > We need one that does...

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

2020-02-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...not-fail-when-testing-config-scripts.patch | 27 .../libgpg-error-1.36-gawk5-support.patch | 144 -- ...gpg-error_1.36.bb => libgpg-error_1.37.bb} | 8 +- 3 files changed, 31 insertions(+), 148 deletions(-) create mode 100644