angstrom-layers: meta-openembedded: switch around BBPATH

this gets our classes in first
This commit is contained in:
Koen Kooi 2010-11-02 11:10:40 +01:00
parent 1312f8d4c6
commit 8a3fda48e2

View File

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