aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/conf/layer.conf1
-rw-r--r--meta-amdfalconx86/conf/layer.conf1
-rw-r--r--meta-snowyowl/conf/layer.conf1
-rw-r--r--meta-steppeeagle/conf/layer.conf1
-rw-r--r--meta-v1000/conf/layer.conf1
5 files changed, 5 insertions, 0 deletions
diff --git a/common/conf/layer.conf b/common/conf/layer.conf
index 8d6e5eff..8ce97511 100644
--- a/common/conf/layer.conf
+++ b/common/conf/layer.conf
@@ -10,5 +10,6 @@ BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \
BBFILE_COLLECTIONS += "amd"
BBFILE_PRIORITY_amd = "13"
BBFILE_PATTERN_amd = "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_amd = "sumo"
LICENSE_PATH += "${LAYERDIR}/licenses"
diff --git a/meta-amdfalconx86/conf/layer.conf b/meta-amdfalconx86/conf/layer.conf
index a4ee8991..0aa17d32 100644
--- a/meta-amdfalconx86/conf/layer.conf
+++ b/meta-amdfalconx86/conf/layer.conf
@@ -8,5 +8,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "amdfalconx86"
BBFILE_PATTERN_amdfalconx86 = "^${LAYERDIR}/"
BBFILE_PRIORITY_amdfalconx86 = "14"
+LAYERSERIES_COMPAT_amdfalconx86 = "sumo"
LAYERDEPENDS_amdfalconx86 = "amd openembedded-layer"
diff --git a/meta-snowyowl/conf/layer.conf b/meta-snowyowl/conf/layer.conf
index 598d973c..8810231e 100644
--- a/meta-snowyowl/conf/layer.conf
+++ b/meta-snowyowl/conf/layer.conf
@@ -8,5 +8,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "snowyowl"
BBFILE_PATTERN_snowyowl = "^${LAYERDIR}/"
BBFILE_PRIORITY_snowyowl = "14"
+LAYERSERIES_COMPAT_snowyowl = "sumo"
LAYERDEPENDS_snowyowl = "amd"
diff --git a/meta-steppeeagle/conf/layer.conf b/meta-steppeeagle/conf/layer.conf
index 0a820bf4..cfa18612 100644
--- a/meta-steppeeagle/conf/layer.conf
+++ b/meta-steppeeagle/conf/layer.conf
@@ -8,5 +8,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "steppeeagle"
BBFILE_PATTERN_steppeeagle = "^${LAYERDIR}/"
BBFILE_PRIORITY_steppeeagle = "14"
+LAYERSERIES_COMPAT_steppeeagle = "sumo"
LAYERDEPENDS_steppeeagle = "amd openembedded-layer"
diff --git a/meta-v1000/conf/layer.conf b/meta-v1000/conf/layer.conf
index 0940b88b..8189b34b 100644
--- a/meta-v1000/conf/layer.conf
+++ b/meta-v1000/conf/layer.conf
@@ -8,5 +8,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "v1000"
BBFILE_PATTERN_v1000 = "^${LAYERDIR}/"
BBFILE_PRIORITY_v1000 = "14"
+LAYERSERIES_COMPAT_v1000 = "sumo"
LAYERDEPENDS_v1000 = "amd openembedded-layer"