Openembedded Core Discussions
 help / color / mirror / Atom feed
* [RFC PATCH] bitbake.conf: Change WORKDIR to split by PN and version into seperate directories
@ 2012-09-21 14:24 Richard Purdie
  2012-09-21 14:27 ` Phil Blundell
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2012-09-21 14:24 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---

As per the previous patch, this is really a request for comments, I can
see pros and cons...

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 4b6fdb7..bc870e7 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -334,7 +334,7 @@ HGDIR = "${CO_DIR}/hg"
 
 STAMP = "${TMPDIR}/stamps/${MULTIMACH_TARGET_SYS}/${PN}/${EXTENDPE}${PV}-${PR}"
 STAMPCLEAN = "${TMPDIR}/stamps/${MULTIMACH_TARGET_SYS}/${PN}/*-*"
-WORKDIR = "${TMPDIR}/work/${MULTIMACH_TARGET_SYS}/${PF}"
+WORKDIR = "${TMPDIR}/work/${MULTIMACH_TARGET_SYS}/${PN}/${EXTENDPE}${PV}-${PR}"
 T = "${WORKDIR}/temp"
 D = "${WORKDIR}/image"
 S = "${WORKDIR}/${BP}"





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-09-22 11:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-21 14:24 [RFC PATCH] bitbake.conf: Change WORKDIR to split by PN and version into seperate directories Richard Purdie
2012-09-21 14:27 ` Phil Blundell
2012-09-21 15:18   ` Martin Jansa
2012-09-22 11:43     ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox