summaryrefslogtreecommitdiffstats
path: root/meta-openembedded/meta-perl/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-perl/conf/layer.conf')
-rw-r--r--meta-openembedded/meta-perl/conf/layer.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openembedded/meta-perl/conf/layer.conf b/meta-openembedded/meta-perl/conf/layer.conf
new file mode 100644
index 000000000..ece6dd05e
--- /dev/null
+++ b/meta-openembedded/meta-perl/conf/layer.conf
@@ -0,0 +1,18 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "perl-layer"
+BBFILE_PATTERN_perl-layer := "^${LAYERDIR}/"
+BBFILE_PRIORITY_perl-layer = "6"
+
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_perl-layer = "1"
+
+LAYERDEPENDS_perl-layer = "core openembedded-layer"
+
+LAYERSERIES_COMPAT_perl-layer = "sumo"
OpenPOWER on IntegriCloud