From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0A51AE00CBC; Wed, 23 Mar 2016 03:37:06 -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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 63C83E00C64 for ; Wed, 23 Mar 2016 03:36:43 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.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="943320735" Received: from linux.intel.com ([10.23.219.25]) by fmsmga002.fm.intel.com with ESMTP; 23 Mar 2016 03:36:43 -0700 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.51]) by linux.intel.com (Postfix) with ESMTP id 21FB16A4002 for ; Wed, 23 Mar 2016 04:24:25 -0700 (PDT) From: Ed Bartosh To: toaster@yoctoproject.org Date: Wed, 23 Mar 2016 10:15:26 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: Subject: [PATCH v6 35/41] toaster: add DL_DIR and SSTATE_DIR to oe 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:06 -0000 Signed-off-by: Ed Bartosh --- meta/conf/toasterconf.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json index 2f451f3..a05734f 100644 --- a/meta/conf/toasterconf.json +++ b/meta/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