Re: [oe] [meta-oe][PATCH] ltrace: Fix build on mips

2019-09-06 Thread Khem Raj
I think yes On Fri, Sep 6, 2019 at 5:12 PM akuster808 wrote: > > > On 9/6/19 2:25 PM, Khem Raj wrote: > > Newer kernel UAPI headers for mips have moved these needed defines > > around > > > > Signed-off-by: Khem Raj > > warrior too? > > --- > > .../ltrace/ltrace/include_unistd_nr.patch |

[oe] [meta-python][PATCH v2 2/2] python3-pytest-asyncio: Initial commit of 0.10.0

2019-09-06 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../python/python-pytest-asyncio.inc| 13 + .../python/python3-pytest-asyncio_0.10.0.bb | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-pytest-asyncio.inc create

[oe] [meta-python][PATCH v2 1/2] python3-twine: Initial commit of 1.13.0

2019-09-06 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta-python/recipes-devtools/python/python-twine.inc | 11 +++ .../recipes-devtools/python/python3-twine_1.13.0.bb | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-twine.inc create mode

Re: [oe] [meta-oe][PATCH] ltrace: Fix build on mips

2019-09-06 Thread akuster808
On 9/6/19 2:25 PM, Khem Raj wrote: > Newer kernel UAPI headers for mips have moved these needed defines > around > > Signed-off-by: Khem Raj warrior too? > --- > .../ltrace/ltrace/include_unistd_nr.patch | 30 +++ > meta-oe/recipes-devtools/ltrace/ltrace_git.bb | 1 + >

Re: [oe] [meta-python] [PATCH] python-pytest: upgrade 3.4.2 -> 5.1.1

2019-09-06 Thread Koppolu, Chanakya
Hello, This pytest upgrade patch fails to test missing runtime modules. Our recent Yocto build from upstream found that the pytest fails to execute due to a missing module. Here is the error report: 02:24:14 ERRR2/jtnsE#1test_rt_smoke.py#_test @hxj7-eced|jfsrtse02/mbt-02a: console:

Re: [oe] [meta-python][PATCH 3/3] python3-pytest-asyncio: Initial commit of 0.10.0

2019-09-06 Thread Khem Raj
On Fri, Sep 6, 2019 at 2:03 PM Alistair Francis wrote: > > Signed-off-by: Alistair Francis > --- > .../python/python-pytest-asyncio.inc| 13 + > .../python/python3-pytest-asyncio_0.10.0.bb | 2 ++ > 2 files changed, 15 insertions(+) > create mode 100644 >

Re: [oe] [meta-python][PATCH 2/3] python3-six: Initial commit of 1.12.0

2019-09-06 Thread Alistair Francis
On Fri, Sep 6, 2019 at 2:29 PM Khem Raj wrote: > > this package is already in oe-core Whoops, I missed that. This patch isn't required then. Alistair > > On Fri, Sep 6, 2019 at 2:02 PM Alistair Francis > wrote: > > > > Signed-off-by: Alistair Francis > > --- > >

Re: [oe] [meta-python][PATCH 2/3] python3-six: Initial commit of 1.12.0

2019-09-06 Thread Khem Raj
this package is already in oe-core On Fri, Sep 6, 2019 at 2:02 PM Alistair Francis wrote: > > Signed-off-by: Alistair Francis > --- > meta-python/recipes-devtools/python/python-six.inc | 9 + > .../recipes-devtools/python/python3-six_1.12.0.bb| 2 ++ > 2 files changed, 11

[oe] [meta-oe][PATCH] ltrace: Fix build on mips

2019-09-06 Thread Khem Raj
Newer kernel UAPI headers for mips have moved these needed defines around Signed-off-by: Khem Raj --- .../ltrace/ltrace/include_unistd_nr.patch | 30 +++ meta-oe/recipes-devtools/ltrace/ltrace_git.bb | 1 + 2 files changed, 31 insertions(+) create mode 100644

