[OE-core] [PATCH] python-gitdb: upgrade to v2.0.3

2017-12-22 Thread Tim Orling
* Change PYPI_PACKAGE to gitdb2 to reflect upstream change * Now inherits setuptools rather than distutils Signed-off-by: Tim Orling --- meta/recipes-devtools/python/python-gitdb.inc | 8 +--- .../python/{python3-gitdb_0.6.4.bb => python3-gitdb_2.0.3.bb} | 2 +- 2 fil

[OE-core] [PATCH] bmap-tools: fix RDEPENDS and update SRC_URI

2017-12-22 Thread Tim Orling
* RDEPENDS are now all the python3 versions * Upstream SRC_URI has moved to github.com/intel/bmap-tools * Missing RDEPENDS on python3-setuptools added - Provides import for pkg_resources Fixes [YOCTO #12148] Signed-off-by: Tim Orling --- meta/recipes-support/bmap-tools/bmap-tools_3.4.bb | 4 +

Re: [OE-core] [oe-core][PATCH 1/1] liberation-fonts: do not inherit allarch

2017-12-22 Thread Slater, Joseph
I tried the patch to the allarch class and the problem does away.Joe From: Alexander Kanavin [alexander.kana...@linux.intel.com] Sent: Friday, December 22, 2017 12:34 AM To: Slater, Joseph; Richard Purdie; openembedded-core@lists.openembedded.org; BURTO

[OE-core] [PATCH] rm_work: remove debugging statements

2017-12-22 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/classes/rm_work.bbclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass index 59180829abf..31d99e4554a 100644 --- a/meta/classes/rm_work.bbclass +++ b/meta/classes/rm_work.bbclass @@ -183,8 +183,6

[OE-core] [PATCH] systemtap_git.inc: Add microblazeel as a supported architecture

2017-12-22 Thread Bhargava Sreekantappa Gayathri
This patch adds microblazeel as a supported architecture for systemtap. Signed-off-by: Bhargava Sreekantappa Gayathri --- meta/recipes-kernel/systemtap/systemtap_git.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/r

Re: [OE-core] Yocto Project Status WW51’17

2017-12-22 Thread Randy MacLeod
On 2017-12-18 10:52 AM, Jolley, Stephen K wrote: Current Dev Position: YP 2.5 M2 development Next Deadline: YP 2.5 M2 cut off of 1/15/18 SWAT team rotation: Stephano -> Maxin on Dec. 15, 2017. SWAT team rotation: Maxin -> Cal on Dec. 22, 2017. https://wiki.yoctoproject.org/wiki/Yocto_Build_Fa

[OE-core] [PATCH] python3-pygobject: update to 3.26.1

2017-12-22 Thread Derek Straka
Update to the latest stable release Tested in qemux86-64 running core-image-minimal Signed-off-by: Derek Straka --- .../{python3-pygobject_3.26.0.bb => python3-pygobject_3.26.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-pygob

[OE-core] [PATCH] python3-pycairo: update to 1.15.4

2017-12-22 Thread Derek Straka
Update to the latest stable release Tested in qemux86-64 running core-image-minimal Signed-off-by: Derek Straka --- .../python/{python3-pycairo_1.15.3.bb => python3-pycairo_1.15.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-pycai

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

2017-12-22 Thread Derek Straka
python3-git was updated to the latest stable version Tested on qemux86-64 using core-image-minimal Signed-off-by: Derek Straka --- meta/recipes-devtools/python/python-git.inc | 4 ++-- .../python/{python3-git_2.1.7.bb => python3-git_2.1.8.bb} | 0 2 files c

[OE-core] [PATCH] mesa: Upgrade to 17.3.1 release

2017-12-22 Thread Otavio Salvador
The 17.3.1 release, published in December 21, 2017, is the first 17.3 stable release for use. It fixes a number of issues since 17.3.0 release. The release notes can be seen at: - 17.3.0: https://www.mesa3d.org/relnotes/17.3.0.html - 17.3.1: https://www.mesa3d.org/relnotes/17.3.1.html This com

[OE-core] [PATCH] glib-2.0: Add python3 modules required by gdbus-codegen

2017-12-22 Thread Jef Driesen
The gdbus-codegen tool depends on python3, python3-distutils and python3-xml at runtime. But because these dependencies are not stated in the yocto recipe, those python modules are not automatically included in the SDK. Signed-off-by: Jef Driesen --- meta/recipes-core/glib-2.0/glib.inc | 6 +

[OE-core] [PATCH] lib/oe/patch: add missing import

2017-12-22 Thread Paul Eggleton
This module refers to oe.types, so it needs to actually import oe.types. Fixes errors when parsing certain OE-Core recipes within the layer index update script. Signed-off-by: Paul Eggleton --- meta/lib/oe/patch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/lib/oe/patch.py b/meta/l

Re: [OE-core] [oe-core][PATCH 1/1] liberation-fonts: do not inherit allarch

2017-12-22 Thread Alexander Kanavin
On 12/22/2017 02:00 AM, Slater, Joseph wrote: A number of postinstall's run target binaries, whether on the host or target. This means they invoke qemu on the host and try to tell it where bits are. I think it might not be necessary to pass explicit information about library locations to qemu,