[oe-commits] Martin Jansa : buildhistory: change default BUILDHISTORY_DIR to TOPDIR

git at git.openembedded.org git at git.openembedded.org
Fri May 3 15:22:57 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: d3ad9a4c573fec08b5606a4c3e86f93cb95e8718
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d3ad9a4c573fec08b5606a4c3e86f93cb95e8718

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Sat Apr 27 17:15:49 2013 +0200

buildhistory: change default BUILDHISTORY_DIR to TOPDIR

* like PERSISTENT_DIR I find BUILDHISTORY_DIR more persistent
  then tmp-eglibc directory
* WARN: people with existing checkouts in TMPDIR/buildhistory
  need to move it to new location first (in order to save history)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/buildhistory.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass
index 1ac1a8b..8efd41c 100644
--- a/meta/classes/buildhistory.bbclass
+++ b/meta/classes/buildhistory.bbclass
@@ -8,7 +8,7 @@
 #
 
 BUILDHISTORY_FEATURES ?= "image package sdk"
-BUILDHISTORY_DIR ?= "${TMPDIR}/buildhistory"
+BUILDHISTORY_DIR ?= "${TOPDIR}/buildhistory"
 BUILDHISTORY_DIR_IMAGE = "${BUILDHISTORY_DIR}/images/${MACHINE_ARCH}/${TCLIBC}/${IMAGE_BASENAME}"
 BUILDHISTORY_DIR_PACKAGE = "${BUILDHISTORY_DIR}/packages/${MULTIMACH_TARGET_SYS}/${PN}"
 BUILDHISTORY_DIR_SDK = "${BUILDHISTORY_DIR}/sdk/${SDK_NAME}"





More information about the Openembedded-commits mailing list