mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
10 lines
326 B
Plaintext
10 lines
326 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH := "${BBPATH}:${LAYERDIR}"
|
|
|
|
# We have a recipes directory, add to BBFILES
|
|
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb"
|
|
|
|
BBFILE_COLLECTIONS += "openembedded-layer"
|
|
BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_openembedded-layer = "5"
|