diff options
Diffstat (limited to 'meta-initramfs/conf')
| -rw-r--r-- | meta-initramfs/conf/layer.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-initramfs/conf/layer.conf b/meta-initramfs/conf/layer.conf new file mode 100644 index 0000000000..469cde5e33 --- /dev/null +++ b/meta-initramfs/conf/layer.conf | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | # Layer configuration for meta-initramfs layer | ||
| 2 | |||
| 3 | # We have a conf and classes directory, prepend to BBPATH to prefer our versions | ||
| 4 | BBPATH := "${LAYERDIR}:${BBPATH}" | ||
| 5 | |||
| 6 | # We have a recipes directory, add to BBFILES | ||
| 7 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
| 8 | |||
| 9 | BBFILE_COLLECTIONS += "meta-initramfs" | ||
| 10 | BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/" | ||
| 11 | BBFILE_PRIORITY_meta-initramfs = "8" | ||
