Files
OpenBMC/meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf/layer.conf
T
2026-04-23 17:07:55 +08:00

12 lines
372 B
Plaintext

# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-evb-ast2600"
BBFILE_PATTERN_meta-evb-ast2600 = "^${LAYERDIR}/"
LAYERSERIES_COMPAT_meta-evb-ast2600 = "langdale mickledore"