diff options
Diffstat (limited to 'conf/layer.conf')
| -rw-r--r-- | conf/layer.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..0f81db0 --- /dev/null +++ b/conf/layer.conf | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | # We have a packages directory, add to BBFILES | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*" | ||
| 5 | BBFILES += "${LAYERDIR}/images/*.bb*" | ||
| 6 | |||
| 7 | BBFILE_COLLECTIONS += "fsl-ppc" | ||
| 8 | BBFILE_PATTERN_fsl-ppc = "^${LAYERDIR}/" | ||
| 9 | BBFILE_PRIORITY_fsl-ppc = "5" | ||
| 10 | |||
| 11 | BB_ENV_EXTRAWHITE := "KSRC USRC" | ||
| 12 | |||
| 13 | LICENSE_PATH += "${LAYERDIR}/custom-licenses" | ||
| 14 | |||
