Skip to content

Commit

Permalink
meta-*: add LAYERSERIES_COMPAT to layer.conf files
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Jansa <[email protected]>
Signed-off-by: Armin Kuster <[email protected]>
  • Loading branch information
shr-project authored and akuster committed Apr 13, 2018
1 parent e408246 commit cdb919d
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-filesystems/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ BBFILE_PRIORITY_filesystems-layer = "6"
LAYERVERSION_filesystems-layer = "1"

LAYERDEPENDS_filesystems-layer = "core openembedded-layer"

LAYERSERIES_COMPAT_filesystems-layer = "sumo"
2 changes: 2 additions & 0 deletions meta-gnome/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 2 additions & 0 deletions meta-initramfs/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
"
1 change: 1 addition & 0 deletions meta-multimedia/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ LAYERVERSION_multimedia-layer = "1"

LAYERDEPENDS_multimedia-layer = "core"

LAYERSERIES_COMPAT_multimedia-layer = "sumo"
2 changes: 2 additions & 0 deletions meta-networking/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 += " \
Expand Down
2 changes: 2 additions & 0 deletions meta-oe/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ LAYERVERSION_openembedded-layer = "1"

LAYERDEPENDS_openembedded-layer = "core"

LAYERSERIES_COMPAT_openembedded-layer = "sumo"

LICENSE_PATH += "${LAYERDIR}/licenses"

SIGGEN_EXCLUDERECIPES_ABISAFE += " \
Expand Down
2 changes: 2 additions & 0 deletions meta-perl/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ BBFILE_PRIORITY_perl-layer = "6"
LAYERVERSION_perl-layer = "1"

LAYERDEPENDS_perl-layer = "core openembedded-layer"

LAYERSERIES_COMPAT_perl-layer = "sumo"
2 changes: 2 additions & 0 deletions meta-python/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ LAYERVERSION_meta-python = "1"

LAYERDEPENDS_meta-python = "core openembedded-layer"

LAYERSERIES_COMPAT_meta-python = "sumo"

LICENSE_PATH += "${LAYERDIR}/licenses"
2 changes: 2 additions & 0 deletions meta-webserver/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 += " \
Expand Down
2 changes: 2 additions & 0 deletions meta-xfce/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
"

0 comments on commit cdb919d

Please sign in to comment.