layer.conf: We really need to be able to override files in the core so reverse BBPATH priority

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2012-02-22 21:59:33 +00:00
parent c8286e049f
commit 30d0bbfb01
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"
BBPATH := "${LAYERDIR}:${BBPATH}"
# We have a packages directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \