diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 13:49:50 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 13:49:50 +0200 |
| commit | bdb04bfd80f4313d14cba8b3d857586da8b65ad2 (patch) | |
| tree | abc7e217ce709456879d0918c6ed5b03e54f9aba /conf | |
| download | meta-ltp-dev-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 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..3582c42 --- /dev/null +++ b/conf/layer.conf | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | # We have a packages directory, add to BBFILES | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*" | ||
| 5 | BBFILES += "${LAYERDIR}/images/*.bb*" | ||
| 6 | BBFILES += "${LAYERDIR}/images-append/*.bb*" | ||
| 7 | |||
| 8 | BBFILE_COLLECTIONS += "enea-ltp-dev" | ||
| 9 | BBFILE_PATTERN_enea-ltp-dev := "^${LAYERDIR}/" | ||
| 10 | BBFILE_PRIORITY_enea-ltp-dev = "7" | ||
| 11 | LAYERDEPENDS_enea-ltp-dev = "core" | ||
| 12 | |||
| 13 | BB_DANGLINGAPPENDS_WARNONLY = "yes" | ||
