Re: [oe] [PATCH 1/2] pipewire: initial add 0.2.7

2019-10-15 Thread Tom Rini
On Tue, Oct 15, 2019 at 07:45:32PM -0700, Khem Raj wrote: > Tom and Andreas > > I think it will be good to converge the recipe if we want to host it in > meta-oe such that agl also is able to use it while Andreas has time > constraints can I ask Tom to look into delta that’s needed for it to

Re: [oe] [PATCH 1/2] pipewire: initial add 0.2.7

2019-10-15 Thread Khem Raj
Tom and Andreas I think it will be good to converge the recipe if we want to host it in meta-oe such that agl also is able to use it while Andreas has time constraints can I ask Tom to look into delta that’s needed for it to usable with AGL as well ? Secondly it would be good to keep default

Re: [oe] [meta-multimedia][PATCH 5/7] python3-google-api-python-client: Initial commit of 1.7.11

2019-10-15 Thread Khem Raj
meta-python is probably better place for this On Wed, Oct 16, 2019 at 4:30 AM Alistair Francis wrote: > Signed-off-by: Alistair Francis > --- > .../python/python3-google-api-python-client_1.7.11.bb| 9 + > 1 file changed, 9 insertions(+) > create mode 100644

Re: [oe] [meta-networking][PATCH] open62541: add new recipe

2019-10-15 Thread Khem Raj
On Mon, Oct 14, 2019 at 5:56 PM Urs Fässler wrote: > It provides a open source implementation for OPC UA. > --- > .../files/0001-fix_ignored_return_value.patch | 17 ++ > .../open62541/open62541_1.0.bb| 32 +++ > 2 files changed, 49 insertions(+) >

[oe] [meta-multimedia][PATCH 7/7] mycroft: Run the files from /var

2019-10-15 Thread Alistair Francis
To avoid errors when running on a read only /lib/ file system copy the files to /var and run mycroft from there. Signed-off-by: Alistair Francis --- .../recipes-multimedia/mycroft/files/mycroft-setup.service | 3 ++- .../recipes-multimedia/mycroft/files/mycroft.service| 6 +++---

[oe] [meta-multimedia][PATCH 6/7] mycroft: Bump to 19.8.1

2019-10-15 Thread Alistair Francis
Bump the Mycroft version and at the same time remove the requirement to install Python packages using pip on the target. Installing packages on the target doesn't always work depending on the features of the rootfs. We now install a lot more of the Python pip packages in OE as well.

[oe] [meta-multimedia][PATCH 5/7] python3-google-api-python-client: Initial commit of 1.7.11

2019-10-15 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../python/python3-google-api-python-client_1.7.11.bb| 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-google-api-python-client_1.7.11.bb diff --git

[oe] [meta-multimedia][PATCH 4/7] python3-msk: Initial commit of version 0.3.13

2019-10-15 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python3-msk_0.3.13.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-msk_0.3.13.bb diff --git a/meta-python/recipes-devtools/python/python3-msk_0.3.13.bb

[oe] [meta-multimedia][PATCH 3/7] python3-msm: Initial commit of version 0.8.3

2019-10-15 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../python/python3-msm_0.8.3.bb | 20 +++ 1 file changed, 20 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-msm_0.8.3.bb diff --git a/meta-python/recipes-devtools/python/python3-msm_0.8.3.bb

[oe] [meta-multimedia][PATCH 2/7] python3-monotonic: Initial commit of version 1.5

2019-10-15 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python3-monotonic_1.5.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-monotonic_1.5.bb diff --git a/meta-python/recipes-devtools/python/python3-monotonic_1.5.bb

[oe] [meta-multimedia][PATCH 1/7] python3-pako: Initial commit of version 0.2.3

2019-10-15 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python3-pako_0.2.3.bb| 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pako_0.2.3.bb diff --git a/meta-python/recipes-devtools/python/python3-pako_0.2.3.bb

Re: [oe] [PATCH 1/2] pipewire: initial add 0.2.7

2019-10-15 Thread Andreas Müller
On Tue, Oct 15, 2019 at 7:48 PM Tom Rini wrote: > > On Tue, Oct 15, 2019 at 12:20:46AM +0200, Andreas Müller wrote: > > > Have 0.2.4 in meta-qt5-extra as dependency for liri-shell. Soon it gets an > > optional dependency for mutter so move latest to meta-oe. > > > > Signed-off-by: Andreas Müller

[oe] [meta-oe][zeus][PATCH] rsyslog: fix CVE-2019-17041

