mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
10 lines
388 B
Plaintext
10 lines
388 B
Plaintext
# 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 ${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "openembedded-layer"
|
|
BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_openembedded-layer = "6"
|