[oe] [meta-oe][PATCH] rsyslog: update from 8.36 to 8.37

2018-08-29 Thread Randy MacLeod
Drop upstreamed patch: edce434db fix race in parallel builds Signed-off-by: Randy MacLeod --- .../rsyslog/fix-race-in-parallel-builds.patch | 41 --- .../{rsyslog_8.36.0.bb => rsyslog_8.37.0.bb} | 5 +-- 2 files changed, 2 insertions(+), 44 deletions(-) delete mode 100644

Re: [oe] [PATCH v2] ndctl: Add the NDCTL package

2018-08-29 Thread Khem Raj
On Wed, Aug 29, 2018 at 3:47 PM Alistair Francis wrote: > > On Fri, Aug 17, 2018 at 7:21 AM, Khem Raj wrote: > > Hi Alistair > > > > We have accepted this patch however a new run with x86-64/musl shows > > that it failed to build with following error > > probably #include will fix it > > Hey

Re: [oe] [PATCH v2] ndctl: Add the NDCTL package

2018-08-29 Thread Alistair Francis
On Fri, Aug 17, 2018 at 7:21 AM, Khem Raj wrote: > Hi Alistair > > We have accepted this patch however a new run with x86-64/musl shows > that it failed to build with following error > probably #include will fix it Hey Khem, Sorry for the delay, I tried to reproduce this today and I wasn't

[oe] [meta-oe][PATCH v2] spitools: 0.8.1 -> 0.8.3

2018-08-29 Thread Pierre-Jean Texier
Signed-off-by: Pierre-Jean Texier --- meta-oe/recipes-support/spitools/spitools_git.bb | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/meta-oe/recipes-support/spitools/spitools_git.bb b/meta-oe/recipes-support/spitools/spitools_git.bb index 3f6cdc6..af1cd60 100644 ---

[oe] [meta-python][PATCH 3/4] python-pytest-helpers-namespace: add recipe

2018-08-29 Thread Ioan-Adrian Ratiu
From: Sergey Kizunov This plugin does not provide any helpers to pytest, it does, however, provide a helpers namespace in pytest which enables you to register helper functions in your conftest.py to be used within your tests without having to import them. Signed-off-by: Sergey Kizunov ---

[oe] [meta-python][PATCH 1/4] python-pytest-tempdir: add recipe

2018-08-29 Thread Ioan-Adrian Ratiu
From: Sergey Kizunov Adds support for a predictable and repeatable temporary directory. Signed-off-by: Sergey Kizunov --- .../python/python-pytest-tempdir_2016.8.20.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644

[oe] [meta-python][PATCH 4/4] python3-pytest-helpers-namespace: add recipe

2018-08-29 Thread Ioan-Adrian Ratiu
From: Alejandro del Castillo Signed-off-by: Alejandro del Castillo Signed-off-by: Ioan-Adrian Ratiu --- .../python/python-pytest-helpers-namespace.inc| 10 ++ .../python-pytest-helpers-namespace_2016.7.10.bb | 11 ++-

[oe] [meta-python][PATCH 2/4] python3-pytest-tempdir: add recipe

2018-08-29 Thread Ioan-Adrian Ratiu
From: Alejandro del Castillo Signed-off-by: Alejandro del Castillo Signed-off-by: Ioan-Adrian Ratiu --- .../recipes-devtools/python/python-pytest-tempdir.inc | 10 ++ .../python/python-pytest-tempdir_2016.8.20.bb | 11 ++- .../python/python3-pytest-tempdir_2016.8.20.bb

[oe] [meta-oe][PATCH] cryptsetup: Upgrade to 2.0.4

2018-08-29 Thread mingli.yu
From: Mingli Yu Signed-off-by: Mingli Yu --- .../cryptsetup/{cryptsetup_2.0.3.bb => cryptsetup_2.0.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-crypto/cryptsetup/{cryptsetup_2.0.3.bb => cryptsetup_2.0.4.bb} (91%) diff --git

Re: [oe] [meta-oe][PATCH] spitools: 0.8.1 -> 0.8.3

2018-08-29 Thread TEXIER Pierre-Jean
Hi Khem, Le mer. 29 août 2018 à 03:35, Khem Raj a écrit : > Hi Pierre > On Tue, Aug 28, 2018 at 11:48 AM Pierre-Jean Texier > wrote: > > > > Signed-off-by: Pierre-Jean Texier > > --- > > meta-oe/recipes-support/spitools/spitools_git.bb | 5 ++--- > > 1 file changed, 2 insertions(+), 3