mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
bitbake.conf: Force git fetches to a new location after fetcher layout changes
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -270,7 +270,7 @@ LOG_DIR = "${TMPDIR}/log"
|
|||||||
CO_DIR = "${DL_DIR}"
|
CO_DIR = "${DL_DIR}"
|
||||||
CVSDIR = "${CO_DIR}/cvs"
|
CVSDIR = "${CO_DIR}/cvs"
|
||||||
SVNDIR = "${CO_DIR}/svn"
|
SVNDIR = "${CO_DIR}/svn"
|
||||||
GITDIR = "${CO_DIR}/git"
|
GITDIR = "${CO_DIR}/git2"
|
||||||
BZRDIR = "${CO_DIR}/bzr"
|
BZRDIR = "${CO_DIR}/bzr"
|
||||||
HGDIR = "${CO_DIR}/hg"
|
HGDIR = "${CO_DIR}/hg"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user