[yocto] bsp doc bug
Frans Meulenbroeks
fransmeulenbroeks at gmail.com
Sat Nov 27 08:30:58 PST 2010
I was trying to create a bsp layer. In the doc I bumped into the
following example for layer.conf:
# We have a conf directory, add to BBPATH
BBPATH := "${BBPATH}${LAYERDIR}"
[...]
Isn't there a colon mssing here.
If I look at the layer.conf of meta-ememlow it does have a colon:
BBPATH := "${BBPATH}:${LAYERDIR}"
Guess this is a typo in the doc (both html and pdf have this)
Frans
More information about the yocto
mailing list