From 35a6039fbe43e919c40212db2329ba388684a081 Mon Sep 17 00:00:00 2001 From: "Denys Dmytriyenko (TI)" Date: Tue, 21 Jul 2026 13:43:11 -0400 Subject: [PATCH] layer.conf: remove remnant METATIBASE This variable is no longer used. It also gets defined in 2 layers, making it undeterministic. Signed-off-by: Denys Dmytriyenko (TI) Signed-off-by: Ryan Eatmon --- 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 .= ":${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"