summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOla Redell <ola.redell@retotech.se>2017-10-20 15:26:51 +0200
committerOla Redell <ola.redell@retotech.se>2017-10-20 15:26:51 +0200
commit898b980a4dd50a6db88efba77f015225eda144c3 (patch)
treed851bcfcb65be7b4152940a0f4c20f613b742bdd /conf
downloadmeta-jailhouse-898b980a4dd50a6db88efba77f015225eda144c3.tar.gz
Initial commit
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..c81174e
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,10 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "jailhouse"
9BBFILE_PATTERN_jailhouse = "^${LAYERDIR}/"
10BBFILE_PRIORITY_jailhouse = "6"