mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
0f566cba49
Signed-off-by: Alex Forencich <alex@alexforencich.com>
7 lines
276 B
Plaintext
7 lines
276 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 zeus"
|