generic-poky/meta-smalltalk/conf/layer.conf

11 lines
315 B
Plaintext

# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "smalltalk"
BBFILE_PATTERN_smalltalk = "^${LAYERDIR}/"
BBFILE_PRIORITY_smalltalk = "1"