summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2013-04-28 19:19:17 +0300
committerSamuli Piippo <samuli.piippo@digia.com>2013-04-30 08:48:05 +0300
commitd0a877bb1f84ca12dd299971b9322e5753d3ee8f (patch)
tree670797dd9ae2da6cb7ad28a30cb827278a17d64f /conf/layer.conf
parentf63cf1b70fb31413a8f02728f119214fb865fff2 (diff)
downloadmeta-boot2qt-d0a877bb1f84ca12dd299971b9322e5753d3ee8f.tar.gz
Create new meta layer and distro for B2Qt on embedded Linux
Change-Id: I0dccd0d118b95cf2a5aa39cf5fcdbf69787630a4 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..9e97746
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,11 @@
1# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
6 ${LAYERDIR}/recipes*/*/*.bbappend \
7 "
8
9BBFILE_COLLECTIONS += "b2qt"
10BBFILE_PATTERN_b2qt := "^${LAYERDIR}/"
11BBFILE_PRIORITY_b2qt = "20"