diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-02 22:42:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-04 11:17:52 +0000 |
commit | 67493a015472fcdb53ca6f852c809a5d2390a1ea (patch) | |
tree | 12e27de659acff9c966623a1d43cf7c71c621d34 /conf/layer.conf | |
download | meta-mingw-67493a015472fcdb53ca6f852c809a5d2390a1ea.tar.gz |
Initial population
Diffstat (limited to 'conf/layer.conf')
-rw-r--r-- | conf/layer.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..a32fa82 --- /dev/null +++ b/conf/layer.conf | |||
@@ -0,0 +1,9 @@ | |||
1 | # We have a conf and classes directory, add to BBPATH | ||
2 | BBPATH := "${BBPATH}:${LAYERDIR}" | ||
3 | |||
4 | # We have a packages directory, add to BBFILES | ||
5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | ||
6 | |||
7 | BBFILE_COLLECTIONS += "meta-mingw" | ||
8 | BBFILE_PATTERN_meta-mingw := "^${LAYERDIR}/" | ||
9 | BBFILE_PRIORITY_meta-mingw = "8" | ||