diff mbox series

[meta-zephyr,walnascar,1/2] layer.conf: Prepare for release, drop scarthgap styhead LAYERSERIES

Message ID 20250429061303.3703928-1-naveen.kumar.saini@intel.com
State New
Headers show
Series [meta-zephyr,walnascar,1/2] layer.conf: Prepare for release, drop scarthgap styhead LAYERSERIES | expand

Commit Message

Naveen Saini April 29, 2025, 6:13 a.m. UTC
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
---
 meta-zephyr-bsp/conf/layer.conf  | 2 +-
 meta-zephyr-core/conf/layer.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-zephyr-bsp/conf/layer.conf b/meta-zephyr-bsp/conf/layer.conf
index 60a0a80..b9a913b 100644
--- a/meta-zephyr-bsp/conf/layer.conf
+++ b/meta-zephyr-bsp/conf/layer.conf
@@ -15,4 +15,4 @@  LAYERVERSION_zephyrbsp = "1"
 
 LAYERDEPENDS_zephyrbsp = "zephyrcore core meta-python"
 
-LAYERSERIES_COMPAT_zephyrbsp = "scarthgap styhead walnascar"
+LAYERSERIES_COMPAT_zephyrbsp = "walnascar"
diff --git a/meta-zephyr-core/conf/layer.conf b/meta-zephyr-core/conf/layer.conf
index 3482c6f..5817c11 100644
--- a/meta-zephyr-core/conf/layer.conf
+++ b/meta-zephyr-core/conf/layer.conf
@@ -15,7 +15,7 @@  LAYERVERSION_zephyrcore = "1"
 
 LAYERDEPENDS_zephyrcore = "core meta-python"
 
-LAYERSERIES_COMPAT_zephyrcore = "scarthgap styhead walnascar"
+LAYERSERIES_COMPAT_zephyrcore = "walnascar"
 
 PYTHON3_NATIVE_SITEPACKAGES_DIR = "${libdir_native}/${PYTHON3_DIR}/site-packages"