<div dir="ltr"><div><span style="font-size:12.8px">> IMAGE_INSTALL_append = " bluez5"</span><br></div><div><br></div>I see.<div><br></div><div>This should be the another way, should'n it?</div><div><br></div><div>CORE_IMAGE_EXTRA_INSTALL += "bluez5"<br></div><div><br></div><div>Thank you,</div><div>Zoran</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 20, 2017 at 11:21 AM, Burton, Ross <span dir="ltr"><<a href="mailto:ross.burton@intel.com" target="_blank">ross.burton@intel.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span class="">On 20 December 2017 at 10:18, Zoran Stojsavljevic <span dir="ltr"><<a href="mailto:zoran.stojsavljevic@gmail.com" target="_blank">zoran.stojsavljevic@gmail.com</a><wbr>></span> wrote:<br></span><div class="gmail_extra"><div class="gmail_quote"><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-size:12.8px">> IMAGE_INSTALL_append += "rfkill" (my best guess, easiest way).</span><br><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">My bad! :-(</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Should read: </span><span style="font-size:12.8px">IMAGE_INSTALL_append += "Bluez5"</span></div></div></blockquote><div><br></div></span><div>Typo in the package name, no need to use += with _append, and missing whitespace.  No, that won't work.</div><div><br></div><div>IMAGE_INSTALL_append = " bluez5"</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Ross</div></font></span></div></div></div>
</blockquote></div><br></div>