[OE-core] what is the value of 'BBPATH ?= ""' in layer.conf?

Robert P. J. Day rpjday at crashcourse.ca
Sun Nov 22 09:10:51 UTC 2015


  perusing some wind river layers, and in the layer.conf file here:

https://github.com/WindRiver-OpenSourceLabs/wr-kernel/blob/LB21_7.0_RCPL0002/conf/layer.conf

i see the opening snippet:

  BBPATH ?= ""
  # We have a conf and classes directory, add to BBPATH
  BBPATH := "${LAYERDIR}:${BBPATH}"

what is the purpose of that initial assignment

  BBPATH ?= ""

if that variable has no value, won't it just expand to the empty
string so that the eventual effect is the same? or is there something
more subtle happening here?

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 Openembedded-core mailing list