meta-freescale-3rdparty/conf/layer.conf
2012-04-27 15:20:53 -03:00

11 lines
353 B
Plaintext

# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "fsl-arm-extra"
BBFILE_PATTERN_freescale := "^${LAYERDIR}/"
BBFILE_PRIORITY_freescale = "4"