layer.conf: update LAYERSERIES_COMPAT to use scarthgap

Drop compatibility to nanbield.

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
Naveen Saini
2024-03-18 10:37:02 +08:00
parent 3be7e3e1ed
commit 5bd0c9b17c
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ LAYERVERSION_zephyrcore = "1"
LAYERDEPENDS_zephyrcore = "core meta-python"
LAYERSERIES_COMPAT_zephyrcore = "kirkstone nanbield"
LAYERSERIES_COMPAT_zephyrcore = "kirkstone scarthgap"
PYTHON3_NATIVE_SITEPACKAGES_DIR = "${libdir_native}/${PYTHON3_DIR}/site-packages"