mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-16 07:59:57 +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
|
# We have a conf and classes directory, prepend to BBPATH to prefer our versions
|
||||||
BBPATH := "${BBPATH}:${LAYERDIR}"
|
BBPATH := "${LAYERDIR}:${BBPATH}"
|
||||||
|
|
||||||
# We have a recipes directory, add to BBFILES
|
# We have a recipes directory, add to BBFILES
|
||||||
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb"
|
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user