diff mbox series

[master,2/2] layer.conf, TODO: drop nanbield compatibility

Message ID 20240614155606.792020-2-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master,1/2] python3-yamllint: remove local copy | expand

Commit Message

Denys Dmytriyenko June 14, 2024, 3:56 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

As nanbield has been EOL-ed recently.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 TODO                           | 7 -------
 meta-ti-bsp/conf/layer.conf    | 2 +-
 meta-ti-extras/conf/layer.conf | 2 +-
 3 files changed, 2 insertions(+), 9 deletions(-)
diff mbox series

Patch

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"