From e7f5bc2504f33570b2f42ca95668590b00f040de Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Sat, 11 Dec 2010 07:24:48 -0800 Subject: bsp-guide: correct BBPATH example The BBPATH example was missing a : to separate the path elements. Signed-off-by: Darren Hart --- documentation/bsp-guide/bsp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 47722bb656..ecf64319fd 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -117,7 +117,7 @@ meta-bsp/prebuilds/ # We have a conf directory, add to BBPATH -BBPATH := "${BBPATH}${LAYERDIR}" +BBPATH := "${BBPATH}:${LAYERDIR}" # We have a recipes directory containing .bb and .bbappend files, add to BBFILES BBFILES := "${BBFILES} ${LAYERDIR}/recipes/*/*.bb \ ${LAYERDIR}/recipes/*/*.bbappend" -- cgit 1.2.3-korg