[linux-yocto] [OE-core] How to integrate third party application software to yocto image
Burton, Ross
ross.burton at intel.com
Thu Mar 3 05:37:23 PST 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.yoctoproject.org/pipermail/linux-yocto/attachments/20160303/9ffbdcf3/attachment.html>
More information about the linux-yocto
mailing list