diff options
| author | Andreas Mueller <schnitzeltony@gmx.de> | 2011-07-31 19:13:27 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-05 19:49:58 +0200 |
| commit | cdcac78a2b191d7406210e8d544b88ec4643ad87 (patch) | |
| tree | 8ba1bebe42d060ff7701995b0f1bd966e4cfb315 | |
| parent | e7886449378ccf71a040c61f02c4d50f6a1e6d2d (diff) | |
| download | meta-openembedded-cdcac78a2b191d7406210e8d544b88ec4643ad87.tar.gz | |
meta-xfce: Add layer information
| -rw-r--r-- | meta-xfce/conf/layer.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf new file mode 100644 index 0000000000..d669e4e957 --- /dev/null +++ b/meta-xfce/conf/layer.conf | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | # We have a conf and classes directory, append to BBPATH | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a recipes directory, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
| 6 | |||
| 7 | BBFILE_COLLECTIONS += "xfce-layer" | ||
| 8 | BBFILE_PATTERN_xfce-layer := "^${LAYERDIR}/" | ||
| 9 | BBFILE_PRIORITY_xfce-layer = "7" | ||
