From 4f3f11e0b79d46a86634f6a9676333fead5e55bb Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Fri, 6 Jul 2018 11:22:56 +0200 Subject: Initialize layer Signed-off-by: Adrian Dudau --- conf/layer.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 conf/layer.conf (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..1804666 --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,14 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/images/* \ + ${LAYERDIR}/packagegroups/* \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "el-rt" +BBFILE_PATTERN_el-rt = "^${LAYERDIR}/" +BBFILE_PRIORITY_el-rt = "7" +LAYERDEPENDS_el-rt = "el-common" + -- cgit v1.2.3-54-g00ecf