Dear Ross, 

Backlist problem got solved by adding the lines which you mentioned in the 
previous mail. Now it gives the following error while building the image.

winiston@winiston-VirtualBox:~/poky/build$ bitbake qt4e-demo-image
Parsing recipes: 100% |########################| Time: 00:02:24
Parsing of 1125 .bb files complete (0 cached, 1125 parsed). 1569 targets, 139 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES 'gd' (but 
/home/winiston/poky/meta/recipes-qt/navit/navit_svn.bb DEPENDS on or otherwise 
requires it). Close matches:
  gdb
NOTE: Runtime target 'navit' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['navit', 'gd']
ERROR: Required build target 'qt4e-demo-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['qt4e-demo-image', 'navit', 'gd']

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

I would be very thankful if you tell me the procedure to add “Navit” in the 
yocto build. My aim is to integrate “navit” in my image.

Thanking you...


Regards,
Winiston.P
Futura Automation Pvt Ltd.

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


From: Burton, Ross 
Sent: Thursday, March 03, 2016 7:07 PM
To: winis...@futuraautomation.com 
Cc: Anders Darander ; OE-core ; yocto texas ; Yocto layer 
Subject: Re: [linux-yocto] [OE-core] How to integrate third party application 
software to yocto image


On 2 March 2016 at 08:52, <winis...@futuraautomation.com> wrote:

  ERROR: navit was skipped: Recipe is blacklisted: bluez5 conflicts with bluez4 
and bluez5 is selected in DISTRO_FEATURES


Your distro is using bluez5 but navit is using the old/deprecated/unmaintained 
bluez4.

Ideally you create a new distro and change this, but for testing this in your 
local.conf should be sufficient:

DISTRO_FEATURES_BACKFILL_CONSIDERED = "bluez5"


This will stop your distro from wanting to use bluez5 and will fall back to 
bluez4, at which point navit will build.

Ross
-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to