From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0EF34E00837; Tue, 7 Apr 2015 08:12:41 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW 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] * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.212.172 listed in list.dnswl.org] Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 15A87E0083E for ; Tue, 7 Apr 2015 08:12:35 -0700 (PDT) Received: by wizk4 with SMTP id k4so21402814wiz.1 for ; Tue, 07 Apr 2015 08:12:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=kMMr46iNUvCTictv3JlfaLt2/z9UgSwLIxnGbgNHTw4=; b=O0+Gdz4DvBfv8XdE29yIew7rRs1SNmup52PIq/NTJvTfl2n7S24XJhA72zQm3vlnGJ 2rIw8mISs8NoqT5ibqlhIhze/NuH/H7Nn5HDiDPlvgXCeqTChQalsolm7UQAGljkj+Dg krrfnXAuBSNj/lUuhUwP6eIHHp2RlcqQY6UdYw8H55V7xb/ak97rwzNg2pKovaCSwr/6 fqOY7cXyKkjm1JqUazHuvqmv89ni88/eH2bFZwIU1uIlYwUPDDk1gUqBbbFqtNH03TbL k19//XLgZ1AUhgnA+TWtcnWYmbUM7UFTBO/GOnj0iI/wf9aawJFO58Ld7B8ky43+AJF9 HMUA== X-Gm-Message-State: ALoCoQlG0eX0P/ym0fO0ayEEZt3s0xUF8S4yivpsvsUL7iW5wrt9OwTD+6ermtmdT/9LGxEyAp6/ X-Received: by 10.180.87.66 with SMTP id v2mr5306218wiz.51.1428419554231; Tue, 07 Apr 2015 08:12:34 -0700 (PDT) Received: from [192.168.2.169] ([83.217.123.106]) by mx.google.com with ESMTPSA id pa4sm11362206wjb.11.2015.04.07.08.12.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Apr 2015 08:12:33 -0700 (PDT) Message-ID: <5523F3E0.5070102@intel.com> Date: Tue, 07 Apr 2015 16:12:32 +0100 From: Michael Wood User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "Reyna, David L (Wind River)" , "Lerner, David M (Wind River)" References: <011977994B5AE74ABA2BD08E983BAAABC1010C8F@ALA-MBA.corp.ad.wrs.com> <5E53D14CE4667A45B9A06760DE5D13D0778A385C@ALA-MBA.corp.ad.wrs.com> In-Reply-To: <5E53D14CE4667A45B9A06760DE5D13D0778A385C@ALA-MBA.corp.ad.wrs.com> Cc: "toaster@yoctoproject.org" Subject: Re: Changes to contribute-to-toaster documented work-flow 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: Tue, 07 Apr 2015 15:12:41 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Hey, Hmm, looks like I lost some of my changes. I've added back some of the lost info and comments below. Hope that helps. > Workflow change: only email submissions of patches are documented > Removed: Details on using the remote git repository( which are handy for > those of us using wrapped and differing git procedures for our day jobs) I've added back the branch submission section, I removed it and put a link to the existing instructions https://wiki.yoctoproject.org/wiki/Poky_Contributions#Poky_Contrib_Branch > Workflow change: use of virtualenv only virtualenv allows us to ensure that we're all using the same version of the python modules we depend on, this should mean that bugs aren't introduced/caused by distro python modules which version miss matches. > Removed: Section on Set up the project and local interface We now have the Toaster manual so for general instructions this should be the best place, it was slightly out of date so better to just have a link to the Toaster manual > Removed: using pip to install python modules See virtualenv bit > Removed: validation of html, unix formatting, no eol whitespace Moved that info to the style section > Removed: implied references to the port number used by toaster When you start up django outputs the URL of the instance, if the port is in use it will state this on start up. Michael On 06/04/15 21:49, Reyna, David L (Wind River) wrote: > Hi Michael, > > I must concur on my distress on the changes. > > Why have you removed everything related to "poky-contrib"? I use the sections about setting up branches, submitting branches, and deleting branches all of the time. This is how we share and review our proposed changes. > > I do understand that "pip install -r ./bitbake/toaster-requirements.txt" wraps the previous steps of installing the python-related packages like Django and South; the old part was out of date. > > - David > >> -----Original Message----- >> From: toaster-bounces@yoctoproject.org [mailto:toaster- >> bounces@yoctoproject.org] On Behalf Of Lerner, Dave >> Sent: Monday, April 06, 2015 1:22 PM >> To: WOOD, MICHAEL >> Cc: toaster@yoctoproject.org >> Subject: [Toaster] Changes to contribute-to-toaster documented work-flow >> >> Hi Michael, >> >> I note that your last modifications to "Contribut to Toaster" >> https://wiki.yoctoproject.org/wiki/Contribute_to_Toaster you have setup a >> number of significant changes to the workflow and reduction of details for >> developers that are new or only occasionally contribute including: >> >> Workflow change: only email submissions of patches are documented >> Removed: Details on using the remote git repository( which are handy for >> those of us using wrapped and differing git procedures for our day jobs) >> Workflow change: use of virtualenv only >> Removed: Section on Set up the project and local interface >> Removed: using pip to install python modules >> Removed: validation of html, unix formatting, no eol whitespace >> Removed: implied references to the port number used by toaster >> >> Can we put back some of the information that was removed at least wrt to >> using the remote git repos or were there complaints from someone? >> >> Thanks, >> Dave Lerner >> -- >> _______________________________________________ >> toaster mailing list >> toaster@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/toaster