[OE-core] [PATCH v2] image_types_wic: add syslinux-native dependency conditional

2019-07-24 Thread Naveen Saini
Add syslinux-native dependency only for IA host machines. Able to build wic image successfully for below template which uses legacy bios(syslinux): https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/scripts/lib/wic/canned-wks/directdisk-gpt.wks [YOCTO #13276] Signed-off-by: Naveen Saini ---

Re: [OE-core] [PATCH] packagegroup-core-base-utils: Make it machine specific

2019-07-24 Thread Mittal, Anuj
This is causing errors: Parsing recipes...ERROR: /home/pokybuild/yocto- worker/multilib/build/meta/recipes-extended/packagegroups/packagegroup- core-base-utils.bb: Please ensure recipe /home/pokybuild/yocto- worker/multilib/build/meta/recipes-extended/packagegroups/packagegroup-

[OE-core] [warrior][PATCH 11/11] gstreamer1.0-vaapi: backport jpeg encode/decode fixes

2019-07-24 Thread Anuj Mittal
Backport patches from 1.15 to fix JPEG encode/decode issues when using VAAPI with Intel media-driver. See for details: https://bugzilla.gnome.org/show_bug.cgi?id=796705 https://bugzilla.gnome.org/show_bug.cgi?id=796505 Signed-off-by: Anuj Mittal ---

[OE-core] [warrior][PATCH 10/11] libsdl: CVE fixes

2019-07-24 Thread Anuj Mittal
Fixes CVE-2019-7572, CVE-2019-7574, CVE-2019-7575, CVE-2019-7576, CVE-2019-7577, CVE-2019-7578, CVE-2019-7635, CVE-2019-7637, CVE-2019-7638. Signed-off-by: Anuj Mittal --- .../libsdl/libsdl-1.2.15/CVE-2019-7572.patch | 114 .../libsdl/libsdl-1.2.15/CVE-2019-7574.patch |

[OE-core] [warrior][PATCH 04/11] libxslt: fix CVE-2019-13117 CVE-2019-13118

2019-07-24 Thread Anuj Mittal
(From OE-Core rev: 7dc3048fec88dd62ef49ef16517b7382ab7cf2a5) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- .../libxslt/files/CVE-2019-13117.patch | 33 ++ .../libxslt/files/CVE-2019-13118.patch | 76 ++

[OE-core] [warrior][PATCH 07/11] libid3tag: CVE-2017-11551 is the same as CVE-2004-2779

2019-07-24 Thread Anuj Mittal
From: Ross Burton (From OE-Core rev: 0663e5f8f906803685f018061d51fd6277916e50) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-multimedia/libid3tag/libid3tag/10_utf16.patch | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [warrior][PATCH 08/11] tiff: fix CVE-2019-6128

2019-07-24 Thread Anuj Mittal
From: Ross Burton (From OE-Core rev: 7293e417dd9bdd04fe0fec177a76c9286234ed46) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../libtiff/tiff/CVE-2019-6128.patch | 52 ++ meta/recipes-multimedia/libtiff/tiff_4.0.10.bb | 2 +- 2 files

[OE-core] [warrior][PATCH 05/11] glibc: CVE-2018-20796 is same as CVE-2019-9169

2019-07-24 Thread Anuj Mittal
See: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141 https://www.securityfocus.com/bid/107160 (From OE-Core rev: 7e90506534ed2a70680382cf28614f02fdb98409) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc/CVE-2019-9169.patch | 1 + 1 file changed,

[OE-core] [warrior][PATCH 06/11] libid3tag: handle unknown encodings (CVE-2017-11550)

2019-07-24 Thread Anuj Mittal
From: Ross Burton (From OE-Core rev: 5090afc1b07e62f70ebcf63a7abb75b8552f0a52) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../libid3tag/libid3tag/unknown-encoding.patch | 39 ++ .../libid3tag/libid3tag_0.15.1b.bb | 1 + 2 files

[OE-core] [warrior][PATCH 09/11] tiff: fix CVE-2019-7663

2019-07-24 Thread Anuj Mittal
From: Ross Burton (From OE-Core rev: d06d6910d1ec9374bb15e02809e64e81198731b6) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../libtiff/tiff/CVE-2019-7663.patch | 77 ++ meta/recipes-multimedia/libtiff/tiff_4.0.10.bb | 3 +- 2 files

[OE-core] [warrior][PATCH 03/11] python: fix CVE-2019-9740

2019-07-24 Thread Anuj Mittal
(From OE-Core rev: 8eddac3305b7b428565103cde88cba444e3f0dd0) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- .../python/python/CVE-2019-9740.patch | 215 + meta/recipes-devtools/python/python_2.7.16.bb | 1 + 2 files changed, 216

[OE-core] [warrior][PATCH 02/11] binutils: CVE-2019-9070 is same as CVE-2019-9071

2019-07-24 Thread Anuj Mittal
See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89395 (From OE-Core rev: cef180de3684491f1ac4180ddbcc102121222181) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/recipes-devtools/binutils/binutils/CVE-2019-9071.patch | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [warrior][PATCH 01/11] binutils: fix CVE-2019-12972 CVE-2019-9071

2019-07-24 Thread Anuj Mittal
(From OE-Core rev: 093f0914f261a27d58ecba9c1e9d3b78a35af012) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/recipes-devtools/binutils/binutils-2.32.inc | 2 + .../binutils/binutils/CVE-2019-12972.patch | 51 +++ .../binutils/binutils/CVE-2019-9071.patch

[OE-core] [PATCH] cve-update-db-native: fix https proxy issues

2019-07-24 Thread Chin Huat Ang
When https_proxy is set, use proxy opener to open CVE metadata and database URLs, otherwise fallback to the urllib.request.urlopen. Also fix a minor issue where the json database which has been gzip decompressed as byte object should be decoded as utf-8 string as expected by update_db.

Re: [OE-core] [PATCH] container-image-busybox: add a reference container image

2019-07-24 Thread ChenQi
On 07/24/2019 08:27 PM, Bruce Ashfield wrote: On Wed, Jul 24, 2019 at 6:00 AM ChenQi wrote: On 07/24/2019 05:38 PM, Burton, Ross wrote: Are you aware of container-test-image.bb? Curious what the point of this is. Ross Yes. It exists in meta-selftest, having an empty /usr/bin/theapp, for

[OE-core] [PATCH] iso-codes:upgrade 4.2 -> 4.3

2019-07-24 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- .../iso-codes/{iso-codes_4.2.bb => iso-codes_4.3.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/iso-codes/{iso-codes_4.2.bb => iso-codes_4.3.bb} (92%) diff --git a/meta/recipes-support/iso-codes/iso-codes_4.2.bb

[OE-core] [meta-oe][PATCH] pulseaudio: Backport upstream fix new alsa compatibility.

2019-07-24 Thread Piotr Tworek
Recent alsa upgrade stripped /usr/include/alsa directory from include path reported by pkgconfig. Due to this pulseaudio 12.2 configure script can find alsa's use-case.h header which in turn results in HAVE_ALSA_UCM being undefined. This turn results in pa_alsa_ucm_device_update_available symbol

[OE-core] [PATCH v2] python3-git: update to 2.1.12

2019-07-24 Thread Oleksandr Kravchuk
Got rid of python-git since there is no python2 version of the package. Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/python/python3-git_2.1.11.bb | 2 -- .../python/{python-git.inc => python3-git_2.1.12.bb} | 9 + 2 files changed, 5 insertions(+), 6 deletions(-)

[OE-core] [PATCH] meta/lib/oeqa: Remove ext4 for bootimg-biosplusefi

2019-07-24 Thread William Bourque
Remove "ext4" IMAGE_FSTYPES when generating core-image-minimal for the bootimg-biosplusefi unittests; "wic" type is enough. Signed-off-by: William Bourque --- meta/lib/oeqa/selftest/cases/wic.py | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git

Re: [OE-core] [PATCH V4 3/4] elfutils: Fix eu-* utils builds for musl

2019-07-24 Thread Khem Raj
On Wed, Jul 24, 2019 at 7:58 AM Adrian Bunk wrote: > > On Wed, Jul 24, 2019 at 06:39:16AM -0700, Khem Raj wrote: > > On Wed, Jul 24, 2019 at 1:24 AM Richard Purdie < > > richard.pur...@linuxfoundation.org> wrote: > > > > > On Sun, 2019-07-21 at 18:20 +0300, Adrian Bunk wrote: > > > > On Sat, Jul

Re: [OE-core] [RFC PATCH] Add gnu testsuite execution for OEQA

2019-07-24 Thread Alexander Kanavin
Does the speed improve if system Qemu is configured to use several cpu cores (I think this doesn’t happen by default in yocto)? Alex > On 24 Jul 2019, at 18.23, Nathan Rossi wrote: > >> On Thu, 25 Jul 2019 at 00:06, Mark Hatle wrote: >> >>> On 7/24/19 8:55 AM,

Re: [OE-core] [RFC PATCH] Add gnu testsuite execution for OEQA

2019-07-24 Thread Nathan Rossi
On Thu, 25 Jul 2019 at 00:06, Mark Hatle wrote: > > On 7/24/19 8:55 AM, richard.pur...@linuxfoundation.org wrote: > > On Wed, 2019-07-24 at 22:30 +1000, Nathan Rossi wrote: > >> So I only hit one major issue with the oe-core qemu* machines I > >> tested on when running under system emulation,

Re: [OE-core] [PATCH V4 3/4] elfutils: Fix eu-* utils builds for musl

2019-07-24 Thread Adrian Bunk
On Wed, Jul 24, 2019 at 06:39:16AM -0700, Khem Raj wrote: > On Wed, Jul 24, 2019 at 1:24 AM Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > > > On Sun, 2019-07-21 at 18:20 +0300, Adrian Bunk wrote: > > > On Sat, Jul 20, 2019 at 11:00:57AM -0700, Khem Raj wrote: > > > > ... > > > >

Re: [OE-core] ✗ patchtest: failure for "[V4] wic/plugins: Source that ..." and 1 more

2019-07-24 Thread William Bourque
Sorry about that, I didn't notice V3 was already merged (I was expecting to see it in the series). My bad! I will re-submit this as a new patchset. On Wed, Jul 24, 2019 at 10:01 AM Patchwork wrote: > > == Series Details == > > Series: "[V4] wic/plugins: Source that ..." and 1 more > Revision: 1

Re: [OE-core] [RFC PATCH] Add gnu testsuite execution for OEQA

2019-07-24 Thread Mark Hatle
On 7/24/19 8:55 AM, richard.pur...@linuxfoundation.org wrote: > On Wed, 2019-07-24 at 22:30 +1000, Nathan Rossi wrote: >> So I only hit one major issue with the oe-core qemu* machines I >> tested on when running under system emulation, specifically with >> aarch64/qemuarm64. >> >> One (or more)

[OE-core] ✗ patchtest: failure for "[V4] wic/plugins: Source that ..." and 1 more

2019-07-24 Thread Patchwork
== Series Details == Series: "[V4] wic/plugins: Source that ..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/18869/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

Re: [OE-core] [RFC PATCH] Add gnu testsuite execution for OEQA

2019-07-24 Thread richard . purdie
On Wed, 2019-07-24 at 22:30 +1000, Nathan Rossi wrote: > So I only hit one major issue with the oe-core qemu* machines I > tested on when running under system emulation, specifically with > aarch64/qemuarm64. > > One (or more) test in the "c" suite of gcc causes qemu to crash due > to what

Re: [OE-core] [PATCH] libsdl: remove

2019-07-24 Thread Khem Raj
On Wed, Jul 24, 2019 at 12:15 AM Adrian Bunk wrote: > On Tue, Jul 23, 2019 at 11:59:47PM -0700, Khem Raj wrote: > > > > On 7/23/19 11:28 PM, Philip Balister wrote: > > > On 07/24/2019 02:03 AM, Anuj Mittal wrote: > > > > All the users in OE-Core have moved to libsdl2. It will be moved to > > > >

Re: [OE-core] [PATCH V4 3/4] elfutils: Fix eu-* utils builds for musl

2019-07-24 Thread Khem Raj
On Wed, Jul 24, 2019 at 1:24 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Sun, 2019-07-21 at 18:20 +0300, Adrian Bunk wrote: > > On Sat, Jul 20, 2019 at 11:00:57AM -0700, Khem Raj wrote: > > > ... > > > ++#if !defined(FNM_EXTMATCH) > > > ++# define FNM_EXTMATCH (0) > > >

[OE-core] [PATCH V4 2/2] meta/lib/oeqa: Test for bootimg-biosplusefi Source

2019-07-24 Thread William Bourque
Add unittests for bootimg-biosplusefi SourcePlugin in wic module. First test check wic creation works correctly. Second test uses qemu to boot image and checks that it has both EFI and BIOS files in a single partition. Signed-off-by: William Bourque ---

[OE-core] [PATCH V4 1/2] wic/plugins: Source that support both EFI and BIOS

2019-07-24 Thread William Bourque
Add a source plugin that support both EFI and legacy PC-Bios. While using this plugin, both bootloaders configurations reside in the same /boot partitions. This plugin has very little code : to avoid code duplication, we simply re-import bootimg-pcbios and bootmg-efi source and call both their

Re: [OE-core] [PATCH V2] linux-libc-header: Fix ptrace.h and prctl.h conflict on aarch64

2019-07-24 Thread Bruce Ashfield
v2 looks good to me. I have a full linux-libc-headers from 5.2 just about ready to go, so I'll make sure to test and drop this patch as part of that work. Cheers, Bruce On Wed, Jul 24, 2019 at 2:56 AM Khem Raj wrote: > > This is a backport from 5.2 release upstream, it fixes long standing >

Re: [OE-core] [RFC PATCH] Add gnu testsuite execution for OEQA

2019-07-24 Thread Nathan Rossi
On Tue, 9 Jul 2019 at 20:43, Nathan Rossi wrote: > > On Sat, 6 Jul 2019 at 22:52, Richard Purdie > wrote: > > > > On Sat, 2019-07-06 at 11:39 +, Nathan Rossi wrote: > > > This patch is an RFC for adding support to execute the gnu test suites for > > > binutils, gcc and glibc. With the

Re: [OE-core] [PATCH] container-image-busybox: add a reference container image

2019-07-24 Thread Bruce Ashfield
On Wed, Jul 24, 2019 at 1:06 AM Khem Raj wrote: > > On Tue, Jul 23, 2019 at 8:03 PM Bruce Ashfield > wrote: > > > > On Tue, Jul 23, 2019 at 10:39 PM Chen Qi wrote: > > > > > > Add a small busybox based container image. > > > > This really isn't a great container reference image. It isn't > >

Re: [OE-core] [PATCH] container-image-busybox: add a reference container image

2019-07-24 Thread Bruce Ashfield
On Wed, Jul 24, 2019 at 6:00 AM ChenQi wrote: > > On 07/24/2019 05:38 PM, Burton, Ross wrote: > > Are you aware of container-test-image.bb? Curious what the point of this > > is. > > > > Ross > > Yes. It exists in meta-selftest, having an empty /usr/bin/theapp, for > the purpose of selftest. >

Re: [OE-core] [PATCH] container-image-busybox: add a reference container image

2019-07-24 Thread ChenQi
On 07/24/2019 05:38 PM, Burton, Ross wrote: Are you aware of container-test-image.bb? Curious what the point of this is. Ross Yes. It exists in meta-selftest, having an empty /usr/bin/theapp, for the purpose of selftest. I think we could have some reference image for container. So I added

[OE-core] [PATCH v2] libical: upgrade to 3.0.5

2019-07-24 Thread Ross Burton
Note that this upgrade includes some API breakage. Signed-off-by: Ross Burton --- ...ibical.pc.in-fix-iculibs-remove-full.patch | 44 --- .../{libical_2.0.0.bb => libical_3.0.5.bb}| 20 + 2 files changed, 12 insertions(+), 52 deletions(-) delete mode 100644

Re: [OE-core] [PATCH] container-image-busybox: add a reference container image

2019-07-24 Thread Burton, Ross
Are you aware of container-test-image.bb? Curious what the point of this is. Ross On Wed, 24 Jul 2019 at 03:39, Chen Qi wrote: > > Add a small busybox based container image. > > Signed-off-by: Chen Qi > --- > meta/recipes-core/images/container-image-busybox.bb | 8 > 1 file changed,

[OE-core] [PATCH] sudo: use nonarch_libdir instead of libdir for tmpfiles.d

2019-07-24 Thread Chen Qi
In case of multilib, /usr/lib64/tmpfiles.d is not a path that will be searched. So we need to use nonarch_libdir. Signed-off-by: Chen Qi --- meta/recipes-extended/sudo/sudo_1.8.27.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] ✗ patchtest: failure for python3-dbus: Add native and native-sdk support (rev2)

2019-07-24 Thread Patchwork
== Series Details == Series: python3-dbus: Add native and native-sdk support (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/18854/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

[OE-core] [PATCH v2] python3-dbus: Add native and native-sdk support

2019-07-24 Thread Chan, Aaron Chun Yew
From: Chan, Aaron Chun Yew Sent: Wednesday, July 24, 2019 4:46 PM To: Chan, Aaron Chun Yew Subject: [OE-core][PATCH v2] python3-dbus: Add native and native-sdk support From: Aaron Chan This native support is required to enable ATSPI2 Dbus (a11y). Signed-off-by: Aaron Chan ---

[OE-core] [PATCH v2] iproute2: drop pointless configure-cross.patch

2019-07-24 Thread Rasmus Villemoes
The configure script has already found IPT_LIB_DIR via pkgconfig, so the configure-cross.patch really just introduces dead and broken fallback code. Broken, because the SYSROOT variable does not actually get set to a sensible value - the argument $1 passed to the configure script when invoked

[OE-core] ✗ patchtest: failure for iproute2: drop pointless configure-cross.patch

2019-07-24 Thread Patchwork
== Series Details == Series: iproute2: drop pointless configure-cross.patch Revision: 1 URL : https://patchwork.openembedded.org/series/18857/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

Re: [OE-core] [PATCH V4 3/4] elfutils: Fix eu-* utils builds for musl

2019-07-24 Thread Richard Purdie
On Sun, 2019-07-21 at 18:20 +0300, Adrian Bunk wrote: > On Sat, Jul 20, 2019 at 11:00:57AM -0700, Khem Raj wrote: > > ... > > ++#if !defined(FNM_EXTMATCH) > > ++# define FNM_EXTMATCH (0) > > ++#endif > > ... > > As already said in [1] this is expected to result in broken code, > and the upstream

[OE-core] [PATCH] iproute2: drop pointless configure-cross.patch

2019-07-24 Thread Rasmus Villemoes
The configure script has already found IPT_LIB_DIR via pkgconfig, so the configure-cross.patch really just introduces dead and broken fallback code. Broken, because the SYSROOT variable does not actually get set to a sensible value - the argument $1 passed to the configure script when invoked

[OE-core] [PATCH] curl:upgrade 7.65.2 -> 7.65.3

2019-07-24 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- meta/recipes-support/curl/{curl_7.65.2.bb => curl_7.65.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.65.2.bb => curl_7.65.3.bb} (95%) diff --git a/meta/recipes-support/curl/curl_7.65.2.bb

[OE-core] ✗ patchtest: failure for python3-dbus: Add native and native-sdk support

2019-07-24 Thread Patchwork
== Series Details == Series: python3-dbus: Add native and native-sdk support Revision: 1 URL : https://patchwork.openembedded.org/series/18854/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have

Re: [OE-core] [PATCH] libsdl: remove

2019-07-24 Thread Adrian Bunk
On Tue, Jul 23, 2019 at 11:59:47PM -0700, Khem Raj wrote: > > On 7/23/19 11:28 PM, Philip Balister wrote: > > On 07/24/2019 02:03 AM, Anuj Mittal wrote: > > > All the users in OE-Core have moved to libsdl2. It will be moved to > > > meta-oe. > > Are there any users in meta-oe? Can we just drop

[OE-core] [PATCH] python3-dbus: Add native and native-sdk support

2019-07-24 Thread Chan, Aaron Chun Yew
From: Chan, Aaron Chun Yew Sent: Wednesday, July 24, 2019 3:02 PM To: openembedded-core@lists.openembedded.org Cc: Chan, Aaron Chun Yew Subject: [meta-oe][PATCH] python3-dbus: Add native and native-sdk support From: Aaron Chan Signed-off-by: Aaron Chan ---

Re: [OE-core] [PATCH] libsdl: remove

2019-07-24 Thread Khem Raj
On 7/23/19 11:28 PM, Philip Balister wrote: On 07/24/2019 02:03 AM, Anuj Mittal wrote: All the users in OE-Core have moved to libsdl2. It will be moved to meta-oe. Are there any users in meta-oe? Can we just drop this completely? (Yes, I've been afk so may have missed some email) yes

[OE-core] [PATCH V2] linux-libc-header: Fix ptrace.h and prctl.h conflict on aarch64

2019-07-24 Thread Khem Raj
This is a backport from 5.2 release upstream, it fixes long standing build failure on musl/aarch64 Signed-off-by: Khem Raj --- v2: Drop unused patch ...sm-ptrace.h-should-not-depend-on-uap.patch | 62 +++ .../linux-libc-headers_5.0.bb | 1 + 2 files changed, 63

Re: [OE-core] [PATCH] linux-libc-header: Fix ptrace.h and prctl.h conflict on aarch64

2019-07-24 Thread Khem Raj
On 7/23/19 11:27 PM, Mittal, Anuj wrote: On Tue, 2019-07-23 at 22:56 -0700, Khem Raj wrote: This is a backport from 5.2 release upstream, it fixes long standing build failure on musl/aarch64 Signed-off-by: Khem Raj --- ...sm-ptrace.h-should-not-depend-on-uap.patch | 62 +++

Re: [OE-core] [PATCH] libsdl: remove

2019-07-24 Thread Philip Balister
On 07/24/2019 02:03 AM, Anuj Mittal wrote: > All the users in OE-Core have moved to libsdl2. It will be moved to > meta-oe. Are there any users in meta-oe? Can we just drop this completely? (Yes, I've been afk so may have missed some email) Philip > > Signed-off-by: Anuj Mittal > --- >

Re: [OE-core] [PATCH] linux-libc-header: Fix ptrace.h and prctl.h conflict on aarch64

2019-07-24 Thread Mittal, Anuj
On Tue, 2019-07-23 at 22:56 -0700, Khem Raj wrote: > This is a backport from 5.2 release upstream, it fixes long standing > build failure on musl/aarch64 > > Signed-off-by: Khem Raj > --- > ...sm-ptrace.h-should-not-depend-on-uap.patch | 62 > +++ > .../linux-libc-headers_5.0.bb

[OE-core] ✗ patchtest: failure for linux-libc-header: Fix ptrace.h and prctl.h conflict on aarch64

2019-07-24 Thread Patchwork
== Series Details == Series: linux-libc-header: Fix ptrace.h and prctl.h conflict on aarch64 Revision: 1 URL : https://patchwork.openembedded.org/series/18852/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response.