From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7AFAFE00770 for ; Wed, 12 Dec 2012 05:28:39 -0800 (PST) Received: by mail-pa0-f48.google.com with SMTP id fa1so587213pad.35 for ; Wed, 12 Dec 2012 05:28:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=1u3pzdpPeIvplf3XGq2/CdUhNCwOIZ97ZCq1UNfNAuM=; b=RyNq6VUII5Kad5Ah5FCLqk6MyAk6WCyAxY1PlqdYM0YNAY0y2wdCuk0vi8+leeQ0/6 cHJ8ww+bqeQG4gw3m0FuKsGDxGhcNi7tTRd3lsqcxJi2qrO48koVCClHisXBJExpZsSS ugTYtGDCDsLUfn89+ud+KlNoSkNgm1Tp0F/9qkXKS48OzlsHAsgY6Wl/TPaBPinVK7dW Ak51RAaP+aOF1Gw01PrUWbVdkpufdvk7LYOOTJcbev53+fPwXOO1dFEVtzi2K+QlScDs IO12/pi3EVMD/GLoxjVkY3Z9CV1njrZudr/mYzDNfqSt02f3cpydPLEOBB/xuq58zGnx cT+A== Received: by 10.66.86.101 with SMTP id o5mr2676685paz.15.1355318919283; Wed, 12 Dec 2012 05:28:39 -0800 (PST) Received: from [192.168.0.27] (ip68-110-100-114.ph.ph.cox.net. [68.110.100.114]) by mx.google.com with ESMTPS id zv10sm15659055pbc.76.2012.12.12.05.28.36 (version=SSLv3 cipher=OTHER); Wed, 12 Dec 2012 05:28:38 -0800 (PST) Message-ID: <50C88682.2020408@boundarydevices.com> Date: Wed, 12 Dec 2012 06:28:34 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Otavio Salvador References: <1355262632-19265-1-git-send-email-otavio@ossystems.com.br> <1355262632-19265-4-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1355262632-19265-4-git-send-email-otavio@ossystems.com.br> X-Gm-Message-State: ALoCoQnq7rZER3z3yLvNruJ7UMQuq94zw4YJ0tfLqsw7+bWomF9rpKEE96m0G6qEBBdizOv0Pty9 Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-fsl-arm-extra][PATCH v3 3/3] nitrogen6x: Add machine definition 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: Wed, 12 Dec 2012 13:28:39 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Otavio, On 12/11/2012 02:50 PM, Otavio Salvador wrote: > > > > diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf > new file mode 100644 > index 0000000..d668eb2 > --- /dev/null > +++ b/conf/machine/nitrogen6x.conf > @@ -0,0 +1,30 @@ > ... > + > +# Use SPI NOR U-Boot by default > +IMAGE_BOOTLOADER ?= "" > + This causes the build to fail in do_rootfs() | Number Start End Size Type File system Flags | 1 4194kB 12.6MB 8389kB primary | 2 12.6MB 386MB 373MB primary | | ERROR: Unkown IMAGE_BOOTLOADER value | ERROR: Function failed: do_rootfs (see /home/ericn/yocto/build/tmp/work/nitrogen6x-poky-linux-gnueabi/fsl-image-test-1.0-r0/temp/log.do_rootfs.5408 for further information) Either removing this line or setting it to "u-boot" allows the build to complete. Regards, Eric