mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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…
x
Reference in New Issue
Block a user