[oe] Multiple bitbake and a shared DL_DIR location - race conditions?

Leon Woestenberg leon.woestenberg at gmail.com
Thu Mar 6 17:51:39 UTC 2008


Hello Richard,

On Wed, Mar 5, 2008 at 9:47 PM, Richard Purdie <rpurdie at rpsys.net> wrote:
>
> On Tue, 2008-03-04 at 12:13 +0100, Leon Woestenberg wrote:
>  > bitbake.conf:143:DL_DIR = "${TMPDIR}/downloads"
>  > bitbake.conf:144:CVSDIR = "${DL_DIR}/cvs"
>  > bitbake.conf:145:SVNDIR = "${DL_DIR}/svn"
>  > bitbake.conf:146:GITDIR = "${DL_DIR}/git"
>  >
>  > Can we change this into:
>  >
>  > DL_DIR = "${TMPDIR}/downloads"
>  > CO_DIR = "${DL_DIR}"
>  > CVSDIR = "${CO_DIR}/cvs"
>  > SVNDIR = "${CO_DIR}/svn"
>  > GITDIR = "${CO_DIR}/git"
>  >
>  > So that I can override CO_DIR robustly, even when a fourth revision
>  > control system comes into play?
>  >
>  > (CO_DIR as in checkout directory)
>
>  I agree with that change, it makes sense. Do you want to check it in or
>  should I?
>
I will test it first, then check-in (unless you have done so already,
lacking my response).

Regards,
-- 
Leon




More information about the Openembedded-devel mailing list