From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 07E2CE0140A for ; Mon, 15 Apr 2013 18:02:30 -0700 (PDT) Received: by mail-qc0-f182.google.com with SMTP id k19so2507871qcs.27 for ; Mon, 15 Apr 2013 18:02:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding :x-antivirus:x-antivirus-status; bh=8ITiTEK6qr7o1mucLNz4ygCd8mK57r/C1fO4lHw/GyU=; b=mPlEJCdqt5kTDw5opI9zmsSqm7AIDGD+WLES3XrkhEXtu9dpSmbNA4W7p7OCMGutQG dtmsJcWuk5wTRdnKhyLYHiFKaBaHiVhnMOlqgUVDCJPHNqZs97VxTmbVqgjw7L0xQFNO e6Cbpq+yxkzKp+7qHAh2XSKAEA8JAw7RMDD77zp/opgYzIqERXFkyub4L4Oxa0TaxZ20 9Cz8zc6tAgMprHAHDdmaWr9aRa34H51lboHvENgFaq7ULE4XJR6tVatYqUXBaJ88k1va pQMsy4BvSDcSOz5ZjboV5FpMt7RNv2hYPrpuXvA920hZWBYuWmHKnVNtLsRsAZmau8UJ xHyQ== X-Received: by 10.49.82.4 with SMTP id e4mr62323qey.62.1366074150012; Mon, 15 Apr 2013 18:02:30 -0700 (PDT) Received: from [127.0.0.1] (c-71-225-124-244.hsd1.pa.comcast.net. [71.225.124.244]) by mx.google.com with ESMTPS id m8sm325669qav.8.2013.04.15.18.02.29 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Apr 2013 18:02:29 -0700 (PDT) Message-ID: <516CA362.3040604@gmail.com> Date: Mon, 15 Apr 2013 21:03:30 -0400 From: Steven Grunza User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: In-Reply-To: X-Antivirus: avast! (VPS 130415-1, 04/15/2013), Outbound message X-Antivirus-Status: Clean Subject: Re: [RFC] Create a Release Notes document X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2013 01:02:31 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit On 4/15/2013 9:16 AM, Otavio Salvador wrote: > Hello, > > > As our community BSP is growing the need for more documentation is > also getting more important so I’d like to propose the creation of a > Release Notes document. > > > The idea is it to create it colaboratively, so people who wants to > help, can contribute to its creation and be an active part of it. My > proposed strucuture of the document would be the following: > > > SUMARY > > Index > Introduction > BSP scope > meta-fsl-arm > meta-fsl-arm-extra > Supported machines > Hardware acceleration > GPU > VPU/IPU > Know issues > … > > What your thoguhts about all this? Do you want to be part of it? > > Regards, > > -- > Otavio Salvador O.S. Systems > E-mail: otavio@ossystems.com.br http://www.ossystems.com.br > Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale > > Perhaps it's just my extreme newness to git but I would find a section with directions on how to go from a completely empty directory to a finished build quite useful. I always seem to have problems with being on the wrong branch and when I reach out for help I get instructions to "use the correct branch" but no info on how to switch to the correct branch. Reading the man pages is important but there are sometimes things that just can't be figured out from man pages.