diff options
| author | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:51:41 +0200 |
|---|---|---|
| committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:51:41 +0200 |
| commit | 1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch) | |
| tree | a21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-initramfs/conf | |
| download | meta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz | |
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-initramfs/conf')
| -rw-r--r-- | meta-initramfs/conf/layer.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-initramfs/conf/layer.conf b/meta-initramfs/conf/layer.conf new file mode 100644 index 0000000000..cc78c1ac59 --- /dev/null +++ b/meta-initramfs/conf/layer.conf | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | # Layer configuration for meta-initramfs layer | ||
| 2 | |||
| 3 | # We have a conf and classes directory, append to BBPATH | ||
| 4 | BBPATH .= ":${LAYERDIR}" | ||
| 5 | |||
| 6 | # We have a recipes directory, add to BBFILES | ||
| 7 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
| 8 | |||
| 9 | BBFILE_COLLECTIONS += "meta-initramfs" | ||
| 10 | BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/" | ||
| 11 | |||
| 12 | # Define the priority for recipes (.bb files) from this layer, | ||
| 13 | # choosing carefully how this layer interacts with all of the | ||
| 14 | # other layers. | ||
| 15 | |||
| 16 | BBFILE_PRIORITY_meta-initramfs = "8" | ||
