diff options
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/layer.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 00000000..3d21667b --- /dev/null +++ b/conf/layer.conf | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | # We have a conf and classes directory, append to BBPATH | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a recipes directory, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | ||
| 6 | |||
| 7 | BBFILE_COLLECTIONS += "virtualization-layer" | ||
| 8 | BBFILE_PATTERN_virtualization-layer := "^${LAYERDIR}/" | ||
| 9 | BBFILE_PRIORITY_virtualization-layer = "7" | ||
| 10 | |||
| 11 | # Custom licenses used by some packages in this layer | ||
| 12 | LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" | ||
| 13 | |||
| 14 | # This should only be incremented on significant changes that will | ||
| 15 | # cause compatibility issues with other layers | ||
| 16 | LAYERVERSION_virtualization-layer = "1" | ||
| 17 | |||
| 18 | LAYERDEPENDS_virtualization-layer = "core networking-layer" | ||
