summaryrefslogtreecommitdiffstats
path: root/meta-isg/meta-crystalforest/conf/layer.conf
diff options
context:
space:
mode:
authorGeorge Nita <george.nita@enea.com>2015-10-04 05:11:58 +0200
committerGeorge Nita <george.nita@enea.com>2015-10-04 05:11:58 +0200
commit385b6e75f1fe9c39c87ff179e6af8be4e80aa65f (patch)
tree11028cf6fcef77b1ec27b1718f2830c632191c5f /meta-isg/meta-crystalforest/conf/layer.conf
parent9e4c491105d191b064614d9255f467d552ea3362 (diff)
parent6e91701dcf68f9351db8bb0b92eb2d26af1b8f7f (diff)
downloadmeta-intel-385b6e75f1fe9c39c87ff179e6af8be4e80aa65f.tar.gz
Merge remote-tracking branch 'origin/master' into master-enea
Diffstat (limited to 'meta-isg/meta-crystalforest/conf/layer.conf')
-rw-r--r--meta-isg/meta-crystalforest/conf/layer.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-isg/meta-crystalforest/conf/layer.conf b/meta-isg/meta-crystalforest/conf/layer.conf
new file mode 100644
index 00000000..daa2ba7c
--- /dev/null
+++ b/meta-isg/meta-crystalforest/conf/layer.conf
@@ -0,0 +1,12 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "crystalforest"
9BBFILE_PATTERN_crystalforest := "^${LAYERDIR}/"
10BBFILE_PRIORITY_crystalforest = "6"
11
12LAYERDEPENDS_crystalforest = "intel"