From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id C5278E0043F; Fri, 25 Jul 2014 10:05:45 -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.173 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] 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 23D56E003C1 for ; Fri, 25 Jul 2014 10:05:29 -0700 (PDT) Received: by mail-pd0-f173.google.com with SMTP id w10so5822395pde.18 for ; Fri, 25 Jul 2014 10:05:22 -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=aGsOlFqkosn+F1dMMQaIJUGbTC/3krrPbe9Vt/TAsNY=; b=l+u2DD2QFS7/HrtDJCgaPzHD5GmfCglhlPsVKFIZ8a6MyNUa0i9vmAquebn6bZA1M1 w/mdUDYoRHbvXDtKRXTGyLKpsAdcEaLyrmrR9dm7OsIyt//0Kig6bjK5OuFagK+5LVjU ZVA3E2cBGB7RCI9ELsVqG1Yxq+HsygHWhuQnR88pHsp/pVEIsEUOww8Fn2eKBsQXn5SL AHX1IowwGzITI5EH37HSkEOGklfTwiKkQR0QnvJdYEJLl3rYq02csn+MnQT+6/rOMSk2 LFuVxLYdCB69Fi+OzJht8gLUrJrK5G9BL3itt0QJ/CAa9dfuWFYwq3Y4fr880LJYw8kM VXQw== X-Gm-Message-State: ALoCoQk/+q1nwiykDmC1+gKvTPcO/WjqPp9lj/GO8IEvCkfZb823Dky/s0nuE4C4RgLqZ+LRwqlH X-Received: by 10.66.232.166 with SMTP id tp6mr19933574pac.127.1406307922256; Fri, 25 Jul 2014 10:05:22 -0700 (PDT) Received: from [192.168.1.11] ([63.226.49.26]) by mx.google.com with ESMTPSA id x15sm9382300pbt.52.2014.07.25.10.05.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Jul 2014 10:05:21 -0700 (PDT) Message-ID: <53D28E4E.4080200@boundarydevices.com> Date: Fri, 25 Jul 2014 10:05:18 -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: Ilya Smelykh References: <53D26E5C.6000509@boundarydevices.com> <53D28514.80901@boundarydevices.com> <53D28833.3010500@boundarydevices.com> In-Reply-To: X-Enigmail-Version: 1.6 Cc: "meta-freescale@yoctoproject.org" Subject: Re: nitrogen6x and imx6qsabrelite machines uboot scripts 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 17:05:45 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 07/25/2014 09:51 AM, Ilya Smelykh wrote: > Hi Eric, > > 2014-07-25 23:39 GMT+07:00 Eric Nelson >: > > On 07/25/2014 09:27 AM, Ilya Smelykh wrote: > > Hi Eric, > > > > 2014-07-25 23:25 GMT+07:00 Eric Nelson > > > > > Apparently I was wrong, and the machine definitions weren't > explicity > > about the kernel image type. The default must have changed > somewhere > > along the way, so I just sent patches to address this. > > > > Thanks for fix. > > > > NP. Let us know how it works for you. > > > Looks like something wrong still... > > /ERROR: Failed to parse recipe: > .../sources/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb > > | > ETA: 00:00:09/ > /ERROR: FILESEXTRAPATHS-variable, must always use _prepend (or _append)/ > /type of assignment, and don't forget the colon./ > /Please assign it with the format of:/ > / FILESEXTRAPATHS_append := ":${THISDIR}/Your_Files_Path" or/ > / FILESEXTRAPATHS_prepend := "${THISDIR}/Your_Files_Path:"/ > /in your bbappend file/ > / > / > /Your incorrect assignment is:/ > /.../sources/meta-fsl-arm-extra/recipes-bsp/u-boot/u-boot-imx__default:/ > > > I''ve checked your patch for both machines and there is a same error, > not sure, possibly I missed something. > Please note that I'm using PREFERRED_PROVIDER_u-boot = "u-boot-boundary" . > Can you repeat this with a clean build tree? I just built both linux-boundary and u-boot-boundary off of the head of master with three patches: Christoph's patch for imx6qsabrelite My two patches Please advise, Eric