toasterconf.json: Add DL_DIR and SSTATE_DIR to poky toasterconf

Add the DL_DIR and SSTATE_DIR to the toasterconf with defaults set

We now support per project sharing of the DL_DIR and SSTATE_DIR
in toaster.

[YOCTO #8422]

(From meta-yocto rev: 3ef8917f03a3900585281a50168cffdff4e05d06)

Signed-off-by: Sujith H <sujith.h@gmail.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Sujith H 2016-04-06 18:04:08 +01:00 committed by Richard Purdie
parent 296dfbc9b3
commit 14e2b90893
1 changed files with 3 additions and 1 deletions

View File

@ -2,9 +2,11 @@
"config": {
"MACHINE" : "qemux86",
"DISTRO" : "poky",
"DL_DIR" : "${TOPDIR}/../downloads",
"IMAGE_FSTYPES": "ext3 jffs2 tar.bz2",
"IMAGE_INSTALL_append": "",
"PACKAGE_CLASSES": "package_rpm"
"PACKAGE_CLASSES": "package_rpm",
"SSTATE_DIR" : "${TOPDIR}/../sstate-cache"
},
"layersources": [
{