[yocto] recipe removing (some)contents of /etc

Robert P. J. Day rpjday at crashcourse.ca
Thu May 14 09:18:27 PDT 2015


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
========================================================================


More information about the yocto mailing list