[oe-commits] Michael 'Mickey' Lauer : bitbake.conf: weak assignment for DEPLOY_DIR

GIT User account git at amethyst.openembedded.net
Thu Mar 19 13:10:19 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d2b236841539692a3bd12574f7961855d19767fb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d2b236841539692a3bd12574f7961855d19767fb

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Mar 19 13:52:32 2009 +0100

bitbake.conf: weak assignment for DEPLOY_DIR

---

 conf/bitbake.conf |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index a4483bc..68301bc 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -284,7 +284,9 @@ STAGING_DIR_TARGET = "${STAGING_DIR}/${BASEPKG_TARGET_SYS}"
 
 STAGING_DIR_SDK = "${STAGING_DIR}/${SDK_SYS}"
 
-DEPLOY_DIR = "${TMPDIR}/deploy"
+# Setting DEPLOY_DIR outside of TMPDIR is helpful, when you are using
+# packaged staging and/or multimachine.
+DEPLOY_DIR ?= "${TMPDIR}/deploy"
 DEPLOY_DIR_TAR = "${DEPLOY_DIR}/tar"
 DEPLOY_DIR_IPK = "${DEPLOY_DIR}/ipk"
 DEPLOY_DIR_RPM = "${DEPLOY_DIR}/rpm"





More information about the Openembedded-commits mailing list