[oe] [meta-python][PATCH 2/3] python3-six: Initial commit of 1.12.0

2019-09-06 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta-python/recipes-devtools/python/python-six.inc | 9 + .../recipes-devtools/python/python3-six_1.12.0.bb| 2 ++ 2 files changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-six.inc create mode

[oe] [meta-python][PATCH 3/3] python3-pytest-asyncio: Initial commit of 0.10.0

2019-09-06 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../python/python-pytest-asyncio.inc| 13 + .../python/python3-pytest-asyncio_0.10.0.bb | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-pytest-asyncio.inc create

[oe] [meta-python][PATCH 1/3] python3-twine: Initial commit of 1.13.0

2019-09-06 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta-python/recipes-devtools/python/python-twine.inc | 11 +++ .../recipes-devtools/python/python3-twine_1.13.0.bb | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-twine.inc create mode

[oe] [meta-oe][PATCH] dejagnu: Remove, moved to oe-core

2019-09-06 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../packagegroups/packagegroup-meta-oe.bb | 2 +- .../dejagnu/dejagnu/configure.patch | 45 --- .../recipes-devtools/dejagnu/dejagnu_1.4.4.bb | 14 -- 3 files changed, 1 insertion(+), 60 deletions(-) delete mode 100644

Re: [oe] [meta-oe][PATCH 2/3] remmina: Link with libexecinfo explicitly on musl

2019-09-06 Thread Alejandro Enedino Hernandez Samaniego
Hey Khem, Thanks for this, I hadn't fixed it because I have no access to my laptop for now, looks good to me though. Alejandro On Fri, Sep 6, 2019, 9:32 AM Khem Raj wrote: > Signed-off-by: Khem Raj > Cc: Alejandro Enedino Hernandez Samaniego > --- >

[oe] [meta-oe][PATCH 2/3] remmina: Link with libexecinfo explicitly on musl

2019-09-06 Thread Khem Raj
Signed-off-by: Khem Raj Cc: Alejandro Enedino Hernandez Samaniego --- meta-oe/recipes-support/remmina/remmina_1.3.6.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/remmina/remmina_1.3.6.bb b/meta-oe/recipes-support/remmina/remmina_1.3.6.bb index

[oe] [meta-networking][PATCH 3/3] samba: Fix configure tests to work with clang

2019-09-06 Thread Khem Raj
Do not use nested functions ( main inside main ) Use global scope for __thread variables Signed-off-by: Khem Raj --- ...ipt-Avoid-generating-nested-main-fun.patch | 30 ++ ...ve-__thread-variable-to-global-scope.patch | 58 +++ .../samba/samba_4.10.7.bb

[oe] [meta-oe][PATCH V2 1/3] remmina: Add recipe for the remmina remote desktop client

2019-09-06 Thread Khem Raj
From: "aeh...@gmail.com" Remmina has become one of the most widely used RDP clients, it uses freeRDP 2.0 as a backend and also supports multiple network protocols like RSP, VNC, SPICE, NX, and SSH. Signed-off-by: Alejandro Enedino Hernandez Samaniego Signed-off-by: Khem Raj --- v2: Rebased

Re: [oe] [meta-oe][PATCH 1/2] grpc: don't use unexisting gettid function on glibc 2.29, it has been implemented only in 2.30 https://sourceware.org/git/?p=glibc.git; a=commit; h=1d0fc213824eaa2a8f8c43

2019-09-06 Thread Khem Raj
Please adjust the commit message so that there is a Small summary line followed by empty line and finally the detailed description On Fri, Sep 6, 2019 at 4:19 AM Gianfranco Costamagna < costamagna.gianfra...@gmail.com> wrote: > --- > .../grpc/grpc/0001-Define-gettid-only-for-glibc-2.30.patch

Re: [oe] [meta-python][PATCH] python-cmd2: Add python3 version

