diff options
Diffstat (limited to 'meta-fsl-ppc/conf/layer.conf')
| -rw-r--r-- | meta-fsl-ppc/conf/layer.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-fsl-ppc/conf/layer.conf b/meta-fsl-ppc/conf/layer.conf new file mode 100644 index 000000000..a4d4add91 --- /dev/null +++ b/meta-fsl-ppc/conf/layer.conf | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | # We have a packages directory, add to BBFILES | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*" | ||
| 5 | BBFILES += "${LAYERDIR}/images/*.bb*" | ||
| 6 | BBFILES += "${LAYERDIR}/classes/*.bb*" | ||
| 7 | |||
| 8 | BBFILE_COLLECTIONS += "fsl-ppc" | ||
| 9 | BBFILE_PATTERN_fsl-ppc = "^${LAYERDIR}/" | ||
| 10 | BBFILE_PRIORITY_fsl-ppc = "5" | ||
| 11 | |||
| 12 | LICENSE_PATH += "${LAYERDIR}/custom-licenses" | ||
| 13 | |||
| 14 | # Let us add layer-specific bbappends which are only applied when that | ||
| 15 | # layer is included in our configuration | ||
| 16 | BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \ | ||
| 17 | for layer in BBFILE_COLLECTIONS.split())}" | ||
| 18 | |||
