From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E01E6E0043F; Fri, 25 Jul 2014 07:46:44 -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: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.173 listed in list.dnswl.org] Received: from mail-pd0-f173.google.com (mail-pd0-f173.google.com [209.85.192.173]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id BCB81E003C1 for ; Fri, 25 Jul 2014 07:46:40 -0700 (PDT) Received: by mail-pd0-f173.google.com with SMTP id w10so5649956pde.18 for ; Fri, 25 Jul 2014 07:46:33 -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=jCs/I3s43axRUgHobJEtiumikEBw+85jdrbKRuK4B8I=; b=SkLmQEkMfYnhXCx2rthuG4UP4pN5gZ+yWtEsOyF097wAlfmG41yW14kvZM9u3rPzxd wNahGggxS6Cb8V9c3ZrgkMseKYPsoE9lZjBNf1jtORjjtaKav+JCQKJLNMY8GNoO/1y8 JqR51ZYEEVDRuKIfRHW73ER9DQMUQCMsTXo2LDUrKLq7/S31bSkmWsBcfRzi3X9pHcof UR1H0z2MourXi7oLrTud7tShFfUSUzYc42NLUT1sK42rvqm5ao4AKKXmyy+E6mjIEV+e jYEm7PL861Br6WdVspnp67wUSrIA/dg3YXfyBqcofb3g6zRI+aI7EcYb6MPOGDxxAoGQ ENpA== X-Gm-Message-State: ALoCoQnSyFrfbLfG3/UmFLEStJ1/fBmFodx5UcmKpvatu96Bons4znkq1tt8gMsXNwumN2eXBbN1 X-Received: by 10.66.141.109 with SMTP id rn13mr19482071pab.117.1406299593549; Fri, 25 Jul 2014 07:46:33 -0700 (PDT) Received: from [192.168.1.3] (ip98-165-98-97.ph.ph.cox.net. [98.165.98.97]) by mx.google.com with ESMTPSA id br1sm9076131pbc.6.2014.07.25.07.46.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Jul 2014 07:46:32 -0700 (PDT) Message-ID: <53D26DC6.6050904@boundarydevices.com> Date: Fri, 25 Jul 2014 07:46:30 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Christoph Settgast , 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> X-Enigmail-Version: 1.6 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 14:46:45 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Thanks Christoph, On 07/25/2014 01:36 AM, 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. > > 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 > I thought I had done this before, but just re-tested, so: Tested-By: Eric Nelson and Acked-By: Eric Nelson