2019-10-15 Thread Trevor Gamblin
Backport fix to zeus; master branch already has v8.1910.0 Signed-off-by: Trevor Gamblin --- ...edfrom-bugfix-potential-misadressing.patch | 43 +++ .../rsyslog/rsyslog_8.1908.0.bb | 1 + 2 files changed, 44 insertions(+) create mode 100644

Re: [oe] [PATCH 1/2] pipewire: initial add 0.2.7

2019-10-15 Thread Tom Rini
On Tue, Oct 15, 2019 at 12:20:46AM +0200, Andreas Müller wrote: > Have 0.2.4 in meta-qt5-extra as dependency for liri-shell. Soon it gets an > optional dependency for mutter so move latest to meta-oe. > > Signed-off-by: Andreas Müller > --- > .../pipewire/pipewire_git.bb | 32

[oe] [PATCH] nlohmann-fifo: Add recipe

2019-10-15 Thread Aatir
From: Tekkub Adding nlohmann-fifo, a c++ header library for fifo maps. Signed-off-by: Aatir --- .../nlohmann-fifo/nlohmann-fifo_git.bb| 22 +++ 1 file changed, 22 insertions(+) create mode 100644 meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb diff --git

[oe] [meta-oe] [PATCH] lmbench: fix/clean-up the build for lmbench

2019-10-15 Thread marek . bykowski
From: Marek Bykowski Fix/clean up a couple of things: - if lmbench doesn't use a return from a function attributed to warn_unused_result supress it - fix buffer overflow - define feature_test_macro __USE_GNU compiling in sched_{get,set}affinity() used in one of the lmbench binaries

[oe] [meta-python][warrior][PATCH] python3-twofish: Fix missing return statements in module stubs

2019-10-15 Thread Martin Jansa
* fixes build with -Werror=return-type twofish.c: In function 'init_twofish': twofish.c:45:1: error: control reaches end of non-void function [-Werror=return-type] 45 | PyMODINIT_FUNC init_twofish(void) { } | ^~ twofish.c: In function 'PyInit__twofish':

[oe] [meta-python] [PATCH] python-xxhash: upgrade 1.4.1 -> 1.4.2

2019-10-15 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-xxhash.inc | 4 ++-- .../{python3-xxhash_1.4.1.bb => python3-xxhash_1.4.2.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-xxhash_1.4.1.bb =>

[oe] [meta-python] [PATCH] python-pytz: upgrade 2019.2 -> 2019.3

2019-10-15 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-pytz.inc | 4 ++-- .../python/{python-pytz_2019.2.bb => python-pytz_2019.3.bb} | 0 .../python/{python3-pytz_2019.2.bb => python3-pytz_2019.3.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-python] [PATCH] python-pytest: upgrade 5.1.3 -> 5.2.1

2019-10-15 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-pytest.inc | 4 ++-- .../python/{python-pytest_5.1.3.bb => python-pytest_5.2.1.bb} | 0 .../{python3-pytest_5.1.3.bb => python3-pytest_5.2.1.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-python] [PATCH] python-pyasn1-modules: upgrade 0.2.6 -> 0.2.7

2019-10-15 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-pyasn1-modules.inc | 4 ++-- ...pyasn1-modules_0.2.6.bb => python-pyasn1-modules_0.2.7.bb} | 0 ...yasn1-modules_0.2.6.bb => python3-pyasn1-modules_0.2.7.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-python] [PATCH] python-protobuf: upgrade 3.9.2 -> 3.10.0

2019-10-15 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-protobuf.inc | 4 ++-- .../{python-protobuf_3.9.2.bb => python-protobuf_3.10.0.bb} | 0 .../{python3-protobuf_3.9.2.bb => python3-protobuf_3.10.0.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-python] [PATCH] python-pip: upgrade 19.2.3 -> 19.3

2019-10-15 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- .../python/{python-pip_19.2.3.bb => python-pip_19.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-pip_19.2.3.bb => python-pip_19.3.bb} (76%) diff --git

[oe] [meta-oe][PATCH v2] nvme-cli: defer host ID generation to post installation

2019-10-15 Thread Stefan Wiehler
Signed-off-by: Stefan Wiehler --- meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb index 6133b3a27..92c902b75 100644 ---

[oe] [meta-python] [PATCH] python-paste: upgrade 3.2.1 -> 3.2.2

2019-10-15 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- .../python/{python-paste_3.2.1.bb => python-paste_3.2.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-paste_3.2.1.bb => python-paste_3.2.2.bb} (71%) diff --git