diff options
Diffstat (limited to 'meta-kc705/conf/layer.conf')
| -rw-r--r-- | meta-kc705/conf/layer.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-kc705/conf/layer.conf b/meta-kc705/conf/layer.conf new file mode 100644 index 00000000..5a065067 --- /dev/null +++ b/meta-kc705/conf/layer.conf | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | # We have a conf and classes directory, add to BBPATH | ||
| 2 | BBPATH := "${BBPATH}:${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a packages directory, add to BBFILES | ||
| 5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb" | ||
| 6 | BBFILES += " ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
| 7 | |||
| 8 | BBFILE_COLLECTIONS += "kc705" | ||
| 9 | BBFILE_PATTERN_kc705 := "^${LAYERDIR}/" | ||
| 10 | BBFILE_PRIORITY_kc705 = "8" | ||
| 11 | |||
