diff mbox series

[meta-zephyr] layer.conf: update LAYERSERIES_COMPAT to use styhead

Message ID 20240912102018.3652774-1-naveen.kumar.saini@intel.com
State New
Headers show
Series [meta-zephyr] layer.conf: update LAYERSERIES_COMPAT to use styhead | expand

Commit Message

Naveen Saini Sept. 12, 2024, 10:20 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 28577b2..26960d5 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 = "kirkstone scarthgap"
+LAYERSERIES_COMPAT_zephyrbsp = "scarthgap styhead"
diff --git a/meta-zephyr-core/conf/layer.conf b/meta-zephyr-core/conf/layer.conf
index 40db3b6..66b2191 100644
--- a/meta-zephyr-core/conf/layer.conf
+++ b/meta-zephyr-core/conf/layer.conf
@@ -19,7 +19,7 @@  LAYERVERSION_zephyrcore = "1"
 
 LAYERDEPENDS_zephyrcore = "core meta-python"
 
-LAYERSERIES_COMPAT_zephyrcore = "kirkstone scarthgap"
+LAYERSERIES_COMPAT_zephyrcore = "scarthgap styhead"
 
 PYTHON3_NATIVE_SITEPACKAGES_DIR = "${libdir_native}/${PYTHON3_DIR}/site-packages"