Openembedded Core Discussions
 help / color / mirror / Atom feed
* what is the value of 'BBPATH ?= ""' in layer.conf?
@ 2015-11-22  9:10 Robert P. J. Day
  2015-11-22  9:17 ` Robert Yang
  2015-11-23 14:16 ` Mark Hatle
  0 siblings, 2 replies; 5+ messages in thread
From: Robert P. J. Day @ 2015-11-22  9:10 UTC (permalink / raw)
  To: OE Core mailing list


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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-11-23 14:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-22  9:10 what is the value of 'BBPATH ?= ""' in layer.conf? Robert P. J. Day
2015-11-22  9:17 ` Robert Yang
2015-11-22  9:29   ` Robert P. J. Day
2015-11-22  9:38     ` Robert Yang
2015-11-23 14:16 ` Mark Hatle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox