From 190b7fd6a6092ff248d47da373933be3aadbe2a2 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 11 Oct 2019 11:25:03 +0200 Subject: conf/local.conf: store uninative tarball in tmp Store uninative tarball in tmp to work around a race condition seen with multiple builds in parallel. Signed-off-by: Stefan Agner Ported from toradex-torizon-manifest, commit 78ad9ee Note that this workaround is no longer needed after with zeus. Signed-off-by: Max Krummenacher --- buildconf/local.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/buildconf/local.conf b/buildconf/local.conf index 47abc94..6b859b2 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -74,6 +74,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 # -- cgit v1.2.3