From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id B1A10E00964; Thu, 19 Mar 2015 12:55:12 -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.220.50 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B02F7E00952 for ; Thu, 19 Mar 2015 12:54:55 -0700 (PDT) Received: by padcy3 with SMTP id cy3so84899657pad.3 for ; Thu, 19 Mar 2015 12:54:55 -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 :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=MQ5nXwT7Is5Mh6BJK9NvZYAsc0gThrDCw5yMWqZ1RDA=; b=kAMc/Yb4xJg9Loy0UHcLiF319MjMwEsy0wkBLn0u9ybjeANQ34mwwB5ycYIrcqApv3 nKrtajw85bmqxYbxv7Wa8sgjRYHxdtwz5e0qKgy3jiJh+TNzIGv2u7PGxRFuuRs8ZjNG cWLfGpu62R5+ImoZhwQQgKHysuLeqshsbH+QrhmvkFRNC2Aq/jV4OAhDrfhlup0z/X70 41THLOy9HpyoK833Bvdh70wErTdIgDyIu940MV4+TtM52tQm+yvoRh0XkaSK+ujwHWAC J9BUDjkEH2FxIGC2Qqr/n8RNYlSNoQdNk2fw9MAqgd6MfrtiVA25uO3LpMuYqLUpyxXW RMJQ== X-Gm-Message-State: ALoCoQmDy29Q0B/K1ibTCV3YWi7JH0UL3IrlPR8ltXgwzRvlvvhRcQlrroBQ29Y52kkSPsQYrMny X-Received: by 10.70.131.164 with SMTP id on4mr146351024pdb.100.1426794894620; Thu, 19 Mar 2015 12:54:54 -0700 (PDT) Received: from [192.168.200.5] (wsip-70-184-93-199.ph.ph.cox.net. [70.184.93.199]) by mx.google.com with ESMTPSA id y9sm4316641pdj.90.2015.03.19.12.54.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Mar 2015 12:54:53 -0700 (PDT) Message-ID: <550B298B.8040102@boundarydevices.com> Date: Thu, 19 Mar 2015 12:54:51 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Marco Cavallini References: <1426794809-2074-1-git-send-email-eric.nelson@boundarydevices.com> In-Reply-To: <1426794809-2074-1-git-send-email-eric.nelson@boundarydevices.com> Cc: meta-freescale@yoctoproject.org, Otavio Salvador Subject: Re: [meta-fsl-arm-extra][dizzy][PATCH] u-boot-script-boundary: use nitrogen6x boot script for MACHINE 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: Thu, 19 Mar 2015 19:55:12 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi Marco, This one should fix you up. Sorry for the hassle. On 03/19/2015 12:53 PM, Eric Nelson wrote: > Signed-off-by: Eric Nelson > --- > recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 1 + > 1 file changed, 1 insertion(+) > > 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 fbb5bc2..27d58d3 100644 > --- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb > +++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb > @@ -13,6 +13,7 @@ S = "${WORKDIR}/git" > inherit deploy > > BOOTSCRIPT ?= "${S}/board/boundary/${MACHINE}/6x_bootscript-yocto.txt" > +BOOTSCRIPT_imx6qsabrelite ?= "${S}/board/boundary/nitrogen6x/6x_bootscript-yocto.txt" > BOOTSCRIPT_nitrogen6x-lite ?= "${S}/board/boundary/nit6xlite/6x_bootscript-yocto.txt" > > UPGRADESCRIPT = "${S}/board/boundary/nitrogen6x/6x_upgrade.txt" >