From fa7500e55ca8039316772e209e15e4c17530d8a0 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 14 Jun 2024 11:56:06 -0400 Subject: [PATCH] layer.conf, TODO: drop nanbield compatibility As nanbield has been EOL-ed recently. Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- TODO | 7 ------- meta-ti-bsp/conf/layer.conf | 2 +- meta-ti-extras/conf/layer.conf | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index e1aeba53..40d82c10 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,2 @@ - This TODO list allows us to track certain actions and lists of patches that need to be removed at a future date. - - -May 2024 - nanbield EOL ------------------------ - - Remove python3-yamllint: Temporarily carry this new recipe - diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf index 03cbd7ea..e87221f3 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 = "nanbield scarthgap styhead" +LAYERSERIES_COMPAT_meta-ti-bsp = "scarthgap styhead" LICENSE_PATH += "${LAYERDIR}/licenses" diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf index f2d6b250..a8c68343 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 = "nanbield scarthgap styhead" +LAYERSERIES_COMPAT_meta-ti-extras = "scarthgap styhead" LICENSE_PATH += "${LAYERDIR}/licenses"