mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
angstrom-layers: meta-openembedded: switch around BBPATH
this gets our classes in first
This commit is contained in:
parent
1312f8d4c6
commit
8a3fda48e2
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user