This patch adds the possibility to change some bitbake variable
that cannot be changed anywhere else, one of then is the TMPDIR.

Using the same TMPDIR it is very sensitive and prone to several errors
when used in more complex situations.
This configuration forces that all native packages have to be the same between 
all
machines and this requirement is very easy to break.
Suppose you use a macinhe override somewhere on a native recipe
and this requirement is no longer met.
Many of these anomalies can be verified with the use of the rm_work and
create-spdx bitbake classes.

A previous attempt [1] had already been made but was refused
but this way it can be done without side effects for other users.

[1] https://lists.yoctoproject.org/g/meta-ti/message/14767

Signed-off-by: Jose Quaresma <jose.quare...@foundries.io>
---
 meta-ti-bsp/conf/multiconfig/k3r5.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-ti-bsp/conf/multiconfig/k3r5.conf 
b/meta-ti-bsp/conf/multiconfig/k3r5.conf
index deb07210..b69c5d6d 100644
--- a/meta-ti-bsp/conf/multiconfig/k3r5.conf
+++ b/meta-ti-bsp/conf/multiconfig/k3r5.conf
@@ -3,3 +3,5 @@ MAINMACHINE := "${MACHINE}"
 DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MAINMACHINE}"
 
 MACHINE:append = "-k3r5"
+
+include conf/multiconfig/k3r5.inc
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#15699): 
https://lists.yoctoproject.org/g/meta-ti/message/15699
Mute This Topic: https://lists.yoctoproject.org/mt/96629864/21656
Group Owner: meta-ti+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to