On Thu, 14 May 2015, Smith, Virgil wrote:

>
> This seems to bite a lot of people (myself included).
>
> Change
>
> IMAGE_INSTALL += “canlogger”
>
> to
>
> IMAGE_INSTALL_append = “ canlogger”
>
> or possibly better
>
> EXTRA_IMAGE_INSTALL_append = “ canlogger”

  if you're putting this in local.conf, i'm pretty sure the preferred
syntax is just:

  EXTRA_IMAGE_INSTALL = "canlogger"

no?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to