On 20 December 2017 at 10:18, Zoran Stojsavljevic <zoran.stojsavljevic@gmail.com> wrote:
> IMAGE_INSTALL_append += "rfkill" (my best guess, easiest way).

My bad! :-(

Should read: IMAGE_INSTALL_append += "Bluez5"

Typo in the package name, no need to use += with _append, and missing whitespace.  No, that won't work.

IMAGE_INSTALL_append = " bluez5"

Ross