From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id F2EF1E007CD; Sat, 10 Jan 2015 07:07:27 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (twoerner[at]gmail.com) * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.213.170 listed in list.dnswl.org] Received: from mail-ig0-f170.google.com (mail-ig0-f170.google.com [209.85.213.170]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9FEF9E006AF for ; Sat, 10 Jan 2015 07:07:25 -0800 (PST) Received: by mail-ig0-f170.google.com with SMTP id r2so5921768igi.1 for ; Sat, 10 Jan 2015 07:07:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=hPSVGA620+IWZO8Q5Tzfd/yDS/aVmjdV0+hd2ZBCP8o=; b=HvbaOSXMdbEk8q6v4tWYQSvV3Sqos9ffw6TpkLPOdcAW2VbWs68jzmyTmCkE9mTnC8 XmtNKAdCeOfdFX+WhEZBHoWktICbbPHOKlj67WOuQv9PWMQoqQd8AxZtFCJrLCFRIzdC kjCvr1qwFsHYfHuk2AmS+Ss5Sf5uZrygKCKYVmm6Eu55ytkN/GedC3LnWG3MkgHSWreW LVh2/EdqOYRFam/16+kQbqNMT4iNmPwpwAf7jZQUDpEIKZVArvPCa48xXHgzE8uaCfhs q+ynMDqbLlKETYn+wylzhM9FtBKG3QdlY3soUD3HpcT5Fi3cMwkRnpCmFcDkx8dse5QZ 0YPA== X-Received: by 10.107.12.10 with SMTP id w10mr20366831ioi.71.1420902443883; Sat, 10 Jan 2015 07:07:23 -0800 (PST) Received: from [192.168.141.85] ([67.55.37.231]) by mx.google.com with ESMTPSA id i8sm1118515igt.2.2015.01.10.07.07.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 10 Jan 2015 07:07:22 -0800 (PST) Message-ID: <54B14024.1070501@gmail.com> Date: Sat, 10 Jan 2015 10:07:16 -0500 From: Trevor Woerner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Daiane Angolini References: <1420825163-25943-1-git-send-email-daiane.angolini@freescale.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: [RFC][fsl-community-bsp-platform] README: Translate README to use Asciidoctor instead of markdown 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: Sat, 10 Jan 2015 15:07:28 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 01/09/15 12:59, Daiane Angolini wrote: >> -Download the BSP source: >> - >> -$: PATH=${PATH}:~/bin >> -$: mkdir fsl-community-bsp >> -$: cd fsl-community-bsp >> -$: repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b daisy >> -$: repo sync >> Is it safe to start recommending Dizzy?