mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01: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"
|