diff mbox series

layers: Update to use blacksail release series name

Message ID 20260923164605.1827690-1-khem.raj@oss.qualcomm.com
State New
Headers show
Series layers: Update to use blacksail release series name | expand

Commit Message

Khem Raj Sept. 23, 2026, 4:46 p.m. UTC
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
 meta-filesystems/conf/layer.conf | 2 +-
 meta-gnome/conf/layer.conf       | 2 +-
 meta-initramfs/conf/layer.conf   | 2 +-
 meta-multimedia/conf/layer.conf  | 2 +-
 meta-networking/conf/layer.conf  | 2 +-
 meta-oe/conf/layer.conf          | 2 +-
 meta-perl/conf/layer.conf        | 2 +-
 meta-python/conf/layer.conf      | 2 +-
 meta-webserver/conf/layer.conf   | 2 +-
 meta-xfce/conf/layer.conf        | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)
diff mbox series

Patch

diff --git a/meta-filesystems/conf/layer.conf b/meta-filesystems/conf/layer.conf
index dd4cb81272..578357fbd1 100644
--- a/meta-filesystems/conf/layer.conf
+++ b/meta-filesystems/conf/layer.conf
@@ -15,7 +15,7 @@  LAYERVERSION_filesystems-layer = "1"
 
 LAYERDEPENDS_filesystems-layer = "core openembedded-layer networking-layer"
 
-LAYERSERIES_COMPAT_filesystems-layer = "whinlatter wrynose"
+LAYERSERIES_COMPAT_filesystems-layer = "blacksail"
 
 BBFILES_DYNAMIC += " \
     meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf
index 27032ac69d..1f5103d30e 100644
--- a/meta-gnome/conf/layer.conf
+++ b/meta-gnome/conf/layer.conf
@@ -17,7 +17,7 @@  LAYERVERSION_gnome-layer = "1"
 
 LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer meta-python"
 
-LAYERSERIES_COMPAT_gnome-layer = "whinlatter wrynose"
+LAYERSERIES_COMPAT_gnome-layer = "blacksail"
 
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
   faenza-icon-theme->gdk-pixbuf \
diff --git a/meta-initramfs/conf/layer.conf b/meta-initramfs/conf/layer.conf
index b52f3fde80..957f636b1d 100644
--- a/meta-initramfs/conf/layer.conf
+++ b/meta-initramfs/conf/layer.conf
@@ -16,7 +16,7 @@  BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-initramfs = "5"
 LAYERDEPENDS_meta-initramfs = "core"
 
-LAYERSERIES_COMPAT_meta-initramfs = "whinlatter wrynose"
+LAYERSERIES_COMPAT_meta-initramfs = "blacksail"
 
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
   dracut->virtual/kernel \
diff --git a/meta-multimedia/conf/layer.conf b/meta-multimedia/conf/layer.conf
index b48c002d12..73c0172a33 100644
--- a/meta-multimedia/conf/layer.conf
+++ b/meta-multimedia/conf/layer.conf
@@ -31,7 +31,7 @@  LAYERVERSION_multimedia-layer = "1"
 
 LAYERDEPENDS_multimedia-layer = "core openembedded-layer meta-python"
 
-LAYERSERIES_COMPAT_multimedia-layer = "whinlatter wrynose"
+LAYERSERIES_COMPAT_multimedia-layer = "blacksail"
 
 # List of known non-reproducible package of the meta-multimedia layer
 # Please keep this list sorted
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
index 18256167a3..24071b1e6d 100644
--- a/meta-networking/conf/layer.conf
+++ b/meta-networking/conf/layer.conf
@@ -15,7 +15,7 @@  LAYERVERSION_networking-layer = "1"
 
 LAYERDEPENDS_networking-layer = "core meta-python openembedded-layer"
 
-LAYERSERIES_COMPAT_networking-layer = "whinlatter wrynose"
+LAYERSERIES_COMPAT_networking-layer = "blacksail"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index d90d0cf737..8318d3dbf0 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -46,7 +46,7 @@  LAYERVERSION_openembedded-layer = "1"
 
 LAYERDEPENDS_openembedded-layer = "core"
 
-LAYERSERIES_COMPAT_openembedded-layer = "whinlatter wrynose"
+LAYERSERIES_COMPAT_openembedded-layer = "blacksail"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
diff --git a/meta-perl/conf/layer.conf b/meta-perl/conf/layer.conf
index 41ff0fefc2..e4292adcda 100644
--- a/meta-perl/conf/layer.conf
+++ b/meta-perl/conf/layer.conf
@@ -15,7 +15,7 @@  LAYERVERSION_perl-layer = "1"
 
 LAYERDEPENDS_perl-layer = "core openembedded-layer"
 
-LAYERSERIES_COMPAT_perl-layer = "whinlatter wrynose"
+LAYERSERIES_COMPAT_perl-layer = "blacksail"
 
 # List of known non-reproducible package of the meta-perl layer
 # Please keep this list sorted
diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf
index ea51fa93ad..8cc8d40696 100644
--- a/meta-python/conf/layer.conf
+++ b/meta-python/conf/layer.conf
@@ -14,7 +14,7 @@  LAYERVERSION_meta-python = "1"
 
 LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer"
 
-LAYERSERIES_COMPAT_meta-python = "whinlatter wrynose"
+LAYERSERIES_COMPAT_meta-python = "blacksail"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
diff --git a/meta-webserver/conf/layer.conf b/meta-webserver/conf/layer.conf
index b1fd9e4bd6..c46f42a468 100644
--- a/meta-webserver/conf/layer.conf
+++ b/meta-webserver/conf/layer.conf
@@ -17,7 +17,7 @@  LAYERVERSION_webserver = "1"
 
 LAYERDEPENDS_webserver = "core openembedded-layer networking-layer"
 
-LAYERSERIES_COMPAT_webserver = "whinlatter wrynose"
+LAYERSERIES_COMPAT_webserver = "blacksail"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf
index a8b96969b1..866d1e6f02 100644
--- a/meta-xfce/conf/layer.conf
+++ b/meta-xfce/conf/layer.conf
@@ -19,7 +19,7 @@  LAYERDEPENDS_xfce-layer += "multimedia-layer"
 LAYERDEPENDS_xfce-layer += "meta-python"
 LAYERDEPENDS_xfce-layer += "networking-layer"
 
-LAYERSERIES_COMPAT_xfce-layer = "whinlatter wrynose"
+LAYERSERIES_COMPAT_xfce-layer = "blacksail"
 
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
   openzone->gdk-pixbuf \