diff options
-rw-r--r-- | conf/bitbake.conf | 2 | ||||
-rw-r--r-- | contrib/angstrom/source-mirror.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 9ce51821b1..ea9b290184 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -215,6 +215,7 @@ CVSDIR = "${CO_DIR}/cvs" SVNDIR = "${CO_DIR}/svn" GITDIR = "${CO_DIR}/git" BZRDIR = "${CO_DIR}/bzr" +HGDIR = "${CO_DIR}/hg" STAMP = "${TMPDIR}/stamps/${MULTIMACH_TARGET_SYS}/${PF}" WORKDIR = "${TMPDIR}/work/${MULTIMACH_TARGET_SYS}/${PF}" @@ -449,6 +450,7 @@ FETCHCMD_svn = "/usr/bin/env svn" FETCHCMD_cvs = "/usr/bin/env cvs" FETCHCMD_wget = "/usr/bin/env wget -t 5" FETCHCMD_bzr = "/usr/bin/env bzr" +FETCHCMD_hg = "/usr/bin/env hg" FETCHCOMMAND = "ERROR, this must be a BitBake bug" FETCHCOMMAND_wget = "/usr/bin/env wget -t 5 --passive-ftp -P ${DL_DIR} ${URI}" diff --git a/contrib/angstrom/source-mirror.txt b/contrib/angstrom/source-mirror.txt index 1c480e730d..524134779e 100644 --- a/contrib/angstrom/source-mirror.txt +++ b/contrib/angstrom/source-mirror.txt @@ -3,6 +3,8 @@ rsync ~/OE/downloads/ angstrom@linuxtogo.org:~/website/unstable/sources/ -av \ --exclude "*.md5" \ --exclude "svn" \ + --exclude "hg" \ + --exclude "bzr" \ --exclude "cvs" \ --exclude "git" \ --exclude "umac.ko" \ |