[oe] [meta-oe][PATCH 5/5] packagegroup-meta-oe: Exclude from world builds

2020-08-31 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index 52171a5fac..55d623d95e 10064

[oe] [meta-filesystems][PATCH 1/5] packagegroup-meta-filesystems: Update to add new recipes

2020-08-31 Thread Khem Raj
Re-format while here to list one entry per line Signed-off-by: Khem Raj --- .../packagegroup-meta-filesystems.bb | 34 ++- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/meta-filesystems/recipes-filesystems/packageconfigs/packagegroup-meta-filesystems.bb

[oe] [meta-webserver][PATCH 3/5] monkey: Remove /var/run

2020-08-31 Thread Khem Raj
This is empty and its a runtime directory which is created by base-files already Signed-off-by: Khem Raj --- meta-webserver/recipes-httpd/monkey/monkey_1.6.9.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-webserver/recipes-httpd/monkey/monkey_1.6.9.bb b/meta-webserver/recipes-httpd

[oe] [meta-webserver][PATCH 2/5] packagegroup-meta-webserver: Update to include new recipes

2020-08-31 Thread Khem Raj
Re-organise to have one entry per line Signed-off-by: Khem Raj --- .../packagegroup-meta-webserver.bb| 29 +-- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/meta-webserver/recipes-core/packagesgroups/packagegroup-meta-webserver.bb b/meta-webserver/r

[oe] [meta-webserver][PATCH 4/5] monkey: Correct the install path in init services

2020-08-31 Thread Khem Raj
Its not in bindir but in sbindir Signed-off-by: Khem Raj --- meta-webserver/recipes-httpd/monkey/files/monkey.init| 2 +- meta-webserver/recipes-httpd/monkey/files/monkey.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-webserver/recipes-httpd/monkey/files/

Re: [oe] Iperf3.7 SRCREV and License file MD5 #oe

2020-08-31 Thread Khem Raj
I would recommend to use devtool to do recipe upgrades see https://www.yoctoproject.org/docs/3.1/ref-manual/ref-manual.html#devtool-upgrading-a-recipe https://wiki.yoctoproject.org/wiki/TipsAndTricks/Patching_the_source_for_a_recipe On Mon, Aug 31, 2020 at 8:11 PM Anand Sridharan wrote: > > Than

Re: [oe] Iperf3.7 SRCREV and License file MD5 #oe

2020-08-31 Thread Anand Sridharan
Thanks khem, thats very helpful! Do you know in general how I could get that srcrev and lic file check sum? say If we would move to 3.8? On Mon, Aug 31, 2020, 7:26 PM Khem Raj wrote: > Look at this from zeus release > > > http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-ben

Re: [oe] Iperf3.7 SRCREV and License file MD5 #oe

2020-08-31 Thread Khem Raj
Look at this from zeus release http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-benchmark/iperf3/iperf3_3.7.bb?h=zeus On Mon, Aug 31, 2020 at 7:12 PM wrote: > > Hi OE users , > > how do I find SRCREV and LIC_FILES_CHKSUM from iper3.7 source? I would need > to build it on OE u

[oe] Iperf3.7 SRCREV and License file MD5 #oe

2020-08-31 Thread sri . deep07
Hi OE users , how do I find SRCREV and LIC_FILES_CHKSUM from iper3.7 source? I would need to build it on OE using BB recipe. I would appreciate to know general procedures to find that out. https://github.com/esnet/iperf Thanks, Anand.S -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages se

[oe] [meta-oe][PATCH] properties-cpp: Add recipe

2020-08-31 Thread Khem Raj
Signed-off-by: Khem Raj --- .../packagegroups/packagegroup-meta-oe.bb | 2 +- .../properties-cpp/properties-cpp_git.bb | 22 +++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb diff --gi

[oe] [meta-xfce][PATCH 1/2] layer.conf: fixes icon-theme signature changes

2020-08-31 Thread Khem Raj
openzone and rodent-icon-theme are allarch but recently gtk-icon-cache, since commit 31e3d34c8a9c3e8481aa837aa0bf52adf095fe62 [gtk-icon-cache.bbclass: add runtime dependency], it start depend on non-allarch packages gdk-pixbuf and gtk+3, which make it's signature changes when machine changed. Sig

[oe] [meta-gnome][PATCH 2/2] layer.conf: Fix for signature change for allarch icon themes

2020-08-31 Thread Khem Raj
faenza-icon-theme are allarch but recently gtk-icon-cache, since commit 31e3d34c8a9c3e8481aa837aa0bf52adf095fe62 [gtk-icon-cache.bbclass: add runtime dependency], it start depend on non-allarch packages gdk-pixbuf and gtk+3, which make it's signature changes when machine changed. Signed-off-by: K

