diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-09-13 09:33:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-13 09:33:53 +0000 |
commit | 341aeb300f4a29422eb989b04150a0c7c794a03a (patch) | |
tree | f0017b2883e81722a2bbe577690403f80760f8d2 /conf/bitbake.conf | |
parent | 622e7a811bb45cf17d8625e6e58aeb6860fd7007 (diff) |
linux-oz-2.6: Tosa updates from Dirk bringingTosa up to date
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 0141eb5bcd..7008ce9940 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -126,6 +126,7 @@ TMPDIR = "${TOPDIR}/tmp" CACHE = "${TMPDIR}/cache" DL_DIR = "${TMPDIR}/downloads" CVSDIR = "${DL_DIR}/cvs" +GITDIR = "${DL_DIR}/git" STAMP = "${TMPDIR}/stamps/${PF}" WORKDIR = "${TMPDIR}/work/${PF}" |