meta-freescale-distro/conf/layer.conf
Otavio Salvador 8937fe29d2 layer.conf: Use .= for adding to BBPATH and += to BBFILES
http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648

This triggers exception NameError: name 'base_contains' is not defined
without this change

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-01-04 16:22:12 -02:00

11 lines
329 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 += "fsl-demos"
BBFILE_PATTERN_fsl-demos := "^${LAYERDIR}/"
BBFILE_PRIORITY_fsl-demos = "4"