mirror of
https://github.com/corundum/corundum.git
synced 2025-01-30 08:32:52 +08:00
7 lines
271 B
Plaintext
7 lines
271 B
Plaintext
|
BBPATH .= ":${LAYERDIR}"
|
||
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
|
||
|
BBFILE_COLLECTIONS += "meta-corundum"
|
||
|
BBFILE_PATTERN_meta-corundum = "^${LAYERDIR}/"
|
||
|
BBFILE_PRIORITY_meta-corundum = "5"
|
||
|
LAYERSERIES_COMPAT_meta-corundum = "gatesgarth"
|