[oe] [meta-oe][PATCH] php: Upgrade 7.4.4 -> 7.4.9

2020-08-31 Thread Leon Anavi
Upgrade to release 7.4.9: - Fixed: Upgrade apache2handler's php_apache_sapi_get_request_time to return usec - Fixed: BSTR to PHP string conversion not binary safe - Fixed: DCOM does not work with Username, Password parameter - Fixed: serialize() and unserialize() methods can not be called stat

[oe] [meta-oe][PATCH 4/4] sharutils: Use update alternatives for uudecode/uuencode

2020-08-31 Thread Khem Raj
This can then live with toybox Signed-off-by: Khem Raj --- meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb

[oe] [meta-oe][PATCH 1/4] lmbench: Use update alternatives for stream

2020-08-31 Thread Khem Raj
stream is also provided by imagemagick as an alternative Signed-off-by: Khem Raj --- meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb b/meta-oe/recipes-benchmark/lmben

[oe] [meta-oe][PATCH 3/4] imagemagick: Create symlinks for magick-script

2020-08-31 Thread Khem Raj
This link was missed out Signed-off-by: Khem Raj --- meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7

[oe] [meta-oe][PATCH 2/4] uml-utilities: Use update alternatives for tunctl

2020-08-31 Thread Khem Raj
This can then live along with toybox Signed-off-by: Khem Raj --- .../recipes-extended/uml-utilities/uml-utilities_20040406.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb b/meta-oe/recipes-extended/uml-utilities/uml-ut

[oe] [PATCH] net-snmp: upgrade 5.8 -> 5.9

2020-08-31 Thread Ovidiu Panait
Upgrade net-snmp 5.8 -> 5.9: * refresh patches * drop backports: https://github.com/net-snmp/net-snmp/commit/5f881d3bf24599b90d67a45cae7a3eb099cd71c9 https://github.com/net-snmp/net-snmp/commit/6e1329bde834e0edcfadb88d3c05e6015e945638 https://github.com/net-snmp/net-snmp/commit/abdcb6af8df

Re: [oe] [meta-networking] [PATCH] wolfssl: upgrade 4.4.0 -> 4.5.0

2020-08-31 Thread Khem Raj
fails on mips https://errors.yoctoproject.org/Errors/Details/497936/ On Sun, Aug 30, 2020 at 10:05 PM zangrc wrote: > > Signed-off-by: Zang Ruochen > --- > .../wolfssl/{wolfssl_4.4.0.bb => wolfssl_4.5.0.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta-net

Re: [oe] [meta-python][PATCH 2/7] python3-flask-migrate: Consolidate in a single file

2020-08-31 Thread Trevor Gamblin
On 8/27/20 10:54 AM, Leon Anavi wrote: Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/python-flask-migrate.inc | 14 -- .../python/python3-flask-migrate_2.5.2.bb| 16 +++-

Re: [oe] [meta-python][PATCH] python3-ntplib: Upgrade 0.3.3 -> 0.3.4

