From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f172.google.com (mail-ob0-f172.google.com [209.85.214.172]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 05846E00BB6 for ; Fri, 28 Mar 2014 09:04:37 -0700 (PDT) Received: by mail-ob0-f172.google.com with SMTP id wm4so6166007obc.3 for ; Fri, 28 Mar 2014 09:04:37 -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 :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=fuV5B7VQ2NQsXS+nEPhjQa5v8Ow6U4f8RZma6yAD0mk=; b=W6vGKPyGp5n9Y9vYdn+I4B9WtbiZP6HxE+smCHxDdevWvi7FVRR+tC5pApWZqhV6Gz CaffxtrHvjLM+qBqINGpwT37CYbZXFYoZaEbK+uk47lnLodkCvdbN3eTOJ3oUELaKjL3 fs6rG7uJ49o9wTrckPxrgwSGLBa4y8jPk5UtDSx/DB5h2JC/D/2jUitLax3Dp9ZZcSzV o2+7URlC06qFvk3/1VohdxCHyIridyvpZJ28dxnD5MrIGejfswpOtXMENIxWDWiUuam+ 40WHQUQaceM2Fp8+WN9Ohed6fMEfY+WUP7uja3tGcr++K1ar4eP9+I76uuACRurkJ3mt U1cw== X-Gm-Message-State: ALoCoQnHXSpjzPaNaZfkHp1qnNHdv0C9gVqpZtIeYOR3I9Awp3gzBogSJYjtqiN3/NZtz/tTRgyE X-Received: by 10.60.227.39 with SMTP id rx7mr2025671oec.52.1396022676997; Fri, 28 Mar 2014 09:04:36 -0700 (PDT) Received: from [192.168.141.83] (69-165-220-158.dsl.teksavvy.com. [69.165.220.158]) by mx.google.com with ESMTPSA id dg2sm9328619obb.17.2014.03.28.09.04.35 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 28 Mar 2014 09:04:36 -0700 (PDT) Message-ID: <53359D93.3000700@linaro.org> Date: Fri, 28 Mar 2014 12:04:35 -0400 From: Trevor Woerner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: "Daiane.Angolini@freescale.com" , "meta-freescale@yoctoproject.org" References: <1395862407-29020-1-git-send-email-trevor.woerner@linaro.org> <9f280c59d8d64d4a97232eb0d5d00fc4@BY2PR03MB379.namprd03.prod.outlook.com> <53344FF5.90605@linaro.org> <8c297336348146d7942cf23214321aa7@BY2PR03MB379.namprd03.prod.outlook.com> In-Reply-To: <8c297336348146d7942cf23214321aa7@BY2PR03MB379.namprd03.prod.outlook.com> Subject: Re: [PATCH][fsl-community-bsp-base] setup-environment: provide a MACHINE menu 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: Fri, 28 Mar 2014 16:04:38 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit On 03/27/14 14:08, Daiane.Angolini@freescale.com wrote: > 2) it only list machines from meta-fsl-arm and meta-fsl-arm-extra. I tried > > MACHINE="qemuarm" source setup-environment build > > And I faced a big error message! > > I´m not sure if we want to list external boards, but it looks weird to me not being able to have a qemu build dir. As it turns out, this is existing behaviour. The build script in its current form considers "qemuarm" to be invalid. The setup-environment script is very freescale-specific, and I think that's okay :-) > 3) In error message, instead of list all boards one before the other, list one machine per line. This too is existing behaviour; but don't worry, I'm working on some clean-up patches :-D