layer.conf: update LAYERSERIES_COMPAT to use walnascar

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
Naveen Saini
2025-04-09 13:33:16 +08:00
parent dec3591e1f
commit dc75d6db11
2 changed files with 2 additions and 2 deletions

View File

@@ -15,4 +15,4 @@ LAYERVERSION_zephyrbsp = "1"
LAYERDEPENDS_zephyrbsp = "zephyrcore core meta-python" LAYERDEPENDS_zephyrbsp = "zephyrcore core meta-python"
LAYERSERIES_COMPAT_zephyrbsp = "scarthgap styhead" LAYERSERIES_COMPAT_zephyrbsp = "scarthgap styhead walnascar"

View File

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