Re: [oe] [bitbake-devel] [PATCH] fetch/hg: Disable checksums for archived downloads

2015-05-28 Thread Ash Charles
> I wonder how did you test the patch, please ? Did you revert the patch: > fetch/hg: support submodules ? Hi Robert, I tested the patch in a Yocto environment which had a prepopulated downloads directory. In particular, I had seen the failure described [1] for vim. My version of bitbake was sligh

Re: [oe] [PATCH] fetch/hg: Disable checksums for archived downloads

2015-05-28 Thread Robert Yang
Hello, I think that the following patch has broken the mirror tarball of hg: http://lists.openembedded.org/pipermail/bitbake-devel/2015-May/005725.html I wonder how did you test the patch, please ? Did you revert the patch: fetch/hg: support submodules ? Or other ways, please ? // Robert

[oe] [meta-opie][PATCH 4/4] opie-sysinfo-images: fix warning about nonexistant ${S} directory

2015-05-28 Thread Dmitry Eremin-Solenikov
Point ${S} to ${WORKDIR}/pics to fix the warning. Signed-off-by: Dmitry Eremin-Solenikov --- recipes-opie/opie-sysinfo/opie-sysinfo-images.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-opie/opie-sysinfo/opie-sysinfo-images.inc b/recipes-opie/opie-sysinfo/opie-s

[oe] [meta-opie][PATCH 2/4] opie-init: fix warning about nonexistant ${S} directory

2015-05-28 Thread Dmitry Eremin-Solenikov
Point ${S} to ${WORKDIR} to fix the warning. Signed-off-by: Dmitry Eremin-Solenikov --- recipes-opie/opie-init/opie-init.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-opie/opie-init/opie-init.inc b/recipes-opie/opie-init/opie-init.inc index 99ebbe0..844cc14 100

[oe] [meta-opie][PATCH 3/4] opie-keytabs: fix warning about nonexistant ${S} directory

2015-05-28 Thread Dmitry Eremin-Solenikov
Point ${S} to ${WORKDIR}/etc to fix the warning. Signed-off-by: Dmitry Eremin-Solenikov --- recipes-opie/opie-keytabs/opie-keytabs.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-opie/opie-keytabs/opie-keytabs.inc b/recipes-opie/opie-keytabs/opie-keytabs.inc index 05962a2..ae8

[oe] [meta-opie][PATCH 1/4] opie-icon-reload: fix warning about nonexistant ${S} directory

2015-05-28 Thread Dmitry Eremin-Solenikov
Point ${S} to ${WORKDIR} to fix the warning. Signed-off-by: Dmitry Eremin-Solenikov --- recipes-opie/opie-icon-reload/opie-icon-reload.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-opie/opie-icon-reload/opie-icon-reload.inc b/recipes-opie/opie-icon-reload/opie-icon-reload.in

[oe] [meta-opie][PATCH 2/2] packagegroup-opie: fix bluez dependencies

2015-05-28 Thread Dmitry Eremin-Solenikov
Make it runtime depend on either bluez4 or bluez5 depending on DISTRO_FEATURES. Signed-off-by: Dmitry Eremin-Solenikov --- recipes-opie/packagegroups/packagegroup-opie.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-opie/packagegroups/packagegroup-opie.bb b/reci

[oe] [meta-opie][PATCH 1/2] opie-securityplugin-blueping: fix bluez dependencies

2015-05-28 Thread Dmitry Eremin-Solenikov
Make it runtime depend on either bluez4 or bluez5 depending on DISTRO_FEATURES. Signed-off-by: Dmitry Eremin-Solenikov --- recipes-opie/opie-securityplugins/opie-securityplugin-blueping.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-opie/opie-securityplugins/opie

[oe] [meta-handheld][PATCH] layer.conf: add LAYERDEPENDS

2015-05-28 Thread Dmitry Eremin-Solenikov
Describe meta-handheld layer dependencies in layer.conf Signed-off-by: Dmitry Eremin-Solenikov --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/layer.conf b/conf/layer.conf index 31dcb16..c34f203 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -16,3 +16,4 @@ BBF

[oe] [WIP][meta-qt5][PATCHv2] qt5: merge .inc and _git.bb files

2015-05-28 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes-qt/qt5/nativesdk-qtbase.inc | 272 --- recipes-qt/qt5/nativesdk-qtbase_git.bb | 258 - recipes-qt/qt5/nativesdk-qttools.inc | 34 recipes-qt/qt5/nativesdk-qttools_git.bb | 48 +-

[oe] [WIP][meta-qt5][PATCH 1/5] qtbase-native: add CLEANBROKEN

2015-05-28 Thread Martin Jansa
* otherwise do_configure fails with: make[2]: *** No rule to make target 'cmake-clean', needed by 'sub-installed_cmake-clean'. Stop. make[2]: *** Waiting for unfinished jobs hidden very far in log.do_configure Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtbase-native.inc | 2 ++ 1

[oe] [WIP][meta-qt5][PATCH 5/5] qmake5_base.bbclass: fix typo

2015-05-28 Thread Martin Jansa
From: Alexis Cellier In the qt.conf file created, fix typo on "TargetSpec" (was "TartgetSpec"). Signed-off-by: Alexis Cellier Signed-off-by: Martin Jansa --- classes/qmake5_base.bbclass| 2 +- recipes-qt/qt5/nativesdk-qtbase_git.bb | 2 +- recipes-qt/qt5/qtbase_git.bb |

