> IMAGE_INSTALL_append = " bluez5" I see.
This should be the another way, should'n it? CORE_IMAGE_EXTRA_INSTALL += "bluez5" Thank you, Zoran On Wed, Dec 20, 2017 at 11:21 AM, Burton, Ross <[email protected]> wrote: > On 20 December 2017 at 10:18, Zoran Stojsavljevic < > [email protected]> 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 >
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