2020-08-31 Thread Trevor Gamblin
On 8/27/20 10:54 AM, Leon Anavi wrote: Upgrade to release 0.3.4: - Use setuptools - update URL Use source from the GitHub repository instead of pypi because appropriate archive for this release is not available at pypi.org. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{pyth

Re: [oe] [meta-python][PATCH 6/7] python3-flask-sqlalchemy: Consolidate in a single file

2020-08-31 Thread Trevor Gamblin
On 8/27/20 10:55 AM, Leon Anavi wrote: Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/python-flask-sqlalchemy.inc | 10 -- .../python/python3-flask-sqlalchemy_2.4.1.bb | 12 +++-

Re: [oe] [meta-python][PATCH 7/7] python3-flask-sqlalchemy: Upgrade 2.4.1 -> 2.4.4

2020-08-31 Thread Trevor Gamblin
On 8/27/20 10:55 AM, Leon Anavi wrote: Upgrade to release 2.4.4: - Change base class of meta mixins to type. This fixes an issue caused by a regression in CPython 3.8.4. - Deprecate SQLALCHEMY_COMMIT_ON_TEARDOWN as it can cause various design issues that are difficult to debug. Call db

Re: [oe] [meta-python][PATCH 5/7] python3-flask-restful: Upgrade 0.3.7 -> 0.3.8

2020-08-31 Thread Trevor Gamblin
On 8/27/20 10:55 AM, Leon Anavi wrote: Upgrade to release 0.3.8: - Add Python 3.8 support - Fix wrongly parsed Decimal fields - Fix overridden response when calling abort with Response - Various small fixes and updates to documentation Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin ---

Re: [oe] [meta-python][PATCH 4/7] python3-flask-restful: Consolidate in a single file

2020-08-31 Thread Trevor Gamblin
On 8/27/20 10:55 AM, Leon Anavi wrote: Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/python-flask-restful.inc| 16 .../python/python3-flask-restful_0.3.7.bb | 18 --

Re: [oe] [meta-python][PATCH 1/7] python3-flask-babel: Upgrade 1.0.0 -> 2.0.0

2020-08-31 Thread Trevor Gamblin
On 8/27/20 10:54 AM, Leon Anavi wrote: Upgrade to release 2.0.0: - Drop Python2 support - Tests moved from unittest to pytest - Domain and caching support from Flask-BabelEx - Documentation moved from python-hosted to Github Pages. - CI moved from Travisci to Github Actions - Small documentatio

Re: [oe] [meta-python][PATCH 3/7] python3-flask-migrate: Upgrade 2.5.2 -> 2.5.3

2020-08-31 Thread Trevor Gamblin
On 8/27/20 10:55 AM, Leon Anavi wrote: Upgrade to release 2.5.3: - Allow Path objects to be used as directory parameter - Use same database URLs as Flask-SQLAlchemy - Document how to set up with init_app method - Document how to include a message in initial migrate - Remove checks for alembic 0

Re: [oe] [meta-python][PATCH 3/3] python3-twitter: Upgrade 3.8.0 -> 3.9.0

2020-08-31 Thread Trevor Gamblin
On 8/27/20 5:29 AM, Leon Anavi wrote: Upgrade tweepy to release 3.9.0: - Add API.create_media_metadata - Update allowed parameters for API.update_status - Add allowed parameters to API.get_status - Add allowed parameters to API.statuses_lookup - Improve API.lookup_users - Improve and optimize A

Re: [oe] [meta-python][PATCH 1/3] python3-google-api-python-client: Upgrade 1.10.0 -> 1.10.1

2020-08-31 Thread Trevor Gamblin
On 8/27/20 5:29 AM, Leon Anavi wrote: Upgrade to release 1.10.1: - Bug fix: discovery uses V2 when version is None - Fix deprecation warnings due to invalid escape sequences - Fix link to service accounts documentation - Update generated docs Signed-off-by: Leon Anavi Acked-by: Trevor Gambli

Re: [oe] [meta-python][PATCH 6/6] python3-flask-socketio: Upgrade 4.2.1 -> 4.3.1

2020-08-31 Thread Trevor Gamblin
On 8/26/20 11:40 AM, Leon Anavi wrote: Upgrade to release 4.3.1: - Fix is_connected in test client - Handle callbacks for emits outside of request context - Improve test client unit test to use two concurrent clients - Accept skip_sid argument in emit - Fix is_connected() method in test client

Re: [oe] [meta-python][PATCH 2/3] python3-cryptography: Upgrade 3.0 -> 3.1

2020-08-31 Thread Trevor Gamblin
On 8/27/20 5:29 AM, Leon Anavi wrote: Upgrade to release 3.1: - BACKWARDS INCOMPATIBLE: Removed support for idna based :term:`U-label` parsing in various X.509 classes. This support was originally deprecated in version 2.1 and moved to an extra in 2.5. - Deprecated OpenSSL 1.0.2 suppor

Re: [oe] [meta-oe][PATCH] nss: fix postinst in do_rootfs for target

2020-08-31 Thread Mikko Rapeli
Hi, On Fri, Aug 28, 2020 at 09:01:34PM +0200, Martin Jansa wrote: > Partially revert "nss: fix postinst script for nativesdk build" > > This reverts commit 31552510b15c1c97aa6cbe180c2bb53d139efbcc. > > When running in do_rootfs we need to run shlibsign provided > by nss-native, otherwise it fail

Re: [oe] [meta-oe][PATCH] nss: fix postinst script for nativesdk build

2020-08-31 Thread Mikko Rapeli
On Fri, Aug 28, 2020 at 05:20:36PM +0200, Martin Jansa wrote: > This breaks running postinst in do_rootfs, it tries to run > /usr/bin/shlibsign from host which fails when doesn't exist and then it > complains about exit 1 called after that: > > WARNING: nss.postinst returned 127, marking as unpack

Re: [oe] [meta-oe][PATCH v2] nss: Upgrade to 3.56

2020-08-31 Thread Mikko Rapeli
On Fri, Aug 28, 2020 at 10:03:39AM -0700, Khem Raj wrote: > > > On 8/28/20 8:14 AM, Martin Jansa wrote: > > I'm seeing this postinst issue already without Khem's nss changes, I > > guess it is caused by: > > 31552510b1 nss: fix postinst script for nativesdk build > > > > seems so. Although my u

[oe] [meta-python][PATCH 10/10] python3-sentry-sdk: Upgrade 0.17.0 -> 0.17.1

2020-08-31 Thread Leon Anavi
Upgrade to release 0.17.1: - Fix timezone bugs in AWS Lambda integration. - Fix crash on GCP integration because of missing parameter timeout_warning. Signed-off-by: Leon Anavi --- ...hon3-sentry-sdk_0.17.0.bb => python3-sentry-sdk_0.17.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 delet

[oe] [meta-python][PATCH 09/10] python3-hpack: Upgrade 3.0.0 -> 4.0.0

2020-08-31 Thread Leon Anavi
Upgrade to release 4.0.0: - Remove support for Python 2.7, 3.4 and 3.5. - Add support for Python 3.8. - Performance improvement of static header search. Use dict search instead of linear search. - Fix debug output of headers during encoding. Signed-off-by: Leon Anavi --- .../{python3-hpack_3.

[oe] [meta-python][PATCH 08/10] python3-hpack: Consolidate in a single file

2020-08-31 Thread Leon Anavi
Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi --- .../python-hpack/python-hpack.inc | 10 -- .../python-hpack/python3-hpack_3.0.0.bb | 11 +-- 2 files changed, 9 insertions(+), 12 deletions(-) delete mode 100644

[oe] [meta-python][PATCH 07/10] python3-ipython: Upgrade 7.17.0 -> 7.18.1

2020-08-31 Thread Leon Anavi
Upgrade to release 7.18.1: - CRLF is now handled by magics my default; solving some issues due to copy pasting on windows. - Requiring pexpect >=4.3 as we are Python 3.7+ only and earlier version of pexpect will be incompatible. - Minimum jedi version is now 0.16. Signed-off-by: Leon Anavi -

[oe] [meta-python][PATCH 01/10] python3-cmd2: Upgrade 1.3.5 -> 1.3.8

2020-08-31 Thread Leon Anavi
Upgrade to release 1.3.8: - Fixed issue where subcommand added with @as_subcommand_to decorator did not display help when called with -h/--help. - add_help=False no longer has to be passed to parsers used in @as_subcommand_to decorator. Only pass this if your subcommand should not have the

[oe] [meta-python][PATCH 05/10] python3-prompt-toolkit: Upgrade 3.0.6 -> 3.0.7

2020-08-31 Thread Leon Anavi
Upgrade to release 3.0.7: - New "placeholder" parameter added to `PromptSession`. - The "respond to CPR" logic has been moved from the `Input` to `Output` classes (this does clean up some code). - Bugfix in shift-selection key bindings. - Fix hight calculation of `FormattedTextControl` when line

[oe] [meta-python][PATCH 04/10] python3-parse: Upgrade 1.16.0 -> 1.17.0

2020-08-31 Thread Leon Anavi
Upgrade to release 1.17.0: - Make left- and center-aligned search consume up to next space Signed-off-by: Leon Anavi --- .../{python3-parse_1.16.0.bb => python3-parse_1.17.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-p

[oe] [meta-python][PATCH 06/10] python3-more-itertools: Upgrade 8.4.0 -> 8.5.0

2020-08-31 Thread Leon Anavi
Upgrade to release 8.5.0: - Add :func:`windowed_complete` - The :func:`is_sorted` implementation was improved - The :func:`groupby_transform` now accepts a reducefunc parameter - The :func:`last` implementation was improved - Various documentation fixes - The tests for :func:`distinct_combinations

[oe] [meta-python][PATCH 02/10] python3-sh: Upgrade 1.13.1 -> 1.14.0

2020-08-31 Thread Leon Anavi
Upgrade to release 1.14.0: - _env now more lenient in accepting dictionary-like objects - None and False arguments now do not pass through to underlying command - Implemented find_spec on the fancy importer, which fixes some Python3.4+ issues Signed-off-by: Leon Anavi --- .../python/{python

[oe] [meta-python][PATCH 03/10] python3-paramiko: Upgrade 2.7.1 - 2.7.2

2020-08-31 Thread Leon Anavi
Upgrade to release 2.7.2: - [Bug]: Fix incorrectly swapped order of p and q numbers when loading OpenSSH-format RSA private keys. At minimum this should address a slowdown when using such keys, and it also means Paramiko works with Cryptography 3.1 and above (which complains strenuously wh