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>
This commit is contained in:
Richard Purdie
2010-09-29 11:19:22 +01:00
parent dd28a9c516
commit 97dec8410b
5 changed files with 19 additions and 18 deletions

View File

@@ -650,7 +650,7 @@ require conf/abi_version.conf
##################################################################
DL_DIR ?= "${TOPDIR}/downloads"
PSTAGE_DIR ?= "${TOPDIR}/pstage"
SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
IMAGE_FSTYPES ?= "tar.gz"
PCMCIA_MANAGER ?= "pcmcia-cs"
DEFAULT_TASK_PROVIDER ?= "task-base"