Re: [oe] [meta-python] [PATCH] python-pymisp: upgrade 2.4.117.2 -> 2.4.119.1

2020-01-20 Thread Tim Orling
This now has a dependency on {python}-decorators [1][2], which you have not provided. Please RUN-TIME test your upgrades. Fujitsu is providing upgrades that break things. At some point we will simply have to deny all your upgrades, because they are not of high quality. Please correct this. root@qe

[oe] [meta-python2][PATCH 2/4] python-deprecated: add recipe for 1.2.7

2020-01-20 Thread Tim Orling
Python @deprecated decorator to deprecate old python classes, functions or methods. Dependency for python-pymisp Signed-off-by: Tim Orling --- .../python/python-deprecated_1.2.7.bb| 16 1 file changed, 16 insertions(+) create mode 100644 recipes-devtools/python

[oe] [meta-python2][PATCH 3/4] python-pymisp: upgrade 2.4.117.2 -> 2.4.119.1

2020-01-20 Thread Tim Orling
From: Zang Ruochen (From meta-openembedded commit: e020ebfdf2c65181829e180f6797ef6d7fa856e5) Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- ...{python-pymisp_2.4.117.2.bb => python-pymisp_2.4.119.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

[oe] [meta-python2][PATCH 4/4] python-pymisp: add missing RDEPENDS

2020-01-20 Thread Tim Orling
Signed-off-by: Tim Orling --- recipes-devtools/python/python-pymisp_2.4.119.1.bb | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes-devtools/python/python-pymisp_2.4.119.1.bb b/recipes-devtools/python/python-pymisp_2.4.119.1.bb index 097328a4..627716b5 100644 --- a

[oe] [meta-python2][PATCH 1/4] python-wrapt: add recipe for 1.11.2

2020-01-20 Thread Tim Orling
Module for decorators, wrappers and monkey patching. Dependency for python-deprecated Signed-off-by: Tim Orling --- .../python/python-wrapt_1.11.2.bb | 29 +++ 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/recipes-devtools/python/python-wrapt_1.11.2

Re: [oe] [meta-python][PATCH 01/12] python-m2crypto: Use PYTHON_PN instead of hardcoding python name

2020-01-22 Thread Tim Orling
We should start merging the inc and bb files now that we do not need to support more than one python version. On Tue, Jan 21, 2020 at 10:38 PM Khem Raj wrote: > Lets this inc file become usable for py3 module as well > > Signed-off-by: Khem Raj > --- > meta-python/recipes-devtools/python/pytho

[oe] [meta-python2][PATCH] lib/oeqa/runtime/cases: add python2.py

2020-01-22 Thread Tim Orling
Refactor the python3 test from oe-core to do very basic acceptance test of python2. Signed-off-by: Tim Orling --- lib/oeqa/runtime/cases/python2.py | 20 1 file changed, 20 insertions(+) create mode 100644 lib/oeqa/runtime/cases/python2.py diff --git a/lib/oeqa/runtime

[oe] [meta-python2][PATCH] kas-meta-python2-ptest-image: add python2 test

2020-01-22 Thread Tim Orling
In addition to ping, ssh and ptest, run python2 test(s). Run python2 before ptest (fail early). Signed-off-by: Tim Orling --- kas-meta-python2-ptest-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kas-meta-python2-ptest-image.yml b/kas-meta-python2-ptest-image.yml

[oe] [meta-python2][PATCH] packagegroup-meta-python2: add -wrapt, -deprecated

2020-01-22 Thread Tim Orling
Update the packagegroup with newly added recipes Signed-off-by: Tim Orling --- recipes-core/packagegroups/packagegroup-meta-python2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-core/packagegroups/packagegroup-meta-python2.bb b/recipes-core/packagegroups

Re: [oe] [meta-python] [PATCH] python-yappi: upgrade 1.0 -> 1.2.3

2020-01-22 Thread Tim Orling
On Wed, Jan 22, 2020 at 12:54 PM Khem Raj wrote: > On Thu, Jan 16, 2020 at 10:54 PM Zang Ruochen > wrote: > > > > Signed-off-by: Zang Ruochen > > --- > > meta-python/recipes-devtools/python/python-yappi.inc| 6 +++--- > > .../python/{python-yappi_1.0.bb => python-yappi_1.2.3.bb} | 0

Re: [oe] [meta-python2][PATCH] python-pyconnman: Fix conman -> connman typo in rdeps

2020-01-22 Thread Tim Orling
On Wed, Jan 22, 2020 at 10:54 AM Khem Raj wrote: > Signed-off-by: Khem Raj > --- > recipes-connectivity/python-pyconnman/python-pyconnman_0.1.0.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-connectivity/python-pyconnman/ > python-pyconnman_0.1.0.bb b/recipe

Re: [oe] [meta-python2][PATCH] python-pyconnman: Fix conman -> connman typo in rdeps

2020-01-22 Thread Tim Orling
On Wed, Jan 22, 2020 at 6:38 PM Tim Orling wrote: > > > On Wed, Jan 22, 2020 at 10:54 AM Khem Raj wrote: > >> Signed-off-by: Khem Raj >> > Reviewed-by: Tim Orling > --- >> recipes-connectivity/python-pyconnman/python-pyconnman_0.1.0.bb | 2 +- >>

[oe] [meta-python2][PATCH] python-pyperf: add missing RDEPENDS

2020-01-22 Thread Tim Orling
* Missing run-time dependencies: ${PYTHON_PN}-contextlib ${PYTHON_PN}-datetime ${PYTHON_PN}-fcntl ${PYTHON_PN}-math ${PYTHON_PN}-numbers (fractions) ${PYTHON_PN}-six Signed-off-by: Tim Orling --- recipes-devtools/python/python-pyperf_1.7.0.bb | 10 +- 1 file

[oe] [meta-python2][PATCH 1/2] python-booleanpy: add RDEPENDS and enable ptest

2020-01-22 Thread Tim Orling
Missing run-time dependency on python- This package is a great example of how simple python module ptest can be, so enable ptest, including ptest-only dependencies. Signed-off-by: Tim Orling --- .../python/python-booleanpy/run-ptest | 2 ++ .../python/python-booleanpy_3.7.bb

[oe] [meta-python2][PATCH 2/2] packageroup-meta-pytho2: add python-booleanpy

2020-01-22 Thread Tim Orling
Add new recipe to basic and ptest packagegroups Signed-off-by: Tim Orling --- recipes-core/packagegroups/packagegroup-meta-python2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-core/packagegroups/packagegroup-meta-python2.bb b/recipes-core/packagegroups

[oe] [meta-python2][PATCH v2 2/2] packagegroup-meta-python2: add python-booleanpy

2020-01-22 Thread Tim Orling
Add new recipe to basic and ptest packagegroups Signed-off-by: Tim Orling --- recipes-core/packagegroups/packagegroup-meta-python2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-core/packagegroups/packagegroup-meta-python2.bb b/recipes-core/packagegroups

[oe] [meta-python2][PATCH v2 1/2] python-booleanpy: add RDEPENDS and enable ptest

2020-01-22 Thread Tim Orling
Missing run-time dependency on python- This package is a great example of how simple python module ptest can be, so enable ptest, including ptest-only dependencies. Signed-off-by: Tim Orling --- .../python/python-booleanpy/run-ptest | 2 ++ .../python/python-booleanpy_3.7.bb

[oe] [meta-python][PATCH] python-waitress: add missing target RDEPENDS

2020-01-22 Thread Tim Orling
* Missing run-time dependencies: ${PYTHON_PN}-datetime ${PYTHON_PN}-io ${PYTHON_PN}-logging ${PYTHON_PN}-re Signed-off-by: Tim Orling --- recipes-devtools/python/python-waitress_1.4.1.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/recipes-devtools/python/python

[oe] [meta-python2][PATCH] python-pygobject: add missing target RDEPENDS

2020-01-23 Thread Tim Orling
* Missing run-time dependency: - python-io (StringIO) Signed-off-by: Tim Orling --- recipes-devtools/python/python-pygobject_3.34.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/python/python-pygobject_3.34.0.bb b/recipes-devtools/python/python

[oe] [meta-python2][PATCH] python-asn1crypto: add target RDEPENDS

2020-01-23 Thread Tim Orling
* Missing run-time dependency: - python-numbers (fractions) Signed-off-by: Tim Orling --- recipes-devtools/python/python-asn1crypto_1.3.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-devtools/python/python-asn1crypto_1.3.0.bb b/recipes-devtools/python/python

[oe] [meta-python2][PATCH 2/2] python-future: add target RDEPENDS

2020-01-24 Thread Tim Orling
* Missing run-time dependency: - python-misc (future_builtins) Signed-off-by: Tim Orling --- recipes-devtools/python/python-future_0.18.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/python/python-future_0.18.2.bb b/recipes-devtools/python/python-future_0.18.2.bb

[oe] [meta-python2][PATCH 1/2] python-pyconnman: add target RDEPENDS

2020-01-24 Thread Tim Orling
* Missing run-time dependencies: - python-numbers - python-future Signed-off-by: Tim Orling --- .../python-pyconnman/python-pyconnman_0.2.0.bb| 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/recipes-connectivity/python-pyconnman/python-pyconnman_0.2.0

[oe] [meta-python2][PATCH] python-javaobj-py3: add RDEPENDS

2020-01-24 Thread Tim Orling
* Missing target run-time dependencies: - python-lang (functools) - python-logging * Missing general run-time dependencies: - python-enum34 - python-typing Signed-off-by: Tim Orling --- recipes-devtools/python/python-javaobj-py3_0.4.0.1.bb | 10 ++ 1 file changed, 10 insertions

[oe] [meta-python2][PATCH] python-pyrsistent: add target RDEPENDS

2020-01-24 Thread Tim Orling
* Missing target run-time dependency: - python-numbers Signed-off-by: Tim Orling --- recipes-devtools/python/python-pyrsistent_0.15.7.bb | 4 1 file changed, 4 insertions(+) diff --git a/recipes-devtools/python/python-pyrsistent_0.15.7.bb b/recipes-devtools/python/python

[oe] [meta-python2][PATCH] python-tqdm: add target RDEPENDS

2020-01-24 Thread Tim Orling
* Missing target run-time dependencies: - python-lang (functools) - python-logging - python-numbers - python-subprocess Signed-off-by: Tim Orling --- recipes-devtools/python/python-tqdm_4.41.1.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/recipes-devtools/python/python

[oe] [meta-python2][RFC] lib/oeqa/runtime/cases/python2_module.py: add test

2020-01-25 Thread Tim Orling
EXTRA_SPACE_append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "", d)}" IMAGE_INSTALL_append = " ptest-runner dropbear procps coreutils iproute2 sysstat" PYTHON_PACKAGE_UNDER_TEST = "python-pymongo" IMAGE_INSTALL_appe

