summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:19:52 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:19:52 +0200
commit7ac6af29202ec27dcdbf1ed5131a141be9958590 (patch)
treea20c0be935ea685b3b737471e691d39289c2333f /conf/layer.conf
downloadmeta-nohz-7ac6af29202ec27dcdbf1ed5131a141be9958590.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..b0dd027
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,13 @@
1# We have a packages directory, add to BBFILES
2BBPATH .= ":${LAYERDIR}"
3
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*"
5BBFILES += "${LAYERDIR}/images/*.bb*"
6BBFILES += "${LAYERDIR}/images-append/*.bb*"
7
8BBFILE_COLLECTIONS += "enea-nohz"
9BBFILE_PATTERN_enea-nohz := "^${LAYERDIR}/"
10BBFILE_PRIORITY_enea-nohz = "7"
11LAYERDEPENDS_enea-nohz = "enea"
12
13BB_DANGLINGAPPENDS_WARNONLY = "yes"