From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 6EE2EE00AEB; Fri, 11 Dec 2015 06:14:42 -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: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [134.134.136.24 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 379D3E00978 for ; Fri, 11 Dec 2015 06:14:41 -0800 (PST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 11 Dec 2015 06:14:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,413,1444719600"; d="scan'208";a="616437584" Received: from linux.intel.com ([10.23.219.25]) by FMSMGA003.fm.intel.com with ESMTP; 11 Dec 2015 06:14:35 -0800 Received: from linux.intel.com (vmed.fi.intel.com [10.237.72.51]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTP id BAF586A4087 for ; Fri, 11 Dec 2015 07:02:36 -0800 (PST) Date: Fri, 11 Dec 2015 15:43:13 +0200 From: Ed Bartosh To: toaster@yoctoproject.org Message-ID: <20151211134313.GA28299@linux.intel.com> References: MIME-Version: 1.0 In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [PATCH 0/2] Fix for #8775 X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: ed.bartosh@linux.intel.com List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2015 14:14:42 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Please ignore this patchset. It's included into the next bigger patchset. Thanks. On Thu, Dec 10, 2015 at 08:17:03PM +0200, Ed Bartosh wrote: > Hi, > > Implemented new management command 'checksocket' and used it in > toaster script to check if port:address is in use before toaster starts. > > The following changes since commit 8e8b585191cafe9420e31de58d786afffe93d532: > > toasterconf: remove SDKMACHINE variable (2015-12-10 16:28:21 +0200) > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib ed/toaster/checksocket > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/checksocket > > Ed Bartosh (2): > toaster: implement checksocket command > toaster: check if address:port is in use > > bitbake/bin/toaster | 5 ++ > .../toastermain/management/commands/checksocket.py | 69 ++++++++++++++++++++++ > 2 files changed, 74 insertions(+) > create mode 100644 bitbake/lib/toaster/toastermain/management/commands/checksocket.py > > -- > Regards, > Ed > > -- > _______________________________________________ > toaster mailing list > toaster@yoctoproject.org > https://lists.yoctoproject.org/listinfo/toaster -- -- Regards, Ed