mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +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 += "\
|
BBFILES += "\
|
||||||
${LAYERDIR}/recipes-*/*/*.bb \
|
${LAYERDIR}/recipes-*/*/*.bb \
|
||||||
${LAYERDIR}/oe-core/recipes-*/*/*.bbappend \
|
${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"
|
BBFILE_COLLECTIONS += "systemd-layer"
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
Content of this file is invalid and is used by conf/layer.conf to
|
|
||||||
ensure that BBFILES is expanded after BBFILE_COLLECTIONS.
|
|
||||||
Reference in New Issue
Block a user