mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
meta-*: add LAYERSERIES_COMPAT to layer.conf files
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
e4082460b2
commit
cdb919d1c8
|
@ -14,3 +14,5 @@ BBFILE_PRIORITY_filesystems-layer = "6"
|
|||
LAYERVERSION_filesystems-layer = "1"
|
||||
|
||||
LAYERDEPENDS_filesystems-layer = "core openembedded-layer"
|
||||
|
||||
LAYERSERIES_COMPAT_filesystems-layer = "sumo"
|
||||
|
|
|
@ -14,6 +14,8 @@ LAYERVERSION_gnome-layer = "1"
|
|||
|
||||
LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer"
|
||||
|
||||
LAYERSERIES_COMPAT_gnome-layer = "sumo"
|
||||
|
||||
# Sanity check for meta-gnome layer.
|
||||
# Setting SKIP_META_GNOME_SANITY_CHECK to "1" would skip the bbappend files check.
|
||||
INHERIT += "sanity-meta-gnome"
|
||||
|
|
|
@ -16,6 +16,8 @@ BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/"
|
|||
BBFILE_PRIORITY_meta-initramfs = "8"
|
||||
LAYERDEPENDS_meta-initramfs = "core"
|
||||
|
||||
LAYERSERIES_COMPAT_meta-initramfs = "sumo"
|
||||
|
||||
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
||||
dracut->virtual/kernel \
|
||||
"
|
||||
|
|
|
@ -29,3 +29,4 @@ LAYERVERSION_multimedia-layer = "1"
|
|||
|
||||
LAYERDEPENDS_multimedia-layer = "core"
|
||||
|
||||
LAYERSERIES_COMPAT_multimedia-layer = "sumo"
|
||||
|
|
|
@ -17,6 +17,8 @@ LAYERDEPENDS_networking-layer = "core"
|
|||
LAYERDEPENDS_networking-layer += "openembedded-layer"
|
||||
LAYERDEPENDS_networking-layer += "meta-python"
|
||||
|
||||
LAYERSERIES_COMPAT_networking-layer = "sumo"
|
||||
|
||||
LICENSE_PATH += "${LAYERDIR}/licenses"
|
||||
|
||||
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
||||
|
|
|
@ -29,6 +29,8 @@ LAYERVERSION_openembedded-layer = "1"
|
|||
|
||||
LAYERDEPENDS_openembedded-layer = "core"
|
||||
|
||||
LAYERSERIES_COMPAT_openembedded-layer = "sumo"
|
||||
|
||||
LICENSE_PATH += "${LAYERDIR}/licenses"
|
||||
|
||||
SIGGEN_EXCLUDERECIPES_ABISAFE += " \
|
||||
|
|
|
@ -14,3 +14,5 @@ BBFILE_PRIORITY_perl-layer = "6"
|
|||
LAYERVERSION_perl-layer = "1"
|
||||
|
||||
LAYERDEPENDS_perl-layer = "core openembedded-layer"
|
||||
|
||||
LAYERSERIES_COMPAT_perl-layer = "sumo"
|
||||
|
|
|
@ -14,4 +14,6 @@ LAYERVERSION_meta-python = "1"
|
|||
|
||||
LAYERDEPENDS_meta-python = "core openembedded-layer"
|
||||
|
||||
LAYERSERIES_COMPAT_meta-python = "sumo"
|
||||
|
||||
LICENSE_PATH += "${LAYERDIR}/licenses"
|
||||
|
|
|
@ -17,6 +17,8 @@ LAYERVERSION_webserver = "1"
|
|||
|
||||
LAYERDEPENDS_webserver = "core openembedded-layer"
|
||||
|
||||
LAYERSERIES_COMPAT_webserver = "sumo"
|
||||
|
||||
LICENSE_PATH += "${LAYERDIR}/licenses"
|
||||
|
||||
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
||||
|
|
|
@ -18,6 +18,8 @@ LAYERDEPENDS_xfce-layer += "gnome-layer"
|
|||
LAYERDEPENDS_xfce-layer += "multimedia-layer"
|
||||
LAYERDEPENDS_xfce-layer += "meta-python"
|
||||
|
||||
LAYERSERIES_COMPAT_xfce-layer = "sumo"
|
||||
|
||||
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
||||
xfce4-session->machine-host \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user