2019-09-06 Thread Khem Raj
On Fri, Sep 6, 2019 at 2:35 AM Martin Jansa wrote: > This seems to be merged before python3-colorama was provided > Yes since the build did not break and it escaped my Eye now I am waiting for a fix before I blacklist it > > On Wed, Sep 4, 2019 at 7:11 AM Khem Raj wrote: > >> 03:10:10 ERROR:

[oe] [meta-oe][PATCH 2/2] grpc: Change gettid patch with the upstream merged version

2019-09-06 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna --- ...01-Define-gettid-only-for-glibc-2.30.patch | 128 +- 1 file changed, 95 insertions(+), 33 deletions(-) diff --git a/meta-networking/recipes-devtools/grpc/grpc/0001-Define-gettid-only-for-glibc-2.30.patch

[oe] [meta-oe][PATCH 1/2] grpc: don't use unexisting gettid function on glibc 2.29, it has been implemented only in 2.30

2019-09-06 Thread Gianfranco Costamagna
https://sourceware.org/git/?p=glibc.git;a=commit;h=1d0fc213824eaa2a8f8c4385daaa698ee8fb7c92 Signed-off-by: Francesco Mocci Signed-off-by: Gianfranco Costamagna --- .../grpc/grpc/0001-Define-gettid-only-for-glibc-2.30.patch| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[oe] [meta-oe][PATCH 1/2] grpc: don't use unexisting gettid function on glibc 2.29, it has been implemented only in 2.30 https://sourceware.org/git/?p=glibc.git; a=commit; h=1d0fc213824eaa2a8f8c4385da

2019-09-06 Thread Gianfranco Costamagna
--- .../grpc/grpc/0001-Define-gettid-only-for-glibc-2.30.patch| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-devtools/grpc/grpc/0001-Define-gettid-only-for-glibc-2.30.patch

[oe] [meta-oe][PATCH 2/2] grpc: Change gettid patch with the upstream merged version

2019-09-06 Thread Gianfranco Costamagna
--- ...01-Define-gettid-only-for-glibc-2.30.patch | 126 +- 1 file changed, 93 insertions(+), 33 deletions(-) diff --git a/meta-networking/recipes-devtools/grpc/grpc/0001-Define-gettid-only-for-glibc-2.30.patch

Re: [oe] [meta-oe][PATCH] grpc: don't use unexisting gettid function on glibc 2.29, it has been implemented only in 2.30 https://sourceware.org/git/?p=glibc.git; a=commit; h=1d0fc213824eaa2a8f8c4385da

2019-09-06 Thread Martin Jansa
Please add a blank line after summary, so that whole commit message doesn't end in the summary. On Fri, Sep 6, 2019 at 12:42 PM Gianfranco Costamagna < costamagna.gianfra...@gmail.com> wrote: > --- > .../grpc/grpc/0001-Define-gettid-only-for-glibc-2.30.patch| 4 ++-- > 1 file changed, 2

[oe] [meta-oe][PATCH] grpc: don't use unexisting gettid function on glibc 2.29, it has been implemented only in 2.30 https://sourceware.org/git/?p=glibc.git; a=commit; h=1d0fc213824eaa2a8f8c4385daaa69

2019-09-06 Thread Gianfranco Costamagna
--- .../grpc/grpc/0001-Define-gettid-only-for-glibc-2.30.patch| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-devtools/grpc/grpc/0001-Define-gettid-only-for-glibc-2.30.patch

Re: [oe] [meta-python][PATCH] python-cmd2: Add python3 version

2019-09-06 Thread Martin Jansa
This seems to be merged before python3-colorama was provided On Wed, Sep 4, 2019 at 7:11 AM Khem Raj wrote: > 03:10:10 ERROR: Nothing RPROVIDES 'python3-colorama' (but > > /mnt/jenkins/workspace/yocto-world-glibc/sources/meta-openembedded/meta-python/recipes-devtools/python/ >