aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: ad8c5f35e941f79dcb1d3b71c2fb62816e521c86 (plain)
1
2
3
4
5
6
7
8
9
10
11
# We have a packages directory, add to BBFILES
BBPATH .= ":${LAYERDIR}"

BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*"
BBFILES += "${LAYERDIR}/images/*.bb*"

BBFILE_COLLECTIONS += "fsl"
BBFILE_PATTERN_fsl = "^${LAYERDIR}/"
BBFILE_PRIORITY_fsl = "5"

BB_ENV_EXTRAWHITE := "KSRC USRC"