From f6c27c3479422c54f949feff7346e5f272a7e3e7 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Mon, 12 Aug 2013 08:00:19 +0000 Subject: meta-perl creation --- meta-perl/conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-perl/conf/layer.conf (limited to 'meta-perl/conf/layer.conf') 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" -- cgit 1.2.3-korg