diff options
Diffstat (limited to 'conf/layer.conf')
| -rw-r--r-- | conf/layer.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..53f831e --- /dev/null +++ b/conf/layer.conf | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | # We have a conf and classes directory, add to BBPATH | ||
| 2 | BBPATH .= ":${LAYERDIR}:${LAYERDIR}/common" | ||
| 3 | |||
| 4 | # We have recipes-* directories, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \ | ||
| 6 | ${LAYERDIR}/common/recipes-*/*/*.bbappend" | ||
| 7 | |||
| 8 | BBFILE_COLLECTIONS += "intel" | ||
| 9 | BBFILE_PATTERN_intel := "^${LAYERDIR}/common/" | ||
| 10 | BBFILE_PRIORITY_intel = "5" | ||
| 11 | |||
| 12 | # Additional license directories. | ||
| 13 | LICENSE_PATH += "${LAYERDIR}/common/custom-licenses" | ||
| 14 | |||
| 15 | LAYERDEPENDS_intel = "core" | ||
| 16 | LAYERRECOMMENDS_intel = "dpdk intel-qat" | ||
| 17 | |||
| 18 | # This should only be incremented on significant changes that will | ||
| 19 | # cause compatibility issues with other layers | ||
| 20 | LAYERVERSION_intel = "4" | ||
| 21 | LAYERSERIES_COMPAT_intel = "rocko" | ||
| 22 | |||
| 23 | |||
| 24 | require ${LAYERDIR}/conf/include/maintainers.inc | ||
