diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-08-12 08:00:19 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-16 12:58:29 +0200 |
| commit | f6c27c3479422c54f949feff7346e5f272a7e3e7 (patch) | |
| tree | 95db443c435aba4c54d9a204568e64272d91dc9e /meta-perl/conf | |
| parent | 1571aedb37e9e3abbf5cd3641eed762b8038cc39 (diff) | |
| download | meta-openembedded-f6c27c3479422c54f949feff7346e5f272a7e3e7.tar.gz | |
meta-perl creation
Diffstat (limited to 'meta-perl/conf')
| -rw-r--r-- | meta-perl/conf/layer.conf | 10 |
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 @@ | |||
| 1 | # We have a conf and classes directory, add to BBPATH | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have recipes-* directories, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
| 7 | |||
| 8 | BBFILE_COLLECTIONS += "perl-layer" | ||
| 9 | BBFILE_PATTERN_perl-layer := "^${LAYERDIR}/" | ||
| 10 | BBFILE_PRIORITY_perl-layer = "6" | ||
