diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2015-07-08 11:08:01 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2015-07-08 11:09:24 +0200 |
| commit | ec64b2418ccef1e14c6e58b8ca81bb9162c1dfeb (patch) | |
| tree | bff0bd4240f00bbb21624c1df55583f61abaea25 /conf | |
| download | meta-virtualization-daisy-enea.tar.gz | |
initial commit for Enea Linux 4.0daisy-enea
Migrated from the internal git server on the daisy-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
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" | ||
