diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-29 11:19:22 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-29 12:12:26 +0100 |
commit | 97dec8410b071660937fa1f30827a2926c21cca2 (patch) | |
tree | e5a6b134ce025bebed4dc32f32fbd11dcd3f8e25 /meta/conf/bitbake.conf | |
parent | dd28a9c516017cf34c88d491875a61dfaf502d4c (diff) | |
download | poky-97dec8410b071660937fa1f30827a2926c21cca2.tar.gz |
sstate.bbclass: Update to use SSTATE variables everywhere and remove the now unneeded complicated paths from the sstate files
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e2c160685c..c2a2119678 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -650,7 +650,7 @@ require conf/abi_version.conf | |||
650 | ################################################################## | 650 | ################################################################## |
651 | 651 | ||
652 | DL_DIR ?= "${TOPDIR}/downloads" | 652 | DL_DIR ?= "${TOPDIR}/downloads" |
653 | PSTAGE_DIR ?= "${TOPDIR}/pstage" | 653 | SSTATE_DIR ?= "${TOPDIR}/sstate-cache" |
654 | IMAGE_FSTYPES ?= "tar.gz" | 654 | IMAGE_FSTYPES ?= "tar.gz" |
655 | PCMCIA_MANAGER ?= "pcmcia-cs" | 655 | PCMCIA_MANAGER ?= "pcmcia-cs" |
656 | DEFAULT_TASK_PROVIDER ?= "task-base" | 656 | DEFAULT_TASK_PROVIDER ?= "task-base" |