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 /meta-xfce/conf | |
parent | e7886449378ccf71a040c61f02c4d50f6a1e6d2d (diff) | |
download | ast2050-yocto-openembedded-cdcac78a2b191d7406210e8d544b88ec4643ad87.zip ast2050-yocto-openembedded-cdcac78a2b191d7406210e8d544b88ec4643ad87.tar.gz |
meta-xfce: Add layer information
Diffstat (limited to 'meta-xfce/conf')
-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 0000000..d669e4e --- /dev/null +++ b/meta-xfce/conf/layer.conf @@ -0,0 +1,9 @@ +# We have a conf and classes directory, append to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have a recipes directory, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "xfce-layer" +BBFILE_PATTERN_xfce-layer := "^${LAYERDIR}/" +BBFILE_PRIORITY_xfce-layer = "7" |