mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-09 15:44:52 +02:00
10 lines
361 B
Plaintext
10 lines
361 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 += "gpe-layer"
|
|
BBFILE_PATTERN_gpe-layer := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_gpe-layer = "7"
|