From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f48.google.com (mail-pb0-f48.google.com [209.85.160.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 05187E011CC for ; Wed, 12 Dec 2012 08:13:34 -0800 (PST) Received: by mail-pb0-f48.google.com with SMTP id rq13so681563pbb.35 for ; Wed, 12 Dec 2012 08:13:33 -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=I9Wdk5RddrXotxI4/S3wC1FW8Nt9XyNP6ryqMj9p36c=; b=elsve15T+R3Lo0LazWT3t+6sFGsqofwN6xd9UO6F8LolGLyy8EzD/BBfZEa1n+U5wO dG/cBf7z8OXbjtjdWsKflZDzCO+wF8Ge8efR0jCEIHpY/pUqG302NaA6Q4PdMhrh1vFN nXeoWz+Eup2bm4XeYc/Y2Q9H8Dj8Fg9mrOCdqwRnA3dyE8BYWAIp1Bru6X+dDYX7Mox9 lNNW4BNokVVr/BVVQ5nxuExJLtVcuseCCgBisN6Cmm9kAasNmfPGyJkjBmkIXzMkksLg WGCkKQdjHBKutIazCnpn4NAnEA4C9+fi3Nv+OWKAAGEP1A4jDycS3ZvazY1hwYr6WR87 CIHA== Received: by 10.68.125.195 with SMTP id ms3mr4051402pbb.149.1355328813885; Wed, 12 Dec 2012 08:13:33 -0800 (PST) Received: from [192.168.0.55] ([70.96.116.236]) by mx.google.com with ESMTPS id gu5sm15880610pbc.10.2012.12.12.08.13.31 (version=SSLv3 cipher=OTHER); Wed, 12 Dec 2012 08:13:32 -0800 (PST) Message-ID: <50C8AD2A.4090601@boundarydevices.com> Date: Wed, 12 Dec 2012 09:13:30 -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> <50C88682.2020408@boundarydevices.com> In-Reply-To: X-Gm-Message-State: ALoCoQkmJ4NQeSLJ9Vht18SlKM6SyDIRFQvgJuPqoflKMOurhiA/FRolNHrGgJVIgjInPFK2rGyV 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 16:13:34 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/12/2012 08:49 AM, Otavio Salvador wrote: > On Wed, Dec 12, 2012 at 11:28 AM, Eric Nelson < > eric.nelson@boundarydevices.com> wrote: > >> 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. >> > > You forgot to add the patches for meta-fsl-arm ;-) > Thanks Otavio. That did the trick.