diff mbox series

[master,3/3] layer.conf: remove remnant METATIBASE

Message ID 20260721174311.7581-3-denis@denix.org
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series [master,1/3] ti-cgt470: remove | expand

Commit Message

Denys Dmytriyenko July 21, 2026, 5:43 p.m. UTC
From: "Denys Dmytriyenko (TI)" <denys@konsulko.com>

This variable is no longer used. It also gets defined in 2 layers,
making it undeterministic.

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

Patch

diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
index c8e4cd39..3cc54aa4 100644
--- a/meta-ti-bsp/conf/layer.conf
+++ b/meta-ti-bsp/conf/layer.conf
@@ -1,6 +1,5 @@ 
 # We have a conf and classes directory, append to BBPATH
 BBPATH .= ":${LAYERDIR}"
-METATIBASE := '${@os.path.normpath("${LAYERDIR}/")}'
 
 # We have a recipes directory, add to BBFILES
 BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf
index 23d54095..6f130442 100644
--- a/meta-ti-extras/conf/layer.conf
+++ b/meta-ti-extras/conf/layer.conf
@@ -1,6 +1,5 @@ 
 # We have a conf and classes directory, append to BBPATH
 BBPATH .= ":${LAYERDIR}"
-METATIBASE := '${@os.path.normpath("${LAYERDIR}/")}'
 
 # We have a recipes directory, add to BBFILES
 BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"