summaryrefslogtreecommitdiff
path: root/buildconf/local.conf
diff options
context:
space:
mode:
Diffstat (limited to 'buildconf/local.conf')
-rw-r--r--buildconf/local.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index 47abc94..6b859b2 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -75,6 +75,12 @@ MACHINE ?= "colibri-imx6"
DL_DIR ?= "${TOPDIR}/../downloads"
#
+# It seems that uninative is racy when building multiple builds in parallel.
+# Work around by storing the uninative tarball in a per-build location.
+#
+UNINATIVE_DLDIR = "${TMPDIR}/uninative/"
+
+#
# Where to place shared-state files
#
# BitBake has the capability to accelerate builds based on previously built output.