Re: [oe] [OE-core] python2-less meta-openembedded build results

2020-01-25 Thread Tim Orling
On Fri, Jan 24, 2020 at 11:28 AM Khem Raj wrote: > On 1/20/20 8:51 AM, Andrey Zhizhikin wrote: > > On Mon, Jan 20, 2020 at 4:52 PM Khem Raj wrote: > >> > >> Hi all > >> > >> Recently py2 is removed from oe-core, So I did quick patches to get a > >> world build going. And > >> here are initial fa

Re: [oe] [meta-oe][PATCH] packagegrop-meta-oe: remove blacklisted mpv

2020-01-25 Thread Tim Orling
If someone cares, it has been updated to python3 https://github.com/mpv-player/mpv/releases/tag/v0.31.0 On Sat, Jan 25, 2020 at 12:24 PM Martin Jansa wrote: > * it's blacklisted with: > mpv_0.26.0.bb:PNBLACKLIST[mpv] = "Needs forward porting to use python3" > > Signed-off-by: Martin Jansa >

Re: [oe] [OE-core] python2-less meta-openembedded build results

2020-01-27 Thread Tim Orling
On Mon, Jan 27, 2020 at 10:06 AM Khem Raj wrote: > On Mon, Jan 27, 2020 at 8:54 AM Andrey Zhizhikin > wrote: > > > > On Mon, Jan 27, 2020 at 4:24 PM Khem Raj wrote: > > > > > > Awesome, thanks for the help! > > > > No probs! > > > > I've actually looked into the list and would have couple of >

