[oe-commits] org.oe.dev bitbake.conf: Weakly assign DL_DIR so it can be set from the environment (from poky)

rpurdie commit openembedded-commits at lists.openembedded.org
Thu Aug 9 02:15:26 UTC 2007


bitbake.conf: Weakly assign DL_DIR so it can be set from the environment (from poky)

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: db976a98427dd6a195e2cf167e225de2d0206aea
ViewMTN: http://monotone.openembedded.org/revision.psp?id=db976a98427dd6a195e2cf167e225de2d0206aea
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -r852e79e4fd49c31ea2c4db69de85247ea872bc5c -rdb976a98427dd6a195e2cf167e225de2d0206aea
#
# 
# 
# patch "conf/bitbake.conf"
#  from [b185da507a3c374b9fdc2dda0edafa17db3c8fcd]
#    to [913268fdd4af9c8f090f039d3c1dfe172bb3b59f]
# 
============================================================
--- conf/bitbake.conf	b185da507a3c374b9fdc2dda0edafa17db3c8fcd
+++ conf/bitbake.conf	913268fdd4af9c8f090f039d3c1dfe172bb3b59f
@@ -152,7 +152,6 @@ CACHE = "${TMPDIR}/cache${@['', '/' + st
 
 TMPDIR = "${TOPDIR}/tmp"
 CACHE = "${TMPDIR}/cache${@['', '/' + str(bb.data.getVar('MACHINE', d, 1))][bool(bb.data.getVar('MACHINE', d, 1))]}"
-DL_DIR = "${TMPDIR}/downloads"
 CVSDIR = "${DL_DIR}/cvs"
 SVNDIR = "${DL_DIR}/svn"
 GITDIR = "${DL_DIR}/git"
@@ -467,6 +466,7 @@ require conf/sanity.conf
 # Weak variables (usually to retain backwards compatibility)
 ##################################################################
 
+DL_DIR ?= "${TMPDIR}/downloads"
 IMAGE_FSTYPES ?= "jffs2"
 PCMCIA_MANAGER ?= "pcmcia-cs"
 MACHINE_TASK_PROVIDER ?= "task-base"






More information about the Openembedded-commits mailing list