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 .= ":${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" -- 2.35.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20175): https://lists.yoctoproject.org/g/meta-ti/message/20175 Mute This Topic: https://lists.yoctoproject.org/mt/120381196/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
