projects
/
scm
/
bb
/
tizen-distro.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a11555b
)
bitbake.conf: Add MACHINE to the CACHE path if set
author
Richard Purdie
<richard@openedhand.com>
Mon, 20 Nov 2006 08:54:57 +0000
(08:54 +0000)
committer
Richard Purdie
<richard@openedhand.com>
Mon, 20 Nov 2006 08:54:57 +0000
(08:54 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@873
311d38ba
-8fff-0310-9ca6-
ca027cbcb966
meta/conf/bitbake.conf
patch
|
blob
|
history
diff --git
a/meta/conf/bitbake.conf
b/meta/conf/bitbake.conf
index
08ce44d
..
2af2abe
100644
(file)
--- a/
meta/conf/bitbake.conf
+++ b/
meta/conf/bitbake.conf
@@
-142,7
+142,7
@@
FILESDIR = "${@bb.which(bb.data.getVar('FILESPATH', d, 1), '.')}"
##################################################################
TMPDIR = "${TOPDIR}/tmp"
-CACHE = "${TMPDIR}/cache"
+CACHE = "${TMPDIR}/cache
${@['', '/' + str(bb.data.getVar('MACHINE', d, 1))][bool(bb.data.getVar('MACHINE', d, 1))]}
"
DL_DIR = "${TMPDIR}/downloads"
CVSDIR = "${DL_DIR}/cvs"
SVNDIR = "${DL_DIR}/svn"