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

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


On Thu, 14 May 2015, Paul Eggleton wrote:

> On Thursday 14 May 2015 16:34:56 Smith, Virgil wrote:
> > > > 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"
> >
> >
> > Yes, I think rday is correct and the intended purpose of EXTRA_IMAGE_INSTALL
> > is to be used entirely from local.conf and thereby avoid the += vs ?= vs
> > _append issues I mentioned.  At least EXTRA_IMAGE_FEATURES is listed this
> > way in the Yocto manual.
>
> There's no such thing as EXTRA_IMAGE_INSTALL, not in the core system anyway.
> There is CORE_IMAGE_EXTRA_INSTALL though which you can add to with += (since
> there aren't any default items in it, unlike IMAGE_INSTALL).

  ack, you're right, i was thinking of EXTRA_IMAGE_FEATURES, i think.

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