mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-25 01:08:22 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user