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

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

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

BB_ENV_EXTRAWHITE := "KSRC USRC"

LICENSE_PATH += "${LAYERDIR}/custom-licenses"