layer.conf: update LAYERSERIES_COMPAT to use nanbield

Drop langdale and mickledore.

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
Naveen Saini
2023-09-12 10:51:17 +08:00
parent a29a29f32a
commit fa76b75bd6
2 changed files with 2 additions and 2 deletions

View File

@@ -15,4 +15,4 @@ LAYERVERSION_zephyrbsp = "1"
LAYERDEPENDS_zephyrbsp = "zephyrcore core meta-python"
LAYERSERIES_COMPAT_zephyrbsp = "kirkstone langdale mickledore"
LAYERSERIES_COMPAT_zephyrbsp = "kirkstone nanbield"

View File

@@ -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"