aboutsummaryrefslogtreecommitdiffstats
path: root/meta-perl/conf
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2013-08-12 08:00:19 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-08-16 12:58:29 +0200
commitf6c27c3479422c54f949feff7346e5f272a7e3e7 (patch)
tree95db443c435aba4c54d9a204568e64272d91dc9e /meta-perl/conf
parent1571aedb37e9e3abbf5cd3641eed762b8038cc39 (diff)
downloadmeta-openembedded-contrib-f6c27c3479422c54f949feff7346e5f272a7e3e7.tar.gz
meta-perl creation
Diffstat (limited to 'meta-perl/conf')
-rw-r--r--meta-perl/conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-perl/conf/layer.conf b/meta-perl/conf/layer.conf
new file mode 100644
index 0000000000..09ed0e572f
--- /dev/null
+++ b/meta-perl/conf/layer.conf
@@ -0,0 +1,10 @@
+# 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"