[OE-core] [PATCH 02/20] oeqa.selftest._sstatetests_noauto: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/_sstatetests_noauto.py| 9 +++-- meta/li

[OE-core] [PATCH 00/20] oeqa: Split configuration from the code

2016-08-08 Thread Jose Lamego
Jose Lamego (20): oeqa.selftest.archiver: Split configuration from code oeqa.selftest._sstatetests_noauto: Split configuration from code oeqa.selftest.bblayers: Split configuration from code oeqa.selftest.bbtests: Split configuration from code oeqa.selftest.buildhistory: Split configuration

[OE-core] [PATCH 01/20] oeqa.selftest.archiver: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/archiver.py| 24 +++- meta/li

[OE-core] [PATCH 20/20] oeqa.utils.readconfig: Read self-test configuration file

2016-08-08 Thread Jose Lamego
-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/utils/readconfig.py | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta/lib/oeqa/utils/readconfig.py diff --git a/meta/lib/oeqa/utils/readconfig.py b/meta/lib/oeqa/utils/readconfig.py new fil

[OE-core] [PATCH 15/20] oeqa.selftest.recipetool: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/conf/recipetool.conf | 84 +++ meta/lib/oeqa/se

[OE-core] [PATCH 14/20] oeqa.selftest.prservice: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/conf/prservice.conf | 21 + meta/lib/oeqa/se

[OE-core] [PATCH 19/20] oeqa.selftest.wic: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/conf/wic.conf | 10 +++ meta/lib/oeqa/selftest/

[OE-core] [PATCH 18/20] oeqa.selftest.sstatetests: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/conf/sstatetests.conf | 25 + meta/lib/oeqa/se

[OE-core] [PATCH 16/20] oeqa.selftest.runtime-test: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/conf/runtime-test.conf | 13 + meta/lib/oeqa/selftest/r

[OE-core] [PATCH 04/20] oeqa.selftest.bbtests: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/bbtests.py| 175 +-- me

[OE-core] [PATCH 06/20] oeqa.selftest.buildoptions: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/buildoptions.py| 231 +++--- me

[OE-core] [PATCH 08/20] oeqa.selftest.imagefeatures: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/conf/imagefeatures.conf | 19 + meta/lib/oeqa/se

[OE-core] [PATCH 03/20] oeqa.selftest.bblayers: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/bblayers.py| 125 ++ me

[OE-core] [PATCH 05/20] oeqa.selftest.buildhistory: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/buildhistory.py| 10 +- meta/lib/oeqa/se

[OE-core] [PATCH 10/20] oeqa.selftest.lic-checksum: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/conf/lic-checksum.conf | 4 meta/lib/oeqa/selfte

[OE-core] [PATCH 07/20] oeqa.selftest.devtool: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/conf/devtool.conf | 100 meta/lib/oeqa/se

[OE-core] [PATCH 11/20] oeqa.selftest.manifest: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/conf/manifest.conf | 8 meta/lib/oeqa/se

[OE-core] [PATCH 12/20] oeqa.selftest.oescripts: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/conf/oescripts.conf | 6 ++ meta/lib/oeqa/se

[OE-core] [PATCH 13/20] oeqa.selftest.pkgdata: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/conf/pkgdata.conf | 39 meta/lib/oeqa/selftest/pkgd

[OE-core] [PATCH 09/20] oeqa.selftest.layerappend: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/conf/layerappend.conf | 40 + meta/lib/oeqa/se

[OE-core] [PATCH 17/20] oeqa.selftest.signing: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/conf/signing.conf | 15 meta/lib/oeqa/selftest/sign

Re: [OE-core] [PATCH 19/20] oeqa.selftest.wic: Split configuration from code

2016-08-09 Thread Jose Lamego
Hi Ed, thanks for your quick response. On 08/09/2016 02:26 AM, Ed Bartosh wrote: > Hi Jose, > > On Mon, Aug 08, 2016 at 09:23:07AM -0700, Jose Lamego wrote: >> Improve oeqa-selftest capabilities and UX by placing >> test configuration features and variables into a separate

