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

Denys Dmytriyenko <[email protected]> Tue, 21 Jul 2026 13:43:11 -0400
Newsgroups org.yoctoproject.lists.meta-ti
Message-ID <[email protected]>
From: "Denys Dmytriyenko (TI)" <[email protected]>

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

Signed-off-by: Denys Dmytriyenko (TI) <[email protected]>
---
 meta-ti-bsp/conf/layer.conf    | 1 -
 meta-ti-extras/conf/layer.conf | 1 -
 2 files changed, 2 deletions(-)

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 .=3D ":${LAYERDIR}"
-METATIBASE :=3D '${@os.path.normpath("${LAYERDIR}/")}'
=20
 # We have a recipes directory, add to BBFILES
 BBFILES +=3D "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbapp=
end"
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.c=
onf
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 .=3D ":${LAYERDIR}"
-METATIBASE :=3D '${@os.path.normpath("${LAYERDIR}/")}'
=20
 # We have a recipes directory, add to BBFILES
 BBFILES +=3D "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbapp=
end"
--=20
2.35.3