From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0FD82E0096D; Wed, 23 Mar 2016 03:37:31 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [134.134.136.20 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5DF89E00C28 for ; Wed, 23 Mar 2016 03:37:01 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 23 Mar 2016 03:36:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,382,1455004800"; d="scan'208";a="71727986" Received: from linux.intel.com ([10.23.219.25]) by fmsmga004.fm.intel.com with ESMTP; 23 Mar 2016 03:36:42 -0700 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.51]) by linux.intel.com (Postfix) with ESMTP id 12B6A6A4006 for ; Wed, 23 Mar 2016 04:24:24 -0700 (PDT) From: Ed Bartosh To: toaster@yoctoproject.org Date: Wed, 23 Mar 2016 10:15:25 +0200 Message-Id: <5ff2ae6eb8dd51a1582ca9706a91f44b89208b3e.1458720709.git.ed.bartosh@linux.intel.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: Subject: [PATCH v6 34/41] toaster: add DL_DIR and SSTATE_DIR to poky toasterconf X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2016 10:37:31 -0000 From: Sujith H [YOCTO #8422] Signed-off-by: Sujith H Signed-off-by: Ed Bartosh --- meta-poky/conf/toasterconf.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-poky/conf/toasterconf.json b/meta-poky/conf/toasterconf.json index 942d10d..f74e2a0 100644 --- a/meta-poky/conf/toasterconf.json +++ b/meta-poky/conf/toasterconf.json @@ -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": [ { -- 2.1.4