[OE-core] [[PATCH v2] kernel-fitimage: fix ${KERNEL_DEVICETREE} includes subdirectory issue.

2017-05-04 Thread Chunrong Guo
From: Chunrong Guo * For example: KERNEL_DEVICETREE ?= "freescale/fsl-ls1046a-rdb.dtb" ${DTB}= "freescale/fsl-ls1046a-rdb.dtb" but only the dtb name should be used. * Support "ext2.gz " filesystems * Support mutiple KERNEL_IMAGETYPE For example: KERN

Re: [OE-core] [PATCH 3/5] libpng12: remove the recipe

2017-05-04 Thread Max Krummenacher
Am Donnerstag, den 04.05.2017, 10:54 +0100 schrieb Burton, Ross: > On 4 May 2017 at 10:18, Alexander Kanavin > wrote: > > > Then meta-oe can continue to host libpng12. > > > > > > > I actually think allowing those recipes to fail and blacklisting them is > > better. Moving libpng12 to meta-oe i

[OE-core] Opencv 3.2 with python2

2017-05-04 Thread david bensoussan
Here is a patch that starts using python3 by default on opencv: https://github.com/openembedded/meta-openembedded/commit/f66aa42d9e6204ad3f5af05faf1abec652f7ac1e I have tried using python2 by setting up: PACKAGECONFIG_append = "python2" PACKAGECONFIG_remove = "python3" Without success since this

[OE-core] [PATCH v2 2/2] cmake.bbclass: use `cmake --build` to build & install

2017-05-04 Thread Cody P Schafer
Rather than presuming `make` is the generator, use cmake's generic `cmake --build` feature (which knows to call the appropriate generator). Both DESTDIR and VERBOSE still behave as intended when used as environment variables instead of make variable-arguments. As cmake-based builds don't do any c

[OE-core] [PATCH v2 1/2] cmake.bbclass: remove unneded cd ${B}

2017-05-04 Thread Cody P Schafer
The default dir for do_compile & do_configure is already ${B}, no need to cd (other than broken appends) CC: Andre McCurdy Signed-off-by: Cody P Schafer --- meta/classes/cmake.bbclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass in

Re: [OE-core] [PATCH] kernel-fitimage: fix ${KERNEL_DEVICETREE} includes subdirectory issue.

2017-05-04 Thread Andreas Oberritter
On Thu, 4 May 2017 17:08:40 +0800 Chunrong Guo wrote: > From: Chunrong Guo > > * For example: > KERNEL_DEVICETREE ?= "freescale/fsl-ls1046a-rdb.dtb" > > ${DTB}= "freescale/fsl-ls1046a-rdb.dtb" > > but only the dtb name should be used. > > * Support "ext2.gz " filesy

Re: [OE-core] [PATCH] scripts/oe-selftest: avoid deprecated imp.reload function

2017-05-04 Thread Leonardo Sandoval
On Thu, 2017-05-04 at 17:41 +0100, Burton, Ross wrote: > > On 2 May 2017 at 18:37, > wrote: > As explained in [1], the module function imp.reload has been > deprecated for > importlib.reload, so use the latter instead. > > > $ oe-selftest -r package > 2017-05-04

Re: [OE-core] [PATCH] scripts/oe-selftest: avoid deprecated imp.reload function

2017-05-04 Thread Burton, Ross
On 2 May 2017 at 18:37, wrote: > As explained in [1], the module function imp.reload has been deprecated for > importlib.reload, so use the latter instead. > $ oe-selftest -r package 2017-05-04 17:40:10,352 - selftest - INFO - Running bitbake -e to get BBPATH Traceback (most recent call last):

Re: [OE-core] ✗ patchtest: failure for "liberation-fonts: update to 2...." and 4 more

2017-05-04 Thread Leonardo Sandoval
On Thu, 2017-05-04 at 22:07 +1200, Paul Eggleton wrote: > Hi Alex, > > On Thursday, 4 May 2017 9:33:02 PM NZST Alexander Kanavin wrote: > > On 05/04/2017 12:43 AM, Paul Eggleton wrote: > > > On Thursday, 4 May 2017 1:31:52 AM NZST Patchwork wrote: > > >> * Issue Series sent to the wron

[OE-core] [PATCH] archiver.bbclass: enhance do_ar_recipe task signature

2017-05-04 Thread Patrick Ohly
Previously, do_ar_recipe ran again unnecessarily when adding or removing classes like buildhistory.bbclass, because that changes the BBINCLUDED variable which do_ar_recipe uses to find .bbappend files. This is both extra work and also sometimes triggered "basehash changed" errors (seen under oe-se

Re: [OE-core] Regression with RPM4 and unversioned DSOs

2017-05-04 Thread Mark Hatle
On 5/4/17 9:31 AM, Mark Hatle wrote: > On 5/4/17 6:34 AM, Martin Jansa wrote: >> You might want to check the output of package_do_shlibs function >> in meta/classes/package.bbclass in case it's already missing there. > > I'm pretty sure this was generated in the older case in the > "package_do_fi

Re: [OE-core] Regression with RPM4 and unversioned DSOs

2017-05-04 Thread Mark Hatle
On 5/4/17 6:34 AM, Martin Jansa wrote: > You might want to check the output of package_do_shlibs function > in meta/classes/package.bbclass in case it's already missing there. I'm pretty sure this was generated in the older case in the "package_do_filedeps". The system ran rpmdeps, which collect

Re: [OE-core] [PATCH] lz4: update to lastest 1.7.4

2017-05-04 Thread Burton, Ross
On 1 April 2017 at 21:06, Armin Kuster wrote: > +RDEPENDS_${PN}-ptest += "make python3" > Annoying this causes: packages/corei7-64-poky-linux/lz4/lz4-dev: RRECOMMENDS: added "python3-dev make-dev" I wonder if theres a way to filter those out... Ross -- ___

[OE-core] [PATCH 2/2] oe-build-perf-report: allow slashes in {branch} field in tag names

2017-05-04 Thread Markus Lehtonen
The target branch name might contain slashes. Signed-off-by: Markus Lehtonen --- scripts/oe-build-perf-report | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/oe-build-perf-report b/scripts/oe-build-perf-report index 876e3b1a76..d460caae18 100755 --- a/scripts/oe-build-perf-report +++

[OE-core] [PATCH 1/2] oe-build-perf-report: accept parenthesis in tag names

2017-05-04 Thread Markus Lehtonen
Signed-off-by: Markus Lehtonen --- scripts/oe-build-perf-report | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/oe-build-perf-report b/scripts/oe-build-perf-report index ced5ff2e12..876e3b1a76 100755 --- a/scripts/oe-build-perf-report +++ b/scripts/oe-build-perf-

Re: [OE-core] Regression with RPM4 and unversioned DSOs

2017-05-04 Thread Martin Jansa
You might want to check the output of package_do_shlibs function in meta/classes/package.bbclass in case it's already missing there. On Thu, May 4, 2017 at 1:30 PM, Peter Kjellerstedt < peter.kjellerst...@axis.com> wrote: > > -Original Message- > > From: Alexander Kanavin [mailto:alexande

Re: [OE-core] Regression with RPM4 and unversioned DSOs

2017-05-04 Thread Peter Kjellerstedt
> -Original Message- > From: Alexander Kanavin [mailto:alexander.kana...@linux.intel.com] > Sent: den 4 maj 2017 11:54 > To: Peter Kjellerstedt > Cc: OE Core (openembedded-core@lists.openembedded.org) c...@lists.openembedded.org> > Subject: Re: Regression with RPM4 and unversioned DSOs >

Re: [OE-core] [PATCH 4/5] recipes-lsb4/perl: remove the recipes

2017-05-04 Thread Richard Purdie
On Thu, 2017-05-04 at 13:54 +0300, Alexander Kanavin wrote: > On 05/04/2017 01:49 PM, Richard Purdie wrote: > > > > On Wed, 2017-05-03 at 16:11 +0300, Alexander Kanavin wrote: > > > > > > These were required by LSB 4.1 tests; there's no other reason to > > > continue > > > carrying them in oe-cor

Re: [OE-core] [PATCH] package_ipk.bbclass: Include a space followed by a dot for empty description lines

2017-05-04 Thread Burton, Ross
On 3 May 2017 at 20:26, wrote: > line = textwrap.fill(t.strip(), > width=10, > initial_indent=' ', > - subsequent_indent=' ') or '.'

Re: [OE-core] [PATCH 4/5] recipes-lsb4/perl: remove the recipes

2017-05-04 Thread Alexander Kanavin
On 05/04/2017 01:49 PM, Richard Purdie wrote: On Wed, 2017-05-03 at 16:11 +0300, Alexander Kanavin wrote: These were required by LSB 4.1 tests; there's no other reason to continue carrying them in oe-core. We did discuss LSB and agreed we'd document which pieces we'd support and not support. C

Re: [OE-core] [PATCH 4/5] recipes-lsb4/perl: remove the recipes

2017-05-04 Thread Richard Purdie
On Wed, 2017-05-03 at 16:11 +0300, Alexander Kanavin wrote: > These were required by LSB 4.1 tests; there's no other reason to > continue > carrying them in oe-core. We did discuss LSB and agreed we'd document which pieces we'd support and not support. Can we add such a text file before we start d

[OE-core] [PATCH] kernel-fitimage: fix ${KERNEL_DEVICETREE} includes subdirectory issue.

2017-05-04 Thread Chunrong Guo
From: Chunrong Guo * For example: KERNEL_DEVICETREE ?= "freescale/fsl-ls1046a-rdb.dtb" ${DTB}= "freescale/fsl-ls1046a-rdb.dtb" but only the dtb name should be used. * Support "ext2.gz " filesystems * Support mutiple KERNEL_IMAGETYPE For example: KERN

Re: [OE-core] ✗ patchtest: failure for "liberation-fonts: update to 2...." and 4 more

2017-05-04 Thread Paul Eggleton
On Thursday, 4 May 2017 10:16:36 PM NZST Alexander Kanavin wrote: > On 05/04/2017 01:07 PM, Paul Eggleton wrote: > > The original idea was that the tests could also be run from your local machine > > (could easily be as a git hook), and whilst it's not as easy as I might have > > liked it is doab

Re: [OE-core] ✗ patchtest: failure for "liberation-fonts: update to 2...." and 4 more

2017-05-04 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Alexander Kanavin > Sent: den 4 maj 2017 12:17 > To: Paul Eggleton > Cc: Leonardo Sandoval ; > openembedded-core@lists.openembedded.org >

Re: [OE-core] ✗ patchtest: failure for "liberation-fonts: update to 2...." and 4 more

2017-05-04 Thread Alexander Kanavin
On 05/04/2017 01:07 PM, Paul Eggleton wrote: The original idea was that the tests could also be run from your local machine (could easily be as a git hook), and whilst it's not as easy as I might have liked it is doable - however even if it were much easier, we have to be realistic and acknowledg

Re: [OE-core] ✗ patchtest: failure for "liberation-fonts: update to 2...." and 4 more

2017-05-04 Thread Paul Eggleton
Hi Alex, On Thursday, 4 May 2017 9:33:02 PM NZST Alexander Kanavin wrote: > On 05/04/2017 12:43 AM, Paul Eggleton wrote: > > On Thursday, 4 May 2017 1:31:52 AM NZST Patchwork wrote: > >> * Issue Series sent to the wrong mailing list > > [test_target_mailing_list] > >> Suggested fix

Re: [OE-core] [PATCH 3/5] libpng12: remove the recipe

2017-05-04 Thread Burton, Ross
On 4 May 2017 at 10:18, Alexander Kanavin wrote: > Then meta-oe can continue to host libpng12. >> > > I actually think allowing those recipes to fail and blacklisting them is > better. Moving libpng12 to meta-oe is the lazy way out; the proper way to > deal with such regressions is to look at the

Re: [OE-core] Regression with RPM4 and unversioned DSOs

2017-05-04 Thread Alexander Kanavin
On 05/04/2017 11:46 AM, Peter Kjellerstedt wrote: Since I would very much like to avoid having to add explicit runtime dependencies for all those dependencies that were previously automatically detected, which would be a nightmare, I am now looking for any help as to where to find the code that a

Re: [OE-core] ✗ patchtest: failure for "liberation-fonts: update to 2...." and 4 more

2017-05-04 Thread Alexander Kanavin
On 05/04/2017 12:43 AM, Paul Eggleton wrote: On Thursday, 4 May 2017 1:31:52 AM NZST Patchwork wrote: * Issue Series sent to the wrong mailing list [test_target_mailing_list] Suggested fixSend the series again to the correct mailing list (ML) Suggested ML p...@yoctoproj

Re: [OE-core] [PATCH 3/5] libpng12: remove the recipe

2017-05-04 Thread Alexander Kanavin
On 05/03/2017 09:58 PM, Burton, Ross wrote: > It was only in oe-core because of LSB; let's remove it. Current libpng is 1.6.x. This will break at least meta-openembedded glmark2 and glcompbench. Then meta-oe can continue to host libpng12. I actually think allowing those recipes to

[OE-core] [PATCH] build-perf-test-wrapper.sh: support uploading test reports

2017-05-04 Thread Markus Lehtonen
Implement new '-R' command line option for specifying an rsync destination where to upload test reports. [YOCTO #5049] Signed-off-by: Markus Lehtonen --- scripts/contrib/build-perf-test-wrapper.sh | 30 +- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git

[OE-core] Regression with RPM4 and unversioned DSOs

2017-05-04 Thread Peter Kjellerstedt
There seems to be a serious regression with the introduction of RPM4 and packages that install unversioned DSOs. We unfortunately have a lot of those, and after building one of our products with Pyro it is now missing almost 80 packages due to missing generated runtime dependencies. Previousl

[OE-core] State of bitbake world, Failed tasks 2017-05-03

2017-05-04 Thread Martin Jansa
This might be the last report from pyro, I'll update meta-oe pyro from master once meta-networking changes are merged as well. == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies