meta-bbb/conf/layer.conf
Thomas Klaehn f585154ad3 console-image: new recipe for console-image
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
2017-06-13 15:07:55 +02:00

15 lines
350 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}/images/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend \
"
BBFILE_COLLECTIONS += "meta-bbb"
BBFILE_PATTERN_meta-bbb = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-bbb = "7"