diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 1311e6b5fd..a0a7f4911e 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -360,12 +360,6 @@ CACHE = "${TMPDIR}/cache${@['', '/' + str(d.getVar('MACHINE'))][bool(d.getVar('M | |||
360 | # The persistent cache should be shared by all builds | 360 | # The persistent cache should be shared by all builds |
361 | PERSISTENT_DIR = "${TOPDIR}/cache" | 361 | PERSISTENT_DIR = "${TOPDIR}/cache" |
362 | LOG_DIR = "${TMPDIR}/log" | 362 | LOG_DIR = "${TMPDIR}/log" |
363 | CO_DIR = "${DL_DIR}" | ||
364 | CVSDIR = "${CO_DIR}/cvs" | ||
365 | SVNDIR = "${CO_DIR}/svn" | ||
366 | GITDIR = "${CO_DIR}/git2" | ||
367 | BZRDIR = "${CO_DIR}/bzr" | ||
368 | HGDIR = "${CO_DIR}/hg" | ||
369 | 363 | ||
370 | STAMPS_DIR ?= "${TMPDIR}/stamps" | 364 | STAMPS_DIR ?= "${TMPDIR}/stamps" |
371 | STAMP = "${STAMPS_DIR}/${MULTIMACH_TARGET_SYS}/${PN}/${EXTENDPE}${PV}-${PR}" | 365 | STAMP = "${STAMPS_DIR}/${MULTIMACH_TARGET_SYS}/${PN}/${EXTENDPE}${PV}-${PR}" |
@@ -676,12 +670,6 @@ SRC_URI[vardepsexclude] += "\ | |||
676 | # export DEBIAN_MIRROR = "http://ftp.de.debian.org/debian/pool" | 670 | # export DEBIAN_MIRROR = "http://ftp.de.debian.org/debian/pool" |
677 | # into your local.conf | 671 | # into your local.conf |
678 | 672 | ||
679 | FETCHCMD_svn = "/usr/bin/env svn --non-interactive --trust-server-cert" | ||
680 | FETCHCMD_cvs = "/usr/bin/env cvs" | ||
681 | FETCHCMD_wget = "/usr/bin/env wget -t 2 -T 30 --passive-ftp --no-check-certificate" | ||
682 | FETCHCMD_bzr = "/usr/bin/env bzr" | ||
683 | FETCHCMD_hg = "/usr/bin/env hg" | ||
684 | |||
685 | SRCDATE = "${DATE}" | 673 | SRCDATE = "${DATE}" |
686 | SRCREV ??= "INVALID" | 674 | SRCREV ??= "INVALID" |
687 | AUTOREV = "${@bb.fetch2.get_autorev(d)}" | 675 | AUTOREV = "${@bb.fetch2.get_autorev(d)}" |