From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0B1D1E00ADF; Wed, 4 Nov 2015 04:11:54 -0800 (PST) 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: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.55.52.88 listed in list.dnswl.org] Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 69E2CE00ACE for ; Wed, 4 Nov 2015 04:11:51 -0800 (PST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 04 Nov 2015 04:11:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,243,1444719600"; d="scan'208";a="678125050" Received: from linux.intel.com ([10.23.219.25]) by orsmga003.jf.intel.com with ESMTP; 04 Nov 2015 04:11:51 -0800 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.51]) by linux.intel.com (Postfix) with ESMTP id EC37A6A4005 for ; Wed, 4 Nov 2015 04:10:47 -0800 (PST) From: Ed Bartosh To: toaster@yoctoproject.org Date: Wed, 4 Nov 2015 14:11:43 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 Subject: [review-request][PATCH 0/2] remove SDKMACHINE variable 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, 04 Nov 2015 12:11:54 -0000 Hi, This patchset contains two identical changes for toasterconf.json: removing SDKMACHINE variable. Variable is not used in toaster anymore as it's removed by this change: https://lists.yoctoproject.org/pipermail/toaster/2015-October/003234.html The patchset logically belongs to my previous patchset: 8279: Provide a single way of starting Toaster I'm sending this in separate e-mail as below two patches should be send to different upstream projects: openembedded-core and yocto. Please, send them after my previous patchset is accepted. The following changes since commit fc45deac89ef63ca1c44e763c38ced7dfd72cbe1: build-appliance-image: Update to jethro head revision (2015-11-03 14:03:03 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ed/toaster/remove-sdkmachine http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/remove-sdkmachine Ed Bartosh (2): toasterconf: remove SDKMACHINE variable toasterconf: remove SDKMACHINE variable meta-yocto/conf/toasterconf.json | 1 - meta/conf/toasterconf.json | 1 - 2 files changed, 2 deletions(-) -- Regards, Ed