[oe] [WIP][meta-qt5][PATCH 4/5] qt5: merge .inc and _git.bb files

2015-05-28 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes-qt/qt5/nativesdk-qtbase.inc | 272 --- recipes-qt/qt5/nativesdk-qtbase_git.bb | 248 +++- recipes-qt/qt5/nativesdk-qttools.inc | 34 recipes-qt/qt5/nativesdk-qttools_git.bb | 36 +++- re

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2015-05-27

2015-05-28 Thread Paul Eggleton
On Thursday 28 May 2015 09:15:42 Alexander Kanavin wrote: > On 05/28/2015 01:04 PM, Paul Eggleton wrote: > > This seems to be related to gstreamer 0.10 removal; though it's QtWebkit > > that's> > > failing rather than Phonon: > > | cd WebKit/qt/tests/ && > > | /home/jenkins/oe/world/shr-core/tmp-g

Re: [oe] [meta-qt5] Dropping tarball recipes from meta-qt5

2015-05-28 Thread Martin Jansa
On Thu, May 28, 2015 at 11:49:22AM +0100, Paul Eggleton wrote: > On Thursday 28 May 2015 12:46:33 Andreas Müller wrote: > > On Thu, May 28, 2015 at 12:36 PM, Martin Jansa > wrote: > > > I'm still working on finishing 5.5-beta1 recipes for qt5, I'm getting > > > tired of maintaining 2 sets of patc

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2015-05-27

2015-05-28 Thread Alexander Kanavin
On 05/28/2015 01:04 PM, Paul Eggleton wrote: This seems to be related to gstreamer 0.10 removal; though it's QtWebkit that's failing rather than Phonon: | cd WebKit/qt/tests/ && /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/qmake2 -after INCPATH+=/home

Re: [oe] [meta-qt5] Dropping tarball recipes from meta-qt5

2015-05-28 Thread Otavio Salvador
On Thu, May 28, 2015 at 7:36 AM, Martin Jansa wrote: > I'm still working on finishing 5.5-beta1 recipes for qt5, I'm getting > tired of maintaining 2 sets of patches and 2 versions of recipes in the > same layer branch. > > 1) Would people mind dropping 5.4 support in master branch (who wants to >

Re: [oe] [meta-qt5] Dropping tarball recipes from meta-qt5

2015-05-28 Thread Paul Eggleton
On Thursday 28 May 2015 12:46:33 Andreas Müller wrote: > On Thu, May 28, 2015 at 12:36 PM, Martin Jansa wrote: > > I'm still working on finishing 5.5-beta1 recipes for qt5, I'm getting > > tired of maintaining 2 sets of patches and 2 versions of recipes in the > > same layer branch. > > > > 1) W

Re: [oe] [meta-qt5] Dropping tarball recipes from meta-qt5

2015-05-28 Thread Andreas Müller
On Thu, May 28, 2015 at 12:36 PM, Martin Jansa wrote: > Hi, > > I'm still working on finishing 5.5-beta1 recipes for qt5, I'm getting > tired of maintaining 2 sets of patches and 2 versions of recipes in the > same layer branch. > > 1) Would people mind dropping 5.4 support in master branch (who w

[oe] [meta-qt5] Dropping tarball recipes from meta-qt5

2015-05-28 Thread Martin Jansa
Hi, I'm still working on finishing 5.5-beta1 recipes for qt5, I'm getting tired of maintaining 2 sets of patches and 2 versions of recipes in the same layer branch. 1) Would people mind dropping 5.4 support in master branch (who wants to use 5.4 can continue to use "fido" branch of meta-qt5, ther

Re: [oe] State of bitbake world, Failed tasks 2015-05-27

2015-05-28 Thread Paul Eggleton
On Thursday 28 May 2015 10:45:36 Martin Jansa wrote: > This time without sstate-cache, so the list of QA issues should be > almost complete (except recipes which fail to build or their > dependencies failed to build) > > http://www.openembedded.org/wiki/Bitbake_World_Status > > == Failed tasks 20

[oe] State of bitbake world, Failed tasks 2015-05-27

2015-05-28 Thread Martin Jansa
This time without sstate-cache, so the list of QA issues should be almost complete (except recipes which fail to build or their dependencies failed to build) http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2015-05-27 == INFO: jenkins-job.sh-1.3.1 Complete log available at

Re: [oe] [meta-browser] [PATCH 2/2] chromium, cef: fetch chromium source from git

2015-05-28 Thread Martin Jansa
On Thu, May 28, 2015 at 09:09:24AM +0200, Zoltan Kuscsik wrote: > On 28 May 2015 at 02:56, Khem Raj wrote: > > > > > > +do_fetch_chromium_source_from_git() { > > > + cd ${S} > > > + export PATH=${WORKDIR}/depot_tools:"$PATH" > > > + > > > + # Note: --deps-file needs to set to .DEPS.git for sync

Re: [oe] [meta-browser] [PATCH 2/2] chromium, cef: fetch chromium source from git

2015-05-28 Thread Zoltan Kuscsik
On 28 May 2015 at 02:56, Khem Raj wrote: > > > On May 27, 2015, at 10:37 AM, Zoltan Kuscsik > wrote: > > > > Updated recipe to fetch Chromium from git. > > LASTCHANGE file is now created using the proper > > gclient hook. > > > > Change-Id: Ie1790abec002a0dd39c8d0aae3d03f5ebe6f46aa > > Signed-of