summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildconf/local.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index d4f1b83..50bca10 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -103,6 +103,15 @@ DL_DIR ?= "${TOPDIR}/downloads"
#
#TMPDIR = "${TOPDIR}/tmp"
TMPDIR = "${TOPDIR}/out"
+
+#
+# Where to place images and sw packages
+#
+# This places the build output in parallel to build and layers thus
+# if you have several build directories you need to adjust deploy
+# to something unique, e.g. "${TOPDIR}/../deploy_fb" "${TOPDIR}/../deploy_x11"
+DEPLOY_DIR = "${TOPDIR}/../deploy"
+
#
# Package Management configuration
#