mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 15:40:01 +00:00
angstrom-layers: meta-openembedded: switch around BBPATH
this gets our classes in first
This commit is contained in:
+2
-2
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user