diff options
author | Richard Purdie <richard@openedhand.com> | 2006-12-04 17:05:47 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-12-04 17:05:47 +0000 |
commit | 62747098a84f085d6f031999bce6028a01c3ddc6 (patch) | |
tree | 0f468db119f63f16e81c36a98315747c4e02677f | |
parent | 67d732d5138e59588f6d98b836061f7966d10f05 (diff) | |
download | poky-62747098a84f085d6f031999bce6028a01c3ddc6.tar.gz |
bitbake.conf: Move DL_DIR to the end of the file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@997 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9f77c82e06..d2be2cb1e4 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -143,7 +143,6 @@ FILESDIR = "${@bb.which(bb.data.getVar('FILESPATH', d, 1), '.')}" | |||
143 | 143 | ||
144 | TMPDIR = "${TOPDIR}/tmp" | 144 | TMPDIR = "${TOPDIR}/tmp" |
145 | CACHE = "${TMPDIR}/cache${@['', '/' + str(bb.data.getVar('MACHINE', d, 1))][bool(bb.data.getVar('MACHINE', d, 1))]}" | 145 | CACHE = "${TMPDIR}/cache${@['', '/' + str(bb.data.getVar('MACHINE', d, 1))][bool(bb.data.getVar('MACHINE', d, 1))]}" |
146 | DL_DIR ?= "${TMPDIR}/downloads" | ||
147 | CVSDIR = "${DL_DIR}/cvs" | 146 | CVSDIR = "${DL_DIR}/cvs" |
148 | SVNDIR = "${DL_DIR}/svn" | 147 | SVNDIR = "${DL_DIR}/svn" |
149 | GITDIR = "${DL_DIR}/git" | 148 | GITDIR = "${DL_DIR}/git" |
@@ -420,6 +419,7 @@ require conf/sanity.conf | |||
420 | # Weak variables (usually to retain backwards compatibility) | 419 | # Weak variables (usually to retain backwards compatibility) |
421 | ################################################################## | 420 | ################################################################## |
422 | 421 | ||
422 | DL_DIR ?= "${TMPDIR}/downloads" | ||
423 | IMAGE_FSTYPES ?= "jffs2" | 423 | IMAGE_FSTYPES ?= "jffs2" |
424 | PCMCIA_MANAGER ?= "pcmcia-cs" | 424 | PCMCIA_MANAGER ?= "pcmcia-cs" |
425 | MACHINE_TASK_PROVIDER ?= "task-bootstrap" | 425 | MACHINE_TASK_PROVIDER ?= "task-bootstrap" |