Re: [OE-core] [PATCH 3/3] python3-setuptools: Remove pth file creation at recipe level

2017-02-08 Thread Jose Lamego
Ping. On 01/17/2017 09:42 AM, Jose Lamego wrote: > Handling of installed eggs is now performed at the distutils3 bbclass. > > This change removes the pth file creation at recipe level. > > [YOCTO #8673] > > Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.co

Re: [OE-core] [PATCH 2/3] python3-pip: Remove pth file creation at recipe level

2017-02-08 Thread Jose Lamego
Ping. On 01/17/2017 09:42 AM, Jose Lamego wrote: > Handling of installed eggs is now performed at the distutils3 bbclass. > > This change removes the pth file creation at recipe level. > > [YOCTO #8673] > > Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.co

Re: [OE-core] [PATCH 1/3] distutils3.bbclass: add egg files/directories to python path

2017-02-08 Thread Jose Lamego
Ping. On 01/17/2017 09:42 AM, Jose Lamego wrote: > Packages that use .egg files or directories for installation may > not be found when imported at the python3 interpreter. > .egg files/directories path must be included in a .pth file to > be appropriately included in

Re: [OE-core] Patchwork not picking changes from the ML Was: [oe] [meta-python][PATCH] python-paho-mqtt: update to version 1.2

2017-02-22 Thread Jose Lamego
edded-devel mailing list > > openembedded-de...@lists.openembedded.org > <mailto:openembedded-de...@lists.openembedded.org> > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > <http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [OE-core] Patchwork not picking changes from the ML

2017-02-24 Thread Jose Lamego
On 02/24/2017 10:27 AM, Patrick Ohly wrote: > On Fri, 2017-02-24 at 15:33 +0100, Gary Thomas wrote: >> On 2017-02-24 15:21, Patrick Ohly wrote: >>> On Wed, 2017-02-22 at 15:56 -0600, Jose Lamego wrote: >>>> >>>> On 02/22/2017 02:55 PM, Michael Hals

Re: [OE-core] [yocto] [Openembedded-architecture] Patchwork and incoming patch testing

2017-01-18 Thread Jose Lamego
On 01/18/2017 08:52 AM, Leonardo Sandoval wrote: > + Jose Lamego > > > Jose is doing recent work on the patchwork UI, perhaps there are already > bugs for the items you are asking. > > > On 01/18/2017 02:40 AM, Jussi Kukkonen wrote: >> This looks great, thanks.

[OE-core] [PATCH 3/3] python3-setuptools: Remove pth file creation at recipe level

2017-01-17 Thread Jose Lamego
Handling of installed eggs is now performed at the distutils3 bbclass. This change removes the pth file creation at recipe level. [YOCTO #8673] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/recipes-devtools/python/python3-setuptools_31.0.0.bb | 3 --- 1 file chan

[OE-core] [PATCH 1/3] distutils3.bbclass: add egg files/directories to python path

2017-01-17 Thread Jose Lamego
its path to a .pth file during package installation. It ensures that any new package that uses .egg files/recipes will be appropriately added to path by performing the check from the distutils3 class. [YOCTO #8673] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/c

[OE-core] [PATCH 0/3] distutils3: add egg files to path

2017-01-17 Thread Jose Lamego
-contrib lamego/bug8673 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lamego/bug8673 Jose Lamego (3): distutils3.bbclass: add egg files/directories to python path python3-pip: Remove pth file creation at recipe level python3-setuptools: Remove pth file creation at recipe level

[OE-core] [PATCH 2/3] python3-pip: Remove pth file creation at recipe level

2017-01-17 Thread Jose Lamego
Handling of installed eggs is now performed at the distutils3 bbclass. This change removes the pth file creation at recipe level. [YOCTO #8673] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/recipes-devtools/python/python3-pip_9.0.1.bb | 3 --- 1 file changed, 3 del

Re: [OE-core] [yocto] [Openembedded-architecture] Patchwork and incoming patch testing

2017-01-18 Thread Jose Lamego
On 01/18/2017 08:52 AM, Leonardo Sandoval wrote: > + Jose Lamego > > > Jose is doing recent work on the patchwork UI, perhaps there are already > bugs for the items you are asking. > > > On 01/18/2017 02:40 AM, Jussi Kukkonen wrote: >> This looks great, thanks.

[OE-core] [PATCH] oeqa/selftest/base: backup and restore local configuration files

2016-09-21 Thread Jose Lamego
at cleanup. [YOCTO #9390] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/base.py | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/base.py b/meta/lib/oeqa/selftest/base.py index b

[OE-core] [PATCH v2] oeqa/selftest/base: backup and restore local configuration files

2016-09-21 Thread Jose Lamego
at cleanup. [YOCTO #9390] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/lib/oeqa/selftest/base.py | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/base.py b/meta/lib/oeqa/selftest/base.py index b

[OE-core] [PATCH] scripts.send-pull-request: Avoid multiple chain headers

2016-11-25 Thread Jose Lamego
able. [Yocto #10718] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- scripts/send-pull-request | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/send-pull-request b/scripts/send-pull-request index 575549d..a660c37 100755 --- a/scripts/send-pull-reque

[OE-core] [PATCH V2] scripts.send-pull-request: Avoid multiple chain headers

2016-11-28 Thread Jose Lamego
able. [YOCTO #10718] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- scripts/send-pull-request | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/send-pull-request b/scripts/send-pull-request index 575549d..a660c37 100755 --- a/scripts/send-pull-reque

Re: [OE-core] [PATCH V2] scripts.send-pull-request: Avoid multiple chain headers

2016-11-28 Thread Jose Lamego
On 11/28/2016 03:34 PM, Patrick Ohly wrote: > On Mon, 2016-11-28 at 14:28 -0600, Jose Lamego wrote: >> Agree. Please provide feedback about below comments and I will submit a >> v3 patch. >> >> On 11/28/2016 01:47 PM, Patrick Ohly wrote: >>> On Mon, 2016-11-

Re: [OE-core] [PATCH V2] scripts.send-pull-request: Avoid multiple chain headers

2016-11-28 Thread Jose Lamego
Agree. Please provide feedback about below comments and I will submit a v3 patch. On 11/28/2016 01:47 PM, Patrick Ohly wrote: > On Mon, 2016-11-28 at 10:23 -0600, Jose Lamego wrote: More than 1 "In-Reply-To" and "References" message headers are in violation of rfc2822 [1]

[OE-core] [PATCH] maintainers: Change maintainers for python(3) modules

2016-11-16 Thread Jose Lamego
Some packages with recipes for both python2 and python3 must be upgraded simultaneously to avoid version conflicts due to common dependencies. This change distributes responsibilities to provide a single maintainer for related recipes. Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.

[OE-core] [PATCH 2/4] python*-mako: upgrade to 1.0.6

2016-11-16 Thread Jose Lamego
Both python-mako and python3-mako need to be upgraded to latest upstream version. This change was tested using qemux86 with core-image-sato. Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/recipes-devtools/python/python-mako.inc | 4 ++-- .../

[OE-core] [PATCH 1/4] python*-git: upgrade to 2.1.0

2016-11-16 Thread Jose Lamego
Both python-git and python3-git need to be upgraded to latest upstream version. This change was tested using qemux86 with core-image-sato. Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/recipes-devtools/python/python-git.inc | 4 ++-- .../

[OE-core] [PATCH 4/4] python-scons*: upgrade to 2.5.1

2016-11-16 Thread Jose Lamego
Both python-scons and python-scons-native need to be upgraded to latest upstream version. This change was tested using qemux86 with core-image-sato. Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- .../{python-scons-native_2.5.0.bb => python-scons-native_2.5.1.b

[OE-core] [PATCH 3/4] python-pexpect: upgrade to 4.2.1

2016-11-16 Thread Jose Lamego
python-pexpect needs to be upgraded to latest upstream version. This change was tested using qemux86 with core-image-sato Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- .../python/{python-pexpect_4.2.0.bb => python-pexpect_4.2.1.bb} | 4 ++-- 1 file changed, 2 i

[OE-core] [PATCH 0/4] python-git and 3 more upgrades

2016-11-16 Thread Jose Lamego
The following python recipes needed to be upgraded to latest upstream version. These changes were tested using qemux86 with core-image-sato. Jose Lamego (4): python*-git: upgrade to 2.1.0 python*-mako: upgrade to 1.0.6 python-pexpect: upgrade to 4.2.1 python-scons*: upgrade to 2.5.1

[OE-core] [PATCH] python*-git: Upgrade to version 2.1.1

2016-12-15 Thread Jose Lamego
Both python-git and python3-git need to be upgraded to latest upstream version. This change was tested using qemux86 with core-image-sato. For each recipe test, CORE_IMAGE_EXTRA_INSTALL included python and python-git, and python3, python3-modules and python3-git, respectively. Signed-off-by: Jose

[OE-core] [PATCH v2] python*-git: Upgrade to version 2.1.1

2016-12-15 Thread Jose Lamego
Both python-git and python3-git need to be upgraded to latest upstream version. This change includes python3 dependencies added and was tested using qemux86 with core-image-sato. Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- Notes: Changes in patch v2: python3 depend

Re: [OE-core] [PATCH V2] scripts.send-pull-request: Avoid multiple chain headers

2016-11-29 Thread Jose Lamego
On 11/29/2016 02:51 AM, Patrick Ohly wrote: > On Mon, 2016-11-28 at 16:35 -0600, Jose Lamego wrote: >> >> On 11/28/2016 03:34 PM, Patrick Ohly wrote: >>> On Mon, 2016-11-28 at 14:28 -0600, Jose Lamego wrote: >>>> Agree. Please provide feedback about below

[OE-core] [PATCH] python-3.3-multilib.patch: Fixes getpath on multilib configurations

2017-03-17 Thread Jose Lamego
-by: Alejandro Hernandez <alejandro.hernan...@linux.intel.com> Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- .../python/python3/python-3.3-multilib.patch| 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/py

[OE-core] [PATCH] create-pull-request: add "-t in-reply-to" option

2017-04-04 Thread Jose Lamego
, but as a new thread instead. This change adds the "[-t in_reply_to]" option, where "in_reply_to" is the original cover letter's Message-Id, so this reference is added to the new cover letter to ensure the thread continuity. [YOCTO #11294] Signed-off-by: Jose Lamego <jose.a

Re: [OE-core] [PATCH] create-pull-request: add "-t in-reply-to" option

2017-04-05 Thread Jose Lamego
On 04/05/2017 09:00 AM, Leonardo Sandoval wrote: > On Tue, 2017-04-04 at 16:45 -0500, Jose Lamego wrote: >> The create-patch-request script creates patches as replies to a cover > > you mean create-pull-request, I believe > >> letter, in the form of an email thre

[OE-core] [yocto][patchwork][PATCH v2] create-pull-request: add "-t in-reply-to" option

2017-04-05 Thread Jose Lamego
, but as a new thread instead. This change adds the "[-t in_reply_to]" option, where "in_reply_to" is the original cover letter's Message-Id, so this reference is added to the new cover letter to ensure the thread continuity. [YOCTO #11294] Signed-off-by: Jose Lamego <jose.a

[OE-core] [PATCH v2] create-pull-request: add "-t in-reply-to" option

2017-04-05 Thread Jose Lamego
, but as a new thread instead. This change adds the "[-t in_reply_to]" option, where "in_reply_to" is the original cover letter's Message-Id, so this reference is added to the new cover letter to ensure the thread continuity. [YOCTO #11294] Signed-off-by: Jose Lamego <jose.a

[OE-core] [PATCH] python*-git: Upgrade to version 2.1.3

2017-03-13 Thread Jose Lamego
Both python-git and python3-git need to be upgraded to latest upstream version. This change was tested using qemux86 with core-image-sato. Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/recipes-devtools/python/python-git.inc | 4 ++-- .../

Re: [OE-core] [PATCH 3/3] python3-setuptools: Remove pth file creation at recipe level

2017-03-13 Thread Jose Lamego
Ping. On 02/08/2017 04:31 PM, Jose Lamego wrote: > Ping. > > On 01/17/2017 09:42 AM, Jose Lamego wrote: >> Handling of installed eggs is now performed at the distutils3 bbclass. >> >> This change removes the pth file creation at recipe level. >> >> [YOCTO

Re: [OE-core] [PATCH 2/3] python3-pip: Remove pth file creation at recipe level

2017-03-13 Thread Jose Lamego
Ping. On 02/08/2017 04:31 PM, Jose Lamego wrote: > Ping. > > On 01/17/2017 09:42 AM, Jose Lamego wrote: >> Handling of installed eggs is now performed at the distutils3 bbclass. >> >> This change removes the pth file creation at recipe level. >> >> [YOCTO

Re: [OE-core] [PATCH 1/3] distutils3.bbclass: add egg files/directories to python path

2017-03-13 Thread Jose Lamego
Ping On 02/08/2017 04:30 PM, Jose Lamego wrote: > Ping. > > On 01/17/2017 09:42 AM, Jose Lamego wrote: >> Packages that use .egg files or directories for installation may >> not be found when imported at the python3 interpreter. >> .egg files/directories path must

[OE-core] [PATCH] packagegroup-python3: add packagegroup

2017-08-15 Thread Jose Lamego
by using the FEATURES_PACKAGES variable to define python3 as a new feature and then adding it to the image to build. [YOCTO #10667] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- .../packagegroups/packagegroup-python3.bb | 85 ++ 1 file changed, 85 inse

Re: [OE-core] [PATCH] packagegroup-python3: add packagegroup

2017-08-15 Thread Jose Lamego
On 08/15/2017 04:56 PM, Christopher Larson wrote: > On Tue, Aug 15, 2017 at 2:05 PM, Jose Lamego <jose.a.lam...@linux.intel.com> > wrote: > >> Many of the most usual python3 modules are missing when >> trying to import them to python3 in images built wit

Re: [OE-core] ✗ patchtest: failure for libgcrypt: fix CVE-2017-9526 (rev2)

2017-07-14 Thread Jose Lamego
gi/patchtest-oe> > > -- > ___ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > <mailto:Openembedded-core@lists.openembedded.org> > http://lists.openembedded.org/mailman/li

Re: [OE-core] [PATCH 4/6] git: 2.11.1 -> 2.13.2

2017-07-13 Thread Jose Lamego
..e7cae40 >>> --- /dev/null >>> +++ b/meta/recipes-devtools/git/git_2.13.2.bb >>> @@ -0,0 +1,11 @@ >>> +require git.inc >>> + >>> +EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ >>> + >>> ac_cv_fread_reads_directori

[OE-core] [PATCH] python*-setuptools: upgrade to 36.2.0

2017-07-19 Thread Jose Lamego
Both python-setuptools and python3-setuptools need to be upgraded to latest upstream version. license checksum is now targeted to be performed over the actual license text at license file. These changes were tested using qemux86 with core-image-minimal. Signed-off-by: Jose Lamego <jose.a.

[OE-core] [PATCH] python3-git: upgrade to 2.1.5

2017-07-19 Thread Jose Lamego
python3-git needs to be upgraded to latest upstream version. "git" is added as RDEPENDS. These changes were tested using qemux86 with core-image-minimal. Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- Notes: This patch replaces previous submission f

[OE-core] [PATCH] python3-mako: update to 1.0.7

2017-07-19 Thread Jose Lamego
python3-mako need to be upgraded to latest upstream version. This change was tested using qemux86 with core-image-minimal Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/recipes-devtools/python/python-mako.inc | 4 ++-- .../python/{python3-mako

Re: [OE-core] [PATCH] python*-git: Upgrade to version 2.1.5

2017-07-19 Thread Jose Lamego
ping. This may get in before the freeze. On 06/27/2017 12:50 PM, Jose Lamego wrote: > Both python-git and python3-git need to be upgraded to latest > upstream version. > > Two RDEPENDS are added: "git" and "python-unittest" to python-git recipe &

Re: [OE-core] [PATCH 2/2] bc: upgrade 1.06 to 1.07.1

2017-07-20 Thread Jose Lamego
On 05/19/2017 02:17 PM, Jose Lamego wrote: > > On 05/19/2017 10:25 AM, Burton, Ross wrote: >> On 18 May 2017 at 23:28, Jose Lamego <jose.a.lam...@linux.intel.com >> <mailto:jose.a.lam...@linux.intel.com>> wrote: >> >> bc recipe must be upgraded t

[OE-core] [PATCH] python*-setuptools: upgrade to 36.0.1

2017-06-27 Thread Jose Lamego
Both python-setuptools and python3-setuptools need to be upgraded to latest upstream version. license checksum is now targeted to be performed over the actual license text at license file. These changes were tested using qemux86 with core-image-minimal. Signed-off-by: Jose Lamego <jose.a.

[OE-core] [PATCH] python3-docutils: update to 0.14

2017-08-09 Thread Jose Lamego
python3-docutils recipe must be upgraded to latest stable release. LIC_FILES_CHKSUM changed due to a typo fix from previous version, but license type and information remained the same. This change was tested on qemu with core-image-minimal. Signed-off-by: Jose Lamego <jose.a.

[OE-core] [PATCH] python*-setuptools: update to 36.2.7

2017-08-09 Thread Jose Lamego
Both python-setuptools and python3-setuptools must be updated to latest stable release. These changes were tested on qemu with core-image-minimal Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/recipes-devtools/python/python-setuptools.inc

Re: [OE-core] [PATCH] packagegroup-python3: add packagegroup

2017-08-18 Thread Jose Lamego
Please disregard this patch. The python3 recipe provides python-modules, which includes all of the listed packages, making a new packagegroup unnecessary. On 08/15/2017 04:05 PM, Jose Lamego wrote: > Many of the most usual python3 modules are missing when > trying to import them to p

Re: [OE-core] [PATCH v2] create-pull-request: add "-t in-reply-to" option

2017-05-15 Thread Jose Lamego
dded-core/2017-May/136648.html however, I've sent an additional patch that fixes the alternatives case construct syntax in http://lists.openembedded.org/pipermail/openembedded-core/2017-May/136699.html Thanks for the heads up. > On Wed, Apr 5, 2017 at 12:38 PM, Jose Lamego > <jose.a.lam.

[OE-core] [PATCH] create-pull-request: Fix alternatives case construct syntax

2017-05-15 Thread Jose Lamego
Each alternative in options case construct must be sepparated by a double semicolon. This change adds the double semicolon for the "t)" option. Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- scripts/create-pull-request | 1 + 1 file changed, 1 insertion(+) diff

[OE-core] [PATCH] python3-pygobject: upgrade to 3.24.1

2017-06-26 Thread Jose Lamego
From: Upgrade Helper <a...@auh.yoctoproject.org> Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- .../{python3-pygobject_3.22.0.bb => python3-pygobject_3.24.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/

[OE-core] [PATCH v2] python3-pygobject: upgrade to 3.24.1

2017-06-26 Thread Jose Lamego
Upgrade to latest upstream version tested on qemux86 with core-image-sato Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- Notes: Changes in V2: Removed AUH reference and added test information .../{python3-pygobject_3.22.0.bb => python3-pygobject_3.24.1.bb}

[OE-core] [PATCH] python*-git: Upgrade to version 2.1.5

2017-06-27 Thread Jose Lamego
Both python-git and python3-git need to be upgraded to latest upstream version. Two RDEPENDS are added: "git" and "python-unittest" to python-git recipe and "git" to python3-git recipe. These changes were tested using qemux86 with core-image-minimal. Signed-o

Re: [OE-core] [PATCH 1/2] conf/bitbake.conf: include ed in hosttools

2017-05-19 Thread Jose Lamego
On 05/19/2017 04:02 AM, Anders Darander wrote: > * Khem Raj <raj.k...@gmail.com> [170519 01:17]: > >> On Thu, May 18, 2017 at 4:12 PM, Richard Purdie >> <richard.pur...@linuxfoundation.org> wrote: >>> On Thu, 2017-05-18 at 17:28 -0500, Jose Lamego

Re: [OE-core] [PATCH] manpages.bbclass: avoid QA warning when "manpages" feature not supported

2017-05-25 Thread Jose Lamego
On 05/25/2017 03:06 AM, Alexander Kanavin wrote: > On 05/24/2017 11:54 PM, Jose Lamego wrote: >> Sorry is miss this message. >> >> The command line is missing the squared brackets (the following should >> do the work since I may have permissions): >> >>

[OE-core] [PATCH 2/2] bc: upgrade 1.06 to 1.07.1

2017-05-18 Thread Jose Lamego
bc recipe must be upgraded to latest version in upstream. bc license changed from "GPLv2+ & LGPLv2.1" to "GPLv3+ & LGPLv3" The new version exhibits a Parallel Make Race that required unsetting PARALLEL_MAKE variable. This change was tested with core-image-minimal in q

[OE-core] [PATCH 1/2] conf/bitbake.conf: include ed in hosttools

2017-05-18 Thread Jose Lamego
Some recipes build fail due to missing ed command. This change includes ed to the hosttools required to run builds with oe-core. Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonza...@linux.intel.com> --- meta/conf/

[OE-core] [PATCH 0/2] bc: upgrade 1.06 to 1.07.1

2017-05-18 Thread Jose Lamego
GPLv2+ & LGPLv2.1" to "GPLv3+ & LGPLv3" unset PARALLEL_MAKE variable in bc recipe to prevent a Parallel Make Race during build Jose Lamego (2): conf/bitbake.conf: include ed in hosttools bc: upgrade 1.06 to 1.07.1 meta/conf/bitbake.conf

Re: [OE-core] [PATCH 2/2] bc: upgrade 1.06 to 1.07.1

2017-05-19 Thread Jose Lamego
On 05/19/2017 10:25 AM, Burton, Ross wrote: > > On 18 May 2017 at 23:28, Jose Lamego <jose.a.lam...@linux.intel.com > <mailto:jose.a.lam...@linux.intel.com>> wrote: > > bc recipe must be upgraded to latest version in upstream. > > bc license changed f

Re: [OE-core] Patchwork git hooks for meta-oe repository

2017-06-14 Thread Jose Lamego
the hook while finding a fix. Thanks for the heads up and sorry for any inconvenience. Jose Lamego > remote: /usr/local/patchwork/tools/post-receive_standalone.hook: line > 65: $4: unbound variable > > remote: ++ git -C Next rev-parse > remote: ++ git -C Next rev-list --std

Re: [OE-core] [PATCH] manpages.bbclass: avoid QA warning when "manpages" feature not supported

2017-05-24 Thread Jose Lamego
s: Do you believe we should drop the brackets requirement? > > Ross > > -- Jose Lamego | OTC Embedded Platforms & Tools | GDC signature.asc Description: OpenPGP digital signature -- ___ Openembedded-core mailing list Openembedded-core

Re: [OE-core] [PATCH] manpages.bbclass: avoid QA warning when "manpages" feature not supported

2017-05-24 Thread Jose Lamego
Evidently, I don't have the required permissions (you can see the previous system-generated comment). -- Jose Lamego | OTC Embedded Platforms & Tools | GDC signature.asc Description: OpenPGP digital signature -- ___ Openembedded-core mailing

Re: [OE-core] [PATCH] python3-numpy: upgrade to 1.13.3

2017-10-16 Thread Jose Lamego
On 10/16/2017 04:45 PM, Burton, Ross wrote: > On 11 October 2017 at 22:15, Jose Lamego <jose.a.lam...@linux.intel.com> > wrote: > >> -SRC_URI[md5sum] = "6d459e4a24f5035f720dda3c57716a92" >> -SRC_URI[sha256sum] = "de020ec06f1e9ce1115a50161a38bf >>

[OE-core] [PATCH 1/2] python3-pycairo: update to 1.15.3

2017-10-11 Thread Jose Lamego
ated instructions dropped due to use of setuptools3. py3cairo header file copied to "includedir" where it is assumed to be located by some dependencies. This change was tested in qemux86 running core-image-minimal Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- .../python/py

[OE-core] [PATCH 0/2] pycairo & pygobject updates

2017-10-11 Thread Jose Lamego
python3-pycairo and python3-pygobject recipes must be updated to latest stable release. Being python3-cairo a dependency for python3-pygobject, the former must be updated before the latter, due to version requirements. Changes are detailed in each commit message. Jose Lamego (2): python3

[OE-core] [PATCH 2/2] python3-pygobject: update to 3.26.0

2017-10-11 Thread Jose Lamego
python3-pygobject needs to be updated to latest stable branch. This change was tested in qemux86 running core-image-minimal. Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- .../{python3-pygobject_3.24.1.bb => python3-pygobject_3.26.0.bb}| 6 ++ 1 file c

[OE-core] [PATCH] python*-setuptools: update to 36.5.0

2017-10-11 Thread Jose Lamego
Both python-setuptools and python3-setuptools must be updated to latest stable release. These changes were tested on qemu with core-image-minimal Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/recipes-devtools/python/python-setuptools.inc

[OE-core] [PATCH] python3-numpy: upgrade to 1.13.3

2017-10-11 Thread Jose Lamego
python3-numpy needs to be upgraded to latest stable version. This change was tested on qemux86 running core-image-minimal. Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- .../python-numpy/{python3-numpy_1.13.1.bb => python3-numpy_1.13.3.bb} | 4 ++-- 1 file changed, 2 i

[OE-core] [PATCH] python3-git: update to 2.1.7

2017-10-11 Thread Jose Lamego
python3-git needs to be updated to latest stable version. This change was tested on qemux86 running core-image-minimal. Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/recipes-devtools/python/python-git.inc | 4 ++-- .../python/{python3-git_2.

[OE-core] [PATCH] python-scons*: upgrade to 3.0.0

2017-10-11 Thread Jose Lamego
. These changes were tested in qemux86 with core-image-minimal. Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- ...python-scons-native_2.5.1.bb => python-scons-native_3.0.0.bb} | 0 .../python/{python-scons_2.5.1.bb => python-scons_3.0.0.bb} | 9 ++--- 2 file

[OE-core] [PATCH] python3-six: update to 1.11.0

2017-10-11 Thread Jose Lamego
python3-six needs to be updated to latest stable version. Change in LIC_FILES_CHKSUM due to updated Copyright year, rest of file remains the same. This update was tested in qemux86 running core-image-minimal. Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- meta/recipes-de

Re: [OE-core] [PATCH] python-scons*: upgrade to 3.0.0

2017-10-18 Thread Jose Lamego
/2e0de3c55f22b3eaa7767b69740b898f3d2f46bf and other projects are aware also, serf for example: http://svn.apache.org/viewvc?view=revision=1811083 I will submit a new update commit when a fixed SCons is available. [Patchwork-Status: Rejected] On 10/11/2017 04:17 PM, Jose Lamego wrote: > Both python-sc

[OE-core] [PATCH v2] python-scons*: upgrade to 3.0.0

2017-10-19 Thread Jose Lamego
. A patch was taken from upstream to support python2 print statements in SConscripts. This should be included in next version. These changes were tested in qemux86 with core-image-minimal. Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- ...ative_2.5.1.bb => python-scons-nat

Re: [OE-core] [PATCH 0/2] version bump bc to 1.07.1

2017-10-25 Thread Jose Lamego
Josef, A previous upgrade attempt [1] showed that bc version 1.07.1 not only needs ed in the host (a regression from 1.06) but also shows a Parallel Make Race that requires unsetting PARALLEL_MAKE variable. I contacted the upstream maintainer and he is aware of this situation and has