From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Greylist: delayed 338 seconds by postgrey-1.34 at layers.openembedded.org; Fri, 22 May 2015 11:28:51 UTC Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by mail.openembedded.org (Postfix) with ESMTP id 422EE609B2 for ; Fri, 22 May 2015 11:28:51 +0000 (UTC) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id 29AFEF811E9; Fri, 22 May 2015 05:23:14 -0600 (MDT) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hermes.chez-thomas.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=10.0 tests=ALL_TRUSTED,BAYES_00, DNS_FROM_AHBL_RHSBL autolearn=no version=3.3.2 Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id BB30FF811DC; Fri, 22 May 2015 05:23:13 -0600 (MDT) Message-ID: <555F11B1.4060600@mlbassoc.com> Date: Fri, 22 May 2015 05:23:29 -0600 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <1432289074-1358-1-git-send-email-thomas.perrot@tupi.fr> In-Reply-To: <1432289074-1358-1-git-send-email-thomas.perrot@tupi.fr> Cc: "[meta-raspberrypi] yocto"@yoctoproject.org Subject: Re: [meta-raspberrypi][PATCH] If SERIAL_CONSOLE is already define by another layer, this value may not be good. X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2015 11:28:52 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 2015-05-22 04:04, Thomas Perrot wrote: > Signed-off-by: Thomas Perrot > --- > conf/machine/include/rpi-base.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc > index a26803a..1dda207 100644 > --- a/conf/machine/include/rpi-base.inc > +++ b/conf/machine/include/rpi-base.inc > @@ -7,7 +7,7 @@ include conf/machine/include/soc-family.inc > > IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" > > -SERIAL_CONSOLE ?= "115200 ttyAMA0" > +SERIAL_CONSOLE = "115200 ttyAMA0" > > XSERVER = " \ > xserver-xorg \ > Firstly, this should go to the RaspberryPi list (CC'd), not here. How can this value, which is only ever defined in this file when using MACHINE=raspberrypi* be affected by another layer? Is there is another layer which is defining this variable outside of the MACHINE .conf files, then that layer is incorrect, not this one. -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------