Re: [oe] [meta-python2][PATCH] dnssec-conf: move recipe from oe-core to meta-python2

2020-01-27 Thread Tim Orling
It's moving from meta-networking, not oe-core. I'll simply change the commit log locally before merging. On Mon, Jan 27, 2020 at 3:12 PM Andrey Zhizhikin wrote: > dnssec-conf did not receive any updates since 2010 and relies heavily on > python2 code base. > > Move recipe to this layer, since py

[oe] [meta-python2][PATCH 1/2] dnssec-conf: move recipe from meta-networking

2020-01-27 Thread Tim Orling
From: Andrey Zhizhikin dnssec-conf did not receive any updates since 2010 and relies heavily on python2 code base. Move recipe to meta-python2 layer, since python2 support has been dropped in oe-core. Signed-off-by: Andrey Zhizhikin Signed-off-by: Tim Orling --- .../dnssec-conf/dnssec

[oe] [meta-python2][PATCH 2/2] dnssec-conf: add missing RDEPENDS

2020-01-27 Thread Tim Orling
It also requires "host" (from bind-utils) as shown in: https://github.com/xelerance/dnssec-conf/blob/8e799683736b4a7b5e5e78f98fba0a6f48393537/dnskey-pull#L299 It recommends "bind", but another nameserver can be used. That level of complexity is left up to someone that

Re: [oe] [meta-python2][PATCH] dnssec-conf: move recipe from oe-core to meta-python2

2020-01-27 Thread Tim Orling
On Mon, Jan 27, 2020 at 6:47 PM Tim Orling wrote: > It's moving from meta-networking, not oe-core. I'll simply change the > commit log locally before merging. > > On Mon, Jan 27, 2020 at 3:12 PM Andrey Zhizhikin > wrote: > >> dnssec-conf did not receive any upd

Re: [oe] [meta-python2][PATCH] dnssec-conf: move recipe from oe-core to meta-python2

2020-01-28 Thread Tim Orling
On Mon, Jan 27, 2020 at 10:42 PM Andrey Zhizhikin wrote: > Hello Tim, > > On Tue, Jan 28, 2020 at 5:37 AM Tim Orling wrote: > > > > > > > > On Mon, Jan 27, 2020 at 6:47 PM Tim Orling wrote: > >> > >> It's moving from meta-networking,

Re: [oe] [meta-python][zeus][PATCH 1/2] python-twisted: add required RDEPENDS for twistd

2020-01-31 Thread Tim Orling
On Mon, Jan 27, 2020 at 12:44 PM Trevor Gamblin < trevor.gamb...@windriver.com> wrote: > python-twisted is currently missing some packages for its /usr/bin/twistd > executable to function. Add these to the RDEPENDS list, and also clean up > formatting since the list is getting long. > > Note that

[oe] [meta-python2][zeus][PATCH 1/2] lib/oeqa/runtime/cases: add python2.py

2020-01-31 Thread Tim Orling
Refactor the python3 test from oe-core to do very basic acceptance test of python2. Signed-off-by: Tim Orling --- lib/oeqa/runtime/cases/python2.py | 20 1 file changed, 20 insertions(+) create mode 100644 lib/oeqa/runtime/cases/python2.py diff --git a/lib/oeqa/runtime

[oe] [meta-python2][zeus][PATCH 2/2] kas-meta-python2-ptest-image: add python2 test

2020-01-31 Thread Tim Orling
In addition to ping, ssh and ptest, run python2 test(s). Run python2 before ptest (fail early). Signed-off-by: Tim Orling --- kas-meta-python2-ptest-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kas-meta-python2-ptest-image.yml b/kas-meta-python2-ptest-image.yml

Re: [oe] [meta-python][zeus][PATCH v2 1/2] python-twisted: add required RDEPENDS for twistd

2020-02-03 Thread Tim Orling
Thank you for sorting :) I was looking at applying this to meta-python2 zeus and my checks (import every twisted and twisted.* module) didn't see any missing dependencies before this patch. Can you describe the need or give me a hint of a reproducer? I'm sure I'm missing something. On Fri, Jan 31

Re: [oe] [meta-python2][PATCH] python-six: Update to 1.14.0

2020-02-03 Thread Tim Orling
merged. thank you. On Mon, Feb 3, 2020 at 11:36 AM Khem Raj wrote: > Have its own checksums so its not tightly coupled to versions from > oe-core > > Signed-off-by: Khem Raj > --- > recipes-devtools/python/python-six_1.13.0.bb | 2 -- > recipes-devtools/python/python-six_1.14.0.bb | 6 ++ >

Re: [oe] [meta-python][zeus][PATCH v2 1/2] python-twisted: add required RDEPENDS for twistd

2020-02-03 Thread Tim Orling
On Mon, Feb 3, 2020 at 8:30 PM Martin Jansa wrote: > Please send this fix to normal meta-python in meta-oe/zeus: > > http://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python-twisted.inc?h=zeus > > BTW: Why are you using meta-python2 with zeus branch? It imho d

[oe] [meta-python2][PATCH] python2: add ntpath

2020-02-05 Thread Tim Orling
From: Armin Kuster python3 has this but python is missing this. [Yocto #13740] Signed-off-by: Armin Kuster Signed-off-by: Tim Orling --- recipes-devtools/python/python/python2-manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-devtools/python/python/python2

Re: [oe] [meta-python2][RFC] lib/oeqa/runtime/cases/python2_module.py: add test

2020-02-05 Thread Tim Orling
On Wed, Feb 5, 2020 at 3:18 PM Randy MacLeod wrote: > On 1/25/20 3:25 AM, Tim Orling wrote: > > This test case is intentionally limited to only tesing one > > python package/recipe at a time, because the use case is to > > determine whether dependencies have been met for a m

Re: [oe] [meta-python2][RFC] lib/oeqa/runtime/cases/python2_module.py: add test

2020-02-05 Thread Tim Orling
On Wed, Feb 5, 2020 at 3:18 PM Randy MacLeod wrote: > On 1/25/20 3:25 AM, Tim Orling wrote: > > This test case is intentionally limited to only tesing one > > python package/recipe at a time, because the use case is to > > determine whether dependencies have been met for a m

[oe] [meta-python2][PATCH 1/2] python-twisted: add required RDEPENDS for twistd

2020-02-07 Thread Tim Orling
python2 version of twisted needs more explicit RDEPENDS than the python3 version submitted to master in order for /usr/bin/twistd to work properly. Signed-off-by: Trevor Gamblin Signed-off-by: Tim Orling --- .../python/python-twisted_19.10.0.bb | 18 +- 1 file changed, 17

[oe] [meta-python2][PATCH 2/2] python-twisted: cosmetic changes to RDEPENDS

2020-02-07 Thread Tim Orling
Make the RDEPENDS indent consistent and break long lines into multiline. Signed-off-by: Tim Orling --- .../python/python-twisted_19.10.0.bb | 42 --- 1 file changed, 26 insertions(+), 16 deletions(-) diff --git a/recipes-devtools/python/python-twisted_19.10.0.bb b

Re: [oe] [meta-python2][PATCH] python-grpcio: Upgrade to 1.27.1

2020-02-14 Thread Tim Orling
Thank you. I've merged this, but noticed 1.27.2 was released to patch python. Can you have a look? https://github.com/grpc/grpc/releases/tag/v1.27.2 On Wed, Feb 12, 2020 at 9:55 PM Khem Raj wrote: > Delete gettid patch, fixed differenty upstream > Add code to use cross compiler in setup.py > > D

[oe] [meta-oe][PATCH] phoronix-test-suite: add missing mime and mime-xdg inherit

2020-02-14 Thread Tim Orling
-suite/9.2.1-r0/packages-split/ \ phoronix-test-suite/usr/share/mime/packages/openbenchmarking-mime.xml' [mime] " Signed-off-by: Tim Orling --- .../phoronix-test-suite/phoronix-test-suite_9.2.1.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-

Re: [oe] [meta-python2][PATCH 1/1] python-lxml: fix installation

2020-02-24 Thread Tim Orling
I made one slight change in that I kept the "inherit" line intact, but moved it where you had done. Merged. Thank you! On Thu, Feb 20, 2020 at 9:34 AM Joe Slater wrote: > Inherit setuptools before adding to variables defined in it. > > Signed-off-by: Joe Slater > --- > recipes-devtools/pytho

Re: [oe] [meta-python2][PATCH 1/2] python-backports-functools-lru-cache: enable native and nativesdk

2020-02-26 Thread Tim Orling
Merged. Thank you! On Tue, Feb 25, 2020 at 5:54 AM Martin Jansa wrote: > * since this change: > commit d1a1c57d0e73251e86591214f30fc90010d5c111 > Author: Tim Orling > Date: Mon Jan 20 11:31:59 2020 -0800 > > python-beautifulsoup4: fix target RDEPENDS syntax >

Re: [oe] [meta-python2][PATCH 1/2] python-ldap: skip when meta-networking isn't included

2020-02-26 Thread Tim Orling
Merged. Thank you! On Tue, Feb 25, 2020 at 11:07 AM Martin Jansa wrote: > * fixes: > ERROR: Nothing PROVIDES 'cyrus-sasl' (but > meta-python2/recipes-devtools/python/python-ldap_3.2.0.bb DEPENDS on or > otherwise requires it) > in world builds without meta-networking > > Signed-off-by: Marti

Re: [oe] [meta-python2][PATCH 2/2] python-backports-init: enable native and nativesdk

2020-02-26 Thread Tim Orling
Merged. Thank you! On Tue, Feb 25, 2020 at 5:54 AM Martin Jansa wrote: > * needed for python-backports-functools-lru-cache-native > > Signed-off-by: Martin Jansa > --- > recipes-devtools/python/python-backports-init_1.0.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/recipes-devt

Re: [oe] [meta-python2][PATCH 2/2] python-networkmanager: skip when meta-networking isn't included

2020-02-26 Thread Tim Orling
Merged. Thank you! On Tue, Feb 25, 2020 at 11:07 AM Martin Jansa wrote: > * fixes > ERROR: Nothing RPROVIDES 'networkmanager' (but > meta-python2/recipes-connectivity/python-networkmanager/ > python-networkmanager_2.1.bb RDEPENDS on or otherwise requires it) > in world builds without meta-ne

Re: [oe] [meta-python][PATCH] python3-pycryptodomex: add 3.9.4 recipe

2020-03-09 Thread Tim Orling
This probably should have an RCONFLICTS with python3-cryptodme (and maybe even python3-crypto). These three packages step all over each other with same functionality... On Mon, Mar 9, 2020 at 7:50 PM Scott Branden via Openembedded-devel < openembedded-devel@lists.openembedded.org> wrote: > From:

Re: [oe] [meta-python][PATCH] python3-pycryptodomex: add 3.9.4 recipe

2020-03-10 Thread Tim Orling
cipes that have legacy RDEPENDS on python3-crypto or python3-cryptodome , when in fact they could use the cleaner solution of python3-cryptodomex. Commits I made in meta-python2 might help. Thank you for digging deeper and capturing the state of things. > Thanks, > Vesa Jääskeläinen >

Re: [oe] [meta-oe][PATCH] layer.conf: add meta-python to LAYERDEPENDS

2020-03-11 Thread Tim Orling
On Wed, Mar 11, 2020 at 12:38 AM Khem Raj wrote: > On Tue, Mar 10, 2020 at 11:39 PM Changqing Li > wrote: > > > > > > On 3/7/20 12:12 AM, Khem Raj wrote: > > > On Thu, Mar 5, 2020 at 11:55 PM Martin Jansa > wrote: > > >> Can we fix mozjs instead? > > > perhaps thats better fix, maybe it can mad

Re: [oe] [meta-python][PATCH 1/3] python3-cycler: add recipe for 0.10.0

2020-03-11 Thread Tim Orling
FWIW, I had made significant progress towards getting ptest enabled for Matplotlib, although a bit out of date now [1]. Which included a recipe for cycler. It also unbundled a bunch of dependencies, like libagg. The ptests do require a fair amount of ram, so standard qemu settings will epically fa

Re: [oe] [meta-python][PATCH] python3-pycryptodomex: add 3.9.4 recipe

2020-03-11 Thread Tim Orling
On Wed, Mar 11, 2020 at 8:02 PM Scott Branden wrote: > So no changes to make. Could we get this added to master-next? > My concerns have been addressed. Thank you everyone for the time you took to research the state of things. Reviewed-by: Tim Orling > > On Tue, 10 Mar 2

Re: [oe] [zeus 00/13] Patch review

2020-03-19 Thread Tim Orling
On Thu, Mar 19, 2020 at 4:16 PM akuster808 wrote: > > > On 3/19/20 1:44 AM, Khem Raj wrote: > > look > What does that mean? This is an all time favorite terse Khem review! > - armin > > > > On Wed, Mar 11, 2020 at 7:58 PM Armin Kuster > wrote: > >> Here is the next set for meta-openembedded.

[oe] [meta-python] Call to arms, help wanted

2020-04-01 Thread Tim Orling
Now that python2 support has been dropped, we have no need to maintain the .inc and .bb files. And in fact, this makes upgrades with devtool more difficult than it need be. Please help the layer prepare for the dunfell Yocto Project 3.1 release by sending patches to merge the .inc and .bb files.

Re: [oe] [meta-python] [PATCH] python3-pint: Enable ptest

2020-04-03 Thread Tim Orling
Please merge the .inc file into the .bb file. On Fri, Apr 3, 2020 at 1:45 AM zhengruoqin wrote: > Signed-off-by: Zheng Ruoqin > --- > .../recipes-devtools/python/python-pint.inc | 15 ++- > .../python/python3-pint/run-ptest | 3 +++ > 2 files changed, 17 inse

Re: [oe] [meta-python][PATCH 3/3] python-luma-oled: add new recipe

2020-04-03 Thread Tim Orling
We do not want separate .inc and .bb files. It makes recipe upgrades with devtool/AUH difficult. Please merge .inc and .bb On Fri, Apr 3, 2020 at 1:16 AM Leon Anavi wrote: > Python library interfacing OLED matrix displays with the SSD1306, > SSD1309, SSD1322, SSD1325, SSD1327, SSD1331, SSD1351 o

Re: [oe] [meta-python][PATCH 2/3] python-luma-core: add new recipe

2020-04-03 Thread Tim Orling
We do not want separate .inc and .bb files. It makes recipe upgrades with devtool/AUH difficult. Please merge .inc and .bb On Fri, Apr 3, 2020 at 1:15 AM Leon Anavi wrote: > Component library providing a Pillow-compatible drawing canvas, > and other functionality to support drawing primitives an

Re: [oe] [meta-python2][PATCH 3/3] python-docker: move from meta-virtualization

2020-04-13 Thread Tim Orling
On Mon, Apr 13, 2020 at 12:49 PM Leon Anavi wrote: > Support for Python 2 has been dropped in meta-virtualization. Move > python-docker recipes to meta-python2 for backward compatibility > of legacy projects. Dependencies python-docker-pycreds and > python-websocket-client should be also present

[oe] [meta-python2][PATCH] packagegroup-meta-python2: add new recipes

2020-04-14 Thread Tim Orling
Add python-docker-pycreds Add python-websocket-client Add python-docker Signed-off-by: Tim Orling --- recipes-core/packagegroups/packagegroup-meta-python2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-core/packagegroups/packagegroup-meta-python2.bb b/recipes

[oe] [meta-python2][PATCH v2] packagegroup-meta-python2: add new recipes

2020-04-14 Thread Tim Orling
Add python-docker-pycreds Add python-websocket-client Add python-docker Signed-off-by: Tim Orling --- recipes-core/packagegroups/packagegroup-meta-python2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-core/packagegroups/packagegroup-meta-python2.bb b/recipes

[oe] [meta-python2] Final python2 release candidate 2.7.18rc1

2020-04-14 Thread Tim Orling
Heads up that the final release of python2 has a release candidate: https://www.python.org/downloads/release/python-2718rc1/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#83937): https://lists.openembedded.org/g/openembedded-devel/message/83937 Mu

[oe] [meta-oe][PATCH] icewm: upgrade 1.5.5 -> 1.6.5

2020-04-21 Thread Tim Orling
Add additional DEPENDS on libxcomposite, libxfixes, libxdamage Add update-alternatives similar to xfce-session from meta-xfce For release notes and changes see: https://github.com/ice-wm/icewm/releases/ Signed-off-by: Tim Orling --- .../icewm/{icewm_1.5.5.bb => icewm_1.6.5.bb} |

Re: [oe] [meta-python][PATCH] python3-pexpect: change shebang to python3

2020-04-24 Thread Tim Orling
meta-python2 has zero connection the meta-python. So it will not depend on any inc files. On Fri, Apr 24, 2020 at 6:57 PM Khem Raj wrote: > > > On 4/23/20 6:13 PM, Changqing Li wrote: > > From: Changqing Li > > > > we have offcially dropped python2, so it is possible > > that our code run on py

[oe] [meta-python2] python{-native}: upgrade 2.7.17 -> 2.7.18

2020-04-24 Thread Tim Orling
Python 3. License-Update: Update copyright years Signed-off-by: Tim Orling --- .../{python-native_2.7.17.bb => python-native_2.7.18.bb} | 0 recipes-devtools/python/python.inc | 5 ++--- .../python/{python_2.7.17.bb => python_2.7.18.bb}| 0 3 files c

[oe] [meta-python2] Final python2 release

2020-04-24 Thread Tim Orling
The final, last, terminal, dead, deceased, never-any-more, move-to-python3-now release of python2 2.7.18 was released on April 19. I have posted a patch to upgrade meta-python2 to 2.7.18. Please test. If you care, test a lot. I intend to also apply this release to the "dunfell" branch. Since it is

[oe] [meta-python][PATCH 2/2] python3-cryptography-vectors: merge bb and inc

2020-04-25 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- .../python/python-cryptography-vectors.inc| 18 .../python3-cryptography-vectors_2.8.bb | 21 ++- 2 files changed, 20 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools

[oe] [meta-python][PATCH 1/2] python3-cryptography: merge bb and inc

2020-04-25 Thread Tim Orling
From: Tim Orling Drop python-cryptography/ not used anywhere. Signed-off-by: Tim Orling --- .../python/python-cryptography.inc| 58 -- .../python/python-cryptography/run-ptest | 2 - .../python/python3-cryptography_2.8.bb| 61 ++- 3

Re: [oe] [meta-python][PATCH 1/2] python3-cryptography: merge bb and inc

2020-04-26 Thread Tim Orling
For some reason patchwork didn’t pick up these two patches On Sat, Apr 25, 2020 at 11:48 PM Tim Orling via lists.openembedded.org wrote: > From: Tim Orling > > Drop python-cryptography/ not used anywhere. > > Signed-off-by: Tim Orling > --- > .../python/py

[oe] [meta-python2][dunfell][PATCH] kas-meta-python2-image-base.yml: dunfell branches

2020-04-27 Thread Tim Orling
Need to use dunfell for all dependent layers. Signed-off-by: Tim Orling --- kas-meta-python2-image-base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kas-meta-python2-image-base.yml b/kas-meta-python2-image-base.yml index 6b7293e0..62f476ac 100644 --- a/kas-meta

[oe] [meta-python2][PATCH] python-pbr: merge bb and inc files

2020-04-27 Thread Tim Orling
Merge the contents of the inc file from oe-core to prevent collisions and getting out of sync. Signed-off-by: Tim Orling --- recipes-devtools/python/python-pbr_5.4.4.bb | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/recipes-devtools/python/python-pbr_5.4.4

Re: [oe] [meta-python][PATCH] systemd-python: add a new recipe

2017-04-05 Thread Tim Orling
> On Apr 6, 2017, at 3:12 AM, Andrej Rode wrote: > > Adds new recipe for systemd-python, python bindings for libsystemd > This is breaking Debian naming for python packages, it should be python-systemd, not systemd-python. We need to be consistent. —Tim > Signed-off-by: Andrej Rode > --- >

Re: [oe] [meta-python][PATCH] systemd-python: add a new recipe

2017-04-06 Thread Tim Orling
> On Apr 6, 2017, at 9:13 AM, Andrej Rode wrote: > > > On Wed, Apr 5, 2017 at 11:30 PM, Tim Orling <mailto:timothy.t.orl...@linux.intel.com>> wrote: > > > On Apr 6, 2017, at 3:12 AM, Andrej Rode > <mailto:andrej.r...@ettus.com>> wrote: > >

[oe] [meta-java][master][pyro][PATCH 1/2] cacao-native: fix configure RSS regression

2017-05-13 Thread Tim Orling
; * strace shows missing .../usr/share/classpath-initial/glibj.zip Signed-off-by: Tim Orling --- recipes-core/cacao/cacao_1.6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/cacao/cacao_1.6.1.bb b/recipes-core/cacao/cacao_1.6.1.bb index ec13cc5..c380f56 10

[oe] [meta-java][master][pyro][PATCH 2/2] openjdk-8-native.inc: add coreutils-native to DEPENDS

2017-05-13 Thread Tim Orling
Without this it fails in do_configure because "comm" is not found. Signed-off-by: Tim Orling --- recipes-core/openjdk/openjdk-8-native.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/openjdk/openjdk-8-native.inc b/recipes-core/openjdk/openjdk-8-

[oe] [meta-xfce][PATCH] xfce4-vala: update vala api to 0.36

2017-05-20 Thread Tim Orling
oe-core has updated to vala_0.36.2 Signed-off-by: Tim Orling --- meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb b/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb

Re: [oe] State of bitbake world, Failed tasks 2017-05-17

2017-05-20 Thread Tim Orling
> On May 19, 2017, at 12:13 PM, Martin Jansa wrote: > > http://www.openembedded.org/wiki/Bitbake_World_Status > === common (4) === >* meta-browser/recipes-mozilla/firefox/firefox_45.6.0esr.bb:do_compile >* > meta-openembedded/meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb:do

[oe] [meta-java][master][pyro][PATCH] inetlib: cleanup and fix RSS regression

2017-05-21 Thread Tim Orling
- Add SUMMARY and expand DESCRIPTION - Move SRC_URI checksums to recommended location in recipe - Drop PR, no longer required - Add virtual/javac-native and classpath-initial-native to DEPENDS for RSS Signed-off-by: Tim Orling --- recipes-core/classpathx/inetlib_1.1.1.bb | 17

[oe] [meta-java][master][pyro][PATCH 1/4] xom: unblacklist and update to v1.2.10

2017-05-21 Thread Tim Orling
- License checksum changed (updated year) - Add SUMMARY and expand DESCRIPTION - Clone jaxen dependency from github, update to v1.1.6 - Move SRC_URI checksums to recommended location in recipe - Add virtual/javac-native to DEPENDS for RSS Signed-off-by: Tim Orling

[oe] [meta-java][master][pyro][PATCH 0/4] xml-commons: unblacklist

2017-05-21 Thread Tim Orling
OLS, as unzip-native should be working. The remaining blacklisted recipes are proving harder to fix than I would hope. Much of this infrastructure is aging badly upstream. Tim Orling (4): xom: unblacklist and update to v1.2.10 jaxen: unblacklist and update to v1.1.6 dom4j: unblacklist and fix

[oe] [meta-java][master][pyro][PATCH 2/4] jaxen: unblacklist and update to v1.1.6

2017-05-21 Thread Tim Orling
- Add SUMMARY and expand DESCRIPTION - Upstream moved to github, use git not ephemeral archive tarball - Fix path for 'find org ...' - Move SRC_URI checksums to recommended location in recipe - Add virtual/javac-native to DEPENDS for RSS Signed-off-by: Tim Orling --- recipes-core/x

[oe] [meta-java][master][pyro][PATCH 3/4] dom4j: unblacklist and fix build

2017-05-21 Thread Tim Orling
- Add SUMMARY and expand DESCRIPTION - Update HOMEPAGE - Update URI for jaxme - Add LIC_FILE_CHECKSUM - Fix path for 'find org ...' - Move SRC_URI checksums to recommended location in recipe - Add virtual/javac-native to DEPENDS for RSS Signed-off-by: Tim Orling --- recipes-core/x

[oe] [meta-java][master][pyro][PATCH 4/4] jdom: unblacklist and update to v1.1.3

2017-05-21 Thread Tim Orling
- Add SUMMARY and expand DESCRIPTION - Add LIC_FILES_CHECKSUM - Move SRC_URI checksums to recommended location in recipe - Add virtual/javac-native to DEPENDS for RSS Signed-off-by: Tim Orling --- recipes-core/xml-commons/jdom_1.1.3.bb | 25 + recipes

Re: [oe] [meta-java] rxtx fails to build because of upstream website dead

2017-05-22 Thread Tim Orling
I just tried and upstream was available. Maybe it was just down for maintenance? On Mon, May 22, 2017 at 12:23 AM Romain Bazile wrote: > The source package is about 1.5MB big, so that's not really heavy. > > > But I perfectly understand the rationale behind it, which was my fear. > > > I didn't k

Re: [oe] [meta-java] rxtx fails to build because of upstream website dead

2017-05-22 Thread Tim Orling
al mirror which can also speed > > builds considerably. > > Just look at the documentation for 'own-mirrors' > > > >> > >> > >> Do you know where can I put the request to add this file to the mirrors? > >> > >> Romain Bazile > >> >

Re: [oe] [meta-java] rxtx fails to build because of upstream website dead

2017-05-22 Thread Tim Orling
Docs for "own-mirror": http://www.yoctoproject.org/docs/2.3/mega-manual/mega-manual.html#setting-up-effective-mirrors On Mon, May 22, 2017 at 8:19 AM Tim Orling wrote: > You could also diff with the GitHub repo: > > https://github.com/rxtx/rxtx > > And possibly cha

[oe] [meta-java][master][pyro][PATCH] java-test-image: drop ROOTFS_PKGMANAGE_BOOTSTRAP var

2017-05-30 Thread Tim Orling
oe-core has dropped this variable Signed-off-by: Tim Orling --- recipes-images/images/java-test-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-images/images/java-test-image.bb b/recipes-images/images/java-test-image.bb index 005e7a1..30eb2ea 100644 --- a

Re: [oe] [meta-oe/meta-perl] [PATCH 1/8] libsombok3: add recipe

2017-07-11 Thread Tim Orling
> On Jul 11, 2017, at 9:44 AM, liu.min...@gmail.com wrote: > > From: Ming Liu > > Sombok - Unicode Text Segmentation Package. > > It's being depended by libunicode-linebreak-perl. > > Signed-off-by: Ming Liu > --- > ...01-configure.ac-fix-cross-compiling-issue.patch | 31

Re: [oe] [meta-oe/meta-perl] [PATCH 3/8] libterm-readkey-perl: add recipe

2017-07-11 Thread Tim Orling
The original po4a recipe should have been named libpo4a-perl, to follow Debian naming. Notice that every other perl module you have in DEPENDS or RRECOMMENDS __are__ following Debian naming. Please help us keep the metadata consistent in the meta-perl layer. Thank you. See 4.2 in: https://www.d

Re: [oe] [meta-oe/meta-perl] [PATCH 1/8] libsombok3: add recipe

2017-07-11 Thread Tim Orling
g targeted for meta-oe/recipes-devtools Regards, Tim > the best, > thank you > > 2017-07-12 0:32 GMT+02:00 Tim Orling <mailto:timothy.t.orl...@linux.intel.com>>: > > > On Jul 11, 2017, at 9:44 AM, liu.min...@gmail.com > > <mailto:liu.min...@gmail.com> wro

Re: [oe] [meta-oe/meta-perl] [PATCH 3/8] libterm-readkey-perl: add recipe

2017-07-11 Thread Tim Orling
or commit message to indicate it is NOT a standard perl package. It will be read by non-informed users as open season to use any naming scheme they want. Hence my concern. Just my 2 cents. —Tim > the best, > thank you > > 2017-07-12 0:34 GMT+02:00 Tim Orling <mailto:timothy

Re: [oe] [meta-oe/meta-perl] [PATCH 3/8] libterm-readkey-perl: add recipe

2017-07-12 Thread Tim Orling
easier to be maintained/understood by > developers/users, especially for those who are comfortable with debian > systems. > > > //MIng Liu > > 2017-07-12 4:51 GMT+02:00 Tim Orling <mailto:timothy.t.orl...@linux.intel.com>>: > >> On Jul 11, 2017, at 7:07 PM,

Re: [oe] Has anyone added support for bazel

2017-07-26 Thread Tim Orling
> On Jul 26, 2017, at 11:31 AM, Khem Raj wrote: > > On Wed, Jul 26, 2017 at 8:07 AM, Ricardo Ribalda Delgado > wrote: >> Hi all >> >> I am working on adding support for TensorFlow in Openembbedded. >> >> One of the building dependencies is bazel ( https://bazel.build/ ) >> >> Before I create

Re: [oe] Alpha release of check-requirement.sh

2017-08-10 Thread Tim Orling
So where does it live? It ends up being: run shell script from "somewhere". I know what you mean about git and other requirements, but still it must be sourced from "somewhere". If you add a desire to be version controlled, it then logically lands in a git repo. Or subversion, bazaar or mercurial.

Re: [oe] Alpha release of check-requirement.sh

2017-08-10 Thread Tim Orling
Also, I recommend a method of linking the checker script with the documentation. And run unit tests to prove nothing has changed on distro X, Y or Z. And I want a pony, with wings and a single horn. On Thu, Aug 10, 2017 at 1:38 AM Tim Orling wrote: > So where does it live? It ends up being:

Re: [oe] [meta-python][PATCH] meta-python: add self as maintainer

2020-05-14 Thread Tim Orling
I’ve discussed privately with Trevor previously. He has already made many solid contributions and his assistance should be recognized. On Thu, May 14, 2020 at 12:48 PM Trevor Gamblin < trevor.gamb...@windriver.com> wrote: > Signed-off-by: Trevor Gamblin Acked-by: Tim Orling > &

<    1   2   3   4   5   6   7   8   9   10   >