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

Burton, Ross ross.burton at intel.com
Thu Mar 3 13:37:23 UTC 2016


On 2 March 2016 at 08:52, <winiston at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160303/9ffbdcf3/attachment-0002.html>


More information about the Openembedded-core mailing list