Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [yocto][meta-qt5][daisy] Error during bitbake of my image
Date: Thu, 19 Jun 2014 21:26:58 +0200	[thread overview]
Message-ID: <20140619192658.GS2117@jama> (raw)
In-Reply-To: <CACgAsMdhMQFewxK6e+Ja8hNUcSUMjL0Xe7WWL-W_EsDSa7sYjQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2986 bytes --]

On Thu, Jun 19, 2014 at 02:49:59PM -0400, Kevyn-Alexandre Paré wrote:
> Hi,
> 
> I started by adding all recipes into my image to try to test as much
> as possible:
> 
>   ruby \
>   qtbase \
>   qtconnectivity \
>   qtdeclarative \
>   qtgraphicaleffects \
>   qtimageformats \
>   qtlocation \
>   qtmultimedia \
>   qtquick1 \
>   qtquickcontrols \
>   qtscript \
>   qtsensors \
>   qtserialport \
>   qtsvg \
>   qtsystems \
>   qttools \
>   qtwebkit \
>   qtwebkit-examples \
>   qtx11extras \
>   qtxmlpatterns \
>   qsiv \
>   packagegroup-qt5-qtcreator-debug \
>   packagegroup-qt5-toolchain-target \
>   meta-toolchain-qt5 \
>   maliit-framework-qt5 \
>   maliit-plugins-qt5 \
>   cinematicexperience \

recipe-name != package-name, check which packages were created by those
recipes and include those in your image.

> Then start removing these with error:
> 
> ERROR: qtwebkit-examples_5.2.1.bb, do_configure) failed with exit code '1'
> LOG: http://pastebin.com/qnNStaBE
> 
> Remove qtwebkit-examples
> ERROR: qtgraphicaleffects not found in the base feeds
> ERROR: Function failed: do_rootfs
> LOG: http://pastebin.com/FTuE5xzg
> 
> Remove qtgraphicaleffects
> ERROR: meta-toolchain-qt5 not found in the base feeds
> ERROR: Function failed: do_rootfs
> This one I was expecting it to fail since it's the toolchain...
> 
> Remove meta-toolchain-qt5
> ERROR: qtwebkit not found in the base feeds
> ERROR: Function failed: do_rootfs
> LOG: http://pastebin.com/ZpKC5xwU
> 
> Remove qtwebkit
> ERROR: qtquickcontrols not found in the base feeds
> ERROR: Function failed: do_rootfs
> LOG: http://pastebin.com/S2Zn1WMj
> 
> Remove qtquickcontrols
> ERROR: Unable to install packages
> error: Can't install qtwebkit-dev-5.2.1-r0@armv7a_vfp_neon: no package
> provides qtwebkit = 5.2.1-r0
> ERROR: Function failed: do_rootfs
> LOG: http://pastebin.com/E7DspaJy
> 
> So I drastically remove  all these to have image that complete.
>  qtx11extras
>  qtxmlpatterns
>  qsiv
>  packagegroup-qt5-qtcreator-debug
>  packagegroup-qt5-toolchain-target
>  maliit-framework-qt5
>  maliit-plugins-qt5
>  cinematicexperience
> 
> [1] What will be the recommended recipes to enable to have an image
> that contain the defaults setup settings as when we download the qt
> for desktop (qt-opensource-linux-x64-1.6.0-3-online.run)?
> 
> [2] Any idea why I'm having these do_rootfs error?
> 
> [3] What I'm trying to do is replicate what QtDD13 - Andy Nichols -
> Developing Embedded Linux Applications with Qt
> (https://www.youtube.com/watch?v=lyQVw1RtaH4) have done with
> buildroot. Any advise on how to proceed?
> 
> BR,
> 
> -KA
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

  reply	other threads:[~2014-06-19 19:26 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-19 18:49 [yocto][meta-qt5][daisy] Error during bitbake of my image Kevyn-Alexandre Paré
2014-06-19 19:26 ` Martin Jansa [this message]
2014-06-19 20:32   ` Kevyn-Alexandre Paré
2014-06-19 21:08     ` Martin Jansa
2014-06-19 21:34       ` Kevyn-Alexandre Paré
2014-06-19 23:06         ` Kevyn-Alexandre Paré
2014-06-19 23:21           ` Martin Jansa
2014-06-20  0:38             ` Kevyn-Alexandre Paré
2014-06-20  8:13               ` Martin Jansa
2014-06-20 22:30                 ` Kevyn-Alexandre Paré
2014-06-20 23:48                   ` Martin Jansa
2014-06-21  0:22                     ` Kevyn-Alexandre Paré
2014-06-21  0:32                       ` Kevyn-Alexandre Paré
2014-06-21  1:05                       ` Martin Jansa
2014-06-21  3:35                         ` Kevyn-Alexandre Paré
2014-06-21  7:47                           ` Martin Jansa
2014-06-23 13:40                             ` Kevyn-Alexandre Paré
2014-06-23 14:01                               ` Martin Jansa
2014-06-23 16:21                                 ` Kevyn-Alexandre Paré
2014-06-23 16:51                                   ` Martin Jansa
2014-07-04 15:00                                     ` Kevyn-Alexandre Paré
2014-07-04 15:37                                       ` Kevyn-Alexandre Paré

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140619192658.GS2117@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox