From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 68F56E008BC; Wed, 29 Oct 2014 11:26:15 -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: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.176 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-pd0-f176.google.com (mail-pd0-f176.google.com [209.85.192.176]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9F5ECE008B3 for ; Wed, 29 Oct 2014 11:26:11 -0700 (PDT) Received: by mail-pd0-f176.google.com with SMTP id ft15so3442353pdb.35 for ; Wed, 29 Oct 2014 11:26:11 -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=R2fR5Q7QW0ep5s0ydcgfNG3r34uxqDKl9NekM81jcPc=; b=P/oYw2gxgF57oTZE36mQ4kn3O1CN+OtSQV3gaSzwgRtiF+JEVKuTwiWa0f/eIi6bDF UzA+VLKiaiF+qDKziKfmFJDmDz0WprdCAxpWPpxYQbVia5Zj7QSfGFwZSxzqkvOY8v/8 fIngLzrFfmvbVDfgl7lUlOJXP5gc8MevE/sE1I6gTyX/LkZPYMZsEVHrpYVBAT/zbb/C xpPhqxNUSjKsmxw4uRImdjgjbcP4s2nMaxalhv0TzcP2kZFQtX5n3aJ9VaRF4OIo6QXA UlZxCW8yHQyguMqwxl9/Z0sxCenuQz0IVds78WePEzpDY7flbm4RWuV1LCdnI9sxm60Z UMpA== X-Gm-Message-State: ALoCoQmjR09paVVvH9HeaA4j9JA/yOJA2qB1295jSwflkuWSAd09IJUqChpNPsX3PkMS2W3v90/2 X-Received: by 10.70.61.68 with SMTP id n4mr12254200pdr.60.1414607171196; Wed, 29 Oct 2014 11:26:11 -0700 (PDT) Received: from [192.168.0.180] (wsip-70-184-93-199.ph.ph.cox.net. [70.184.93.199]) by mx.google.com with ESMTPSA id of9sm4978818pbc.6.2014.10.29.11.26.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Oct 2014 11:26:10 -0700 (PDT) Message-ID: <54513140.8040907@boundarydevices.com> Date: Wed, 29 Oct 2014 11:26:08 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Daiane Angolini , meta-freescale@yoctoproject.org References: <1414605387-21056-1-git-send-email-daiane.angolini@freescale.com> In-Reply-To: <1414605387-21056-1-git-send-email-daiane.angolini@freescale.com> Subject: Re: [meta-fsl-arm-extra][PATCH] Nitrogen6x-lite: Replace i.MX6 Solo by i.MX6S 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: Wed, 29 Oct 2014 18:26:15 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Thanks, Daiane, On 10/29/2014 10:56 AM, Daiane Angolini wrote: > Use the same name convention for variable SOC used in other machines. > This mismatch was highlighted during the automatic generation of supported > machine list for FSL Community BSP Release Notes 1.7. > > Signed-off-by: Daiane Angolini > --- > conf/machine/nitrogen6x-lite.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/machine/nitrogen6x-lite.conf b/conf/machine/nitrogen6x-lite.conf > index 07f73b5..f17cff0 100644 > --- a/conf/machine/nitrogen6x-lite.conf > +++ b/conf/machine/nitrogen6x-lite.conf > @@ -1,6 +1,6 @@ > #@TYPE: Machine > #@NAME: Boundary Devices Nitrogen6X Lite > -#@SOC: i.MX6 Solo > +#@SOC: i.MX6S > #@DESCRIPTION: Machine configuration for Boundary Devices Nitrogen6X Lite > #@MAINTAINER: Eric Nelson > > Acked-by: Eric Nelson