> 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
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
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
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
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
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
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
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
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
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 +-
* 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
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 |
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
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
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
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
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
>
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
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
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
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
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
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
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
24 matches
Mail list logo