summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index abd2bb5cfa..d3fd26dcfb 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -726,3 +726,5 @@ TARGET_ARCH[unexport] = "1"
726# (breaks sysvinit at least) 726# (breaks sysvinit at least)
727DISTRO[unexport] = "1" 727DISTRO[unexport] = "1"
728 728
729# Used by canadian-cross to handle string conversions on TARGET_ARCH where needed
730TRANSLATED_TARGET_ARCH ??= ${TARGET_ARCH}