From e24577a7c8f819e7744c79565531d2029649d7b0 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 12 Feb 2024 22:33:35 -0500 Subject: layer.conf: add compatibility with scarthgap OE-Core master has switched compatibility requirements from nanbield to scarthgap in preparation for the upcoming 5.0 release. https://wiki.yoctoproject.org/wiki/Releases Signed-off-by: Denys Dmytriyenko Acked-by: Chirag Shilwant Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/layer.conf | 2 +- meta-ti-extras/conf/layer.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf index f0fcbc7b..502e355f 100644 --- a/meta-ti-bsp/conf/layer.conf +++ b/meta-ti-bsp/conf/layer.conf @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-bsp" BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-ti-bsp = "6" -LAYERSERIES_COMPAT_meta-ti-bsp = "kirkstone langdale mickledore nanbield" +LAYERSERIES_COMPAT_meta-ti-bsp = "kirkstone langdale mickledore nanbield scarthgap" LICENSE_PATH += "${LAYERDIR}/licenses" diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf index a7cca42e..a05dbe5f 100644 --- a/meta-ti-extras/conf/layer.conf +++ b/meta-ti-extras/conf/layer.conf @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-extras" BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-ti-extras = "6" -LAYERSERIES_COMPAT_meta-ti-extras = "kirkstone langdale mickledore nanbield" +LAYERSERIES_COMPAT_meta-ti-extras = "kirkstone langdale mickledore nanbield scarthgap" LICENSE_PATH += "${LAYERDIR}/licenses" -- cgit v1.2.3-54-g00ecf