[OE-core] How to integrate third party application software to yocto image

winiston at futuraautomation.com winiston at futuraautomation.com
Fri Feb 26 05:44:38 UTC 2016


Hi Ross,

I copied "recipes-navigation" folder from meta-oe (Open embedded build tree) to "/poky/meta "

I have appended  in “conf/local.conf”  as given below

IMAGE_INSTALL_append = " navit"

While creating the image, it spits out the following error,

winiston at winiston-VirtualBox:~/poky/build$ bitbake qt4e-demo-image
Loading cache: 100% |##########################| ETA:  00:00:00
Loaded 1510 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'navit' (but /home/winiston/poky/meta/recipes-qt/images/qt4e-demo-image.bb RDEPENDS on or otherwise requires it)
ERROR: navit was skipped: Recipe is blacklisted: bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES
NOTE: Runtime target 'navit' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['navit']
ERROR: Required build target 'qt4e-demo-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['qt4e-demo-image', 'navit']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
winiston at winiston-VirtualBox:~/poky/build$ 

Should I make any other setting to add the “navit” recipe to my image?  Is this the correct method of copying  "recipes-navigation" folder  to "/poky/meta "  ?
Kindly help me to resolve this error.


Regards,
Winiston.P
Futura Automation Pvt Ltd.

Ph :91-80-28375290 / 28375295
Fax :91-80-28375291


From: Burton, Ross 
Sent: Thursday, February 25, 2016 6:22 PM
To: winiston at futuraautomation.com 
Cc: Maxin B. John ; yocto texas ; Yocto layer ; OpenEmbedded core 
Subject: Re: [OE-core] How to integrate third party application software to yocto image


On 25 February 2016 at 12:51, <winiston at futuraautomation.com> wrote:

  IMAGE_INSTALL_append = " navit_svn"


The recipe is called navit, _svn is the version.  Just append " navit".

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160226/76855bea/attachment-0002.html>


More information about the Openembedded-core mailing list