mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +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}"
|
||||
CVSDIR = "${CO_DIR}/cvs"
|
||||
SVNDIR = "${CO_DIR}/svn"
|
||||
GITDIR = "${CO_DIR}/git"
|
||||
GITDIR = "${CO_DIR}/git2"
|
||||
BZRDIR = "${CO_DIR}/bzr"
|
||||
HGDIR = "${CO_DIR}/hg"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user