From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f48.google.com (mail-yh0-f48.google.com [209.85.213.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B604EE00A71 for ; Thu, 27 Mar 2014 07:04:06 -0700 (PDT) Received: by mail-yh0-f48.google.com with SMTP id z6so3545108yhz.35 for ; Thu, 27 Mar 2014 07:04:05 -0700 (PDT) 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:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=IG8z/sbdkaG+vYAllTs1nDTnmsHQlASWOtDtANnz/Vw=; b=UXiBDYWW9JikzdJ9OZDnczhwc4WM4rlX8y4PXhMl0U8IlIUaXNB/J3JfBuSMsRJIQe QDvov08mg8SDGnYXVgmGxtZJKtDQioWl2FmXv6ZrNgTUTAUz8kT0W/qeB4Lw9fWTytgY qc8eR7cVMitMZCG1q6tRK6DP3/UErxPAARX1XqjjnpfCDkfCYVgyleRE+yt+CpFYJxJY dNb3abCTlS0Pj2AwYylmBWpi9hAmCyvnUqCG474sydwRqEt4/WGjTSCuVYrSz6hhp4Gf ECfOjsnQVk7n0pOCirU3h2+4IaEQoCkkkMuxY4y0J5js5r7R/fOJKFSjKYQJbVGiXWTn XXIA== X-Received: by 10.236.26.72 with SMTP id b48mr2567634yha.59.1395929045184; Thu, 27 Mar 2014 07:04:05 -0700 (PDT) Received: from goober-2.local ([75.76.197.2]) by mx.google.com with ESMTPSA id r46sm3434559yhd.29.2014.03.27.07.04.03 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 27 Mar 2014 07:04:04 -0700 (PDT) Message-ID: <53342F79.8040703@gmail.com> Date: Thu, 27 Mar 2014 09:02:33 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1395862407-29020-1-git-send-email-trevor.woerner@linaro.org> <9f280c59d8d64d4a97232eb0d5d00fc4@BY2PR03MB379.namprd03.prod.outlook.com> In-Reply-To: <9f280c59d8d64d4a97232eb0d5d00fc4@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: Thu, 27 Mar 2014 14:04:09 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Hi Trevor - On 3/27/14, 8:28 AM, Daiane.Angolini@freescale.com wrote: > >> -----Original Message----- >> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale- >> bounces@yoctoproject.org] On Behalf Of Trevor Woerner >> Sent: Wednesday, March 26, 2014 4:33 PM >> To: meta-freescale@yoctoproject.org >> Cc: Otavio Salvador; patches@linaro.org >> Subject: [meta-freescale] [PATCH][fsl-community-bsp-base] setup- >> environment: provide a MACHINE menu >> >> If the user hasn't specified a MACHINE in the environment, and the >> specified build directory doesn't contain conf/local.conf and >> conf/bblayers.conf, then provide the user with a list of machines and have >> them choose one by number. >> >> Signed-off-by: Trevor Woerner > Hi Trevor, I´m still deciding if I like or dislike your patch =P > > It´s queued in my test list and I should let you know what I think after I had tested it > > It will take some time, but "you are not alone, i´m here with you, lalalala" OK? > > Daiane I like the concept. If you don't know the machine name exactly when you start out (most do, but some will not), then having a list presented to you to select from would be convenient. John