* [PATCH] buildhistory: change default BUILDHISTORY_DIR to TOPDIR
@ 2013-04-27 15:15 Martin Jansa
2013-04-27 23:27 ` Otavio Salvador
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2013-04-27 15:15 UTC (permalink / raw)
To: openembedded-core
* 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@gmail.com>
---
meta/classes/buildhistory.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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}"
--
1.8.2.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] buildhistory: change default BUILDHISTORY_DIR to TOPDIR
2013-04-27 15:15 [PATCH] buildhistory: change default BUILDHISTORY_DIR to TOPDIR Martin Jansa
@ 2013-04-27 23:27 ` Otavio Salvador
2013-04-28 8:37 ` Koen Kooi
0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2013-04-27 23:27 UTC (permalink / raw)
To: Martin Jansa; +Cc: Patches and discussions about the oe-core layer
On Sat, Apr 27, 2013 at 12:15 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> * 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@gmail.com>
I've been doing it locally all the time; thanks by sending this :-)
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] buildhistory: change default BUILDHISTORY_DIR to TOPDIR
2013-04-27 23:27 ` Otavio Salvador
@ 2013-04-28 8:37 ` Koen Kooi
0 siblings, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2013-04-28 8:37 UTC (permalink / raw)
To: Otavio Salvador
Cc: Martin Jansa, Patches and discussions about the oe-core layer
Op 28 apr. 2013, om 01:27 heeft Otavio Salvador <otavio@ossystems.com.br> het volgende geschreven:
> On Sat, Apr 27, 2013 at 12:15 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
>> * 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@gmail.com>
>
> I've been doing it locally all the time; thanks by sending this :-)
>
> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Same here :)
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-28 8:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-27 15:15 [PATCH] buildhistory: change default BUILDHISTORY_DIR to TOPDIR Martin Jansa
2013-04-27 23:27 ` Otavio Salvador
2013-04-28 8:37 ` Koen Kooi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox