From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A2F80E007A5; Fri, 25 Jul 2014 05:14:59 -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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1A6FFE007AA for ; Fri, 25 Jul 2014 05:14:34 -0700 (PDT) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id AFCADF811DD; Fri, 25 Jul 2014 06:14:33 -0600 (MDT) Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id A0C93F8120A; Fri, 25 Jul 2014 06:14:29 -0600 (MDT) Message-ID: <53D24A2C.6030305@mlbassoc.com> Date: Fri, 25 Jul 2014 06:14:36 -0600 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1406277371-9939-1-git-send-email-christoph.settgast@methodpark.de> In-Reply-To: <1406277371-9939-1-git-send-email-christoph.settgast@methodpark.de> Subject: Re: [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Fix build for imx6qsabrelite 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, 25 Jul 2014 12:14:59 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 2014-07-25 02:36, Christoph Settgast wrote: > When MACHINE was set to imx6qsabrelite no bootscript.txt was found. > Fix the same for the 6x_upgrade script while at it. There is only > one upgrade script shared by all boards, so use it independent of > the MACHINE. How does this patch fix the problem mentioned above? It seems to only affect the BOOTSCRIPT value when building for nitrogen6x, not imx6qsabrelite. > > Signed-off-by: Christoph Settgast > --- > recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb > index df4b76f..53b9c9a 100644 > --- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb > +++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb > @@ -13,10 +13,10 @@ S = "${WORKDIR}/git" > inherit deploy > > BOOTSCRIPT = "${S}/board/boundary/${MACHINE}/6x_bootscript-yocto.txt" > +BOOTSCRIPT_nitrogen6x = "${S}/board/boundary/nitrogen6x/6x_bootscript-yocto.txt" > BOOTSCRIPT_nitrogen6x-lite = "${S}/board/boundary/nit6xlite/6x_bootscript-yocto.txt" > > -UPGRADESCRIPT = "${S}/board/boundary/${MACHINE}/6x_upgrade.txt" > -UPGRADESCRIPT_nitrogen6x-lite = "${S}/board/boundary/nitrogen6x/6x_upgrade.txt" > +UPGRADESCRIPT = "${S}/board/boundary/nitrogen6x/6x_upgrade.txt" > > do_mkimage () { > # allow deploy to use the ${MACHINE} name to simplify things > -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------