Files
meta-retro/conf/layer.conf
Andreas Müller e5e9b5ce7c initial commit
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-09-26 22:29:23 +02:00

10 lines
273 B
Plaintext

# We have a conf directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes*/*/*.bb"
BBFILE_COLLECTIONS += "meta-retro"
BBFILE_PATTERN_meta-retro := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-retro = "10"