layer.conf: remove detection of other layers, now there are only oe-core bbappends

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2013-04-13 14:16:51 +02:00
parent 7de9451c98
commit 8b465f791a
2 changed files with 0 additions and 13 deletions

View File

@@ -15,17 +15,6 @@ BBPATH .= ":${LAYERDIR}"
BBFILES += "\
${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/oe-core/recipes-*/*/*.bbappend \
${LAYERDIR}/meta-oe/recipes-*/*/*.bbappend \
${@base_contains('BBFILE_COLLECTIONS', 'systemd-layer',\
'', '${LAYERDIR}/invalid.bb', d)} \
${@base_contains('BBFILE_COLLECTIONS', 'gnome-layer',\
'${LAYERDIR}/meta-gnome/recipes-*/*/*.bbappend', '', d)} \
${@base_contains('BBFILE_COLLECTIONS', 'multimedia-layer',\
'${LAYERDIR}/meta-multimedia/recipes-*/*/*.bbappend', '', d)} \
${@base_contains('BBFILE_COLLECTIONS', 'networking',\
'${LAYERDIR}/meta-networking/recipes-*/*/*.bbappend', '', d)} \
${@base_contains('BBFILE_COLLECTIONS', 'xfce-layer',\
'${LAYERDIR}/meta-xfce/recipes-*/*/*.bbappend', '', d)} \
"
BBFILE_COLLECTIONS += "systemd-layer"