From fa76b75bd65da63abcc2d65dd5d4eb24296f2f65 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Tue, 12 Sep 2023 10:51:17 +0800 Subject: [PATCH] layer.conf: update LAYERSERIES_COMPAT to use nanbield Drop langdale and mickledore. Signed-off-by: Naveen Saini --- meta-zephyr-bsp/conf/layer.conf | 2 +- meta-zephyr-core/conf/layer.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-zephyr-bsp/conf/layer.conf b/meta-zephyr-bsp/conf/layer.conf index d809926..1edcb0b 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 langdale mickledore" +LAYERSERIES_COMPAT_zephyrbsp = "kirkstone nanbield" diff --git a/meta-zephyr-core/conf/layer.conf b/meta-zephyr-core/conf/layer.conf index fdff4f6..06e942e 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 = "kirkstone langdale mickledore" +LAYERSERIES_COMPAT_zephyrcore = "kirkstone nanbield" PYTHON3_NATIVE_SITEPACKAGES_DIR = "${libdir_native}/${PYTHON3_DIR}/site-packages"