mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 22:59:41 +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:
parent
7de9451c98
commit
8b465f791a
@ -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"
|
||||
|
||||
@ -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.
|
||||
Loading…
x
Reference in New Issue
Block a user