From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f47.google.com (mail-pb0-f47.google.com [209.85.160.47]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B9445E003E2 for ; Mon, 19 Aug 2013 08:41:54 -0700 (PDT) Received: by mail-pb0-f47.google.com with SMTP id rr4so5066221pbb.20 for ; Mon, 19 Aug 2013 08:41:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; 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=sufkKzISY0QuJ5OxuXpDvsFFJreaW7fAQgQsh7L2LH4=; b=Qtb5ox3TZrrbxcZ4opo02FOTmv1aVrQu3lDi/Ku9bGYH7ZrXv7LPo/HKH5waZlYkLR Q5iEtAGQ6edt0G2j/DPxBnC+EHUgBMq6OGXcDk9qZMsiNwvxr+Zp554qmkg3mhgWQKBu rCmx/kljRWdYvWDIIygXeS5D9s7k2YV9UDEw9f7W2cZaL2RdQt34+ZjBLU1mAN+4lwBu /CVKg6XYXDLvkzEtmRWy2CT0oQwnJdXOu5kSDn78DBafhWDXoOztKzpZgI8wgZuSd8UQ BsJYQz2ya3Aq5VOZYBewgtlzPzbjEE5ci7FjieCzW7VWDj/3qV58DmLvZ8x86FqB4OZM /iug== X-Gm-Message-State: ALoCoQlJZbzRS2JO/AHmmTh1VtEYsDreNqr4VIBFE0VPDGb6K5LI/ONyUo6jbLQ73I+YqkdNNGmG X-Received: by 10.67.23.71 with SMTP id hy7mr13855080pad.99.1376926913892; Mon, 19 Aug 2013 08:41:53 -0700 (PDT) Received: from [192.168.0.15] ([70.96.116.236]) by mx.google.com with ESMTPSA id eq5sm15840711pbc.15.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 19 Aug 2013 08:41:52 -0700 (PDT) Message-ID: <52123CBE.7080802@boundarydevices.com> Date: Mon, 19 Aug 2013 08:41:50 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Tarek El-Sherbiny References: <52122460.5000907@boundarydevices.com> In-Reply-To: <52122460.5000907@boundarydevices.com> Cc: "meta-freescale@yoctoproject.org" Subject: Re: Build image for Nitrogen board fails -dylen branch- 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: Mon, 19 Aug 2013 15:41:54 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Tarek, On 08/19/2013 06:57 AM, Eric Nelson wrote: > Hi Tarek, > > On 08/19/2013 01:00 AM, Tarek El-Sherbiny wrote: >> Hi, >> >> I'm trying the latest release for Nitrogen board and I want to build >> this image: >> $ bitbake fsl-image-fb >> >> The build is failing in u-boot >> bitbake fsl-image-fb >> Parsing recipes: 100% >> |#################################################################################################################| >> >> Time: 00:00:26 >> Parsing of 1303 .bb files complete (0 cached, 1303 parsed). 1671 >> targets, 138 skipped, 0 masked, 0 errors. >> >> Build Configuration: >> BB_VERSION = "1.18.0" >> BUILD_SYS = "x86_64-linux" >> NATIVELSBSTRING = "Ubuntu-12.04" >> TARGET_SYS = "arm-poky-linux-gnueabi" >> MACHINE = "nitrogen6x" >> DISTRO = "poky" >> DISTRO_VERSION = "1.4.1" >> TUNE_FEATURES = "armv7a vfp neon" >> TARGET_FPU = "vfp-neon" >> meta >> meta-yocto = "(nobranch):e4a0a4c5e419154a34710a1b6c28d4180c6304c3" >> meta-oe = "(nobranch):13ae5105ee30410136beeae66ec41ee4a8a2e2b0" >> meta-fsl-arm = "(nobranch):d31a4e85673874dbc6b42bb5d1e8496810c574cc" >> meta-fsl-arm-extra = >> "(nobranch):5f5a9cfcad223f5a1c623346780510ffcdc012ab" >> >> >> >> | NOTE: make -j 4 CROSS_COMPILE=arm-poky-linux-gnueabi- >> CC=arm-poky-linux-gnueabi-gcc >> >> --sysroot=/media/extradisk-1/data/extend_homes/telsherbiny/work/oe_fsl_t4/build-fb/tmp/sysroots/nitrogen6x >> nitrogen6X_config >> | make: *** No rule to make target `nitrogen6X_config'. Stop. > > Did someone bump the version of u-boot-boundary without me noticing? > > It seems that the old version of the configuration target > (nitrogen6X_config) is being used with the new sources, which has > selections for solo, dual-lite and various memory options. > > I'll take a look at this later this morning. > It appears that the U-Boot reference in meta-fsl-arm-extra for nitrogen6x is old, and I wouldn't recommend using it. That said, it sounds as if you somehow got an updated U-Boot source tree (perhaps by editing recipes-bsp/u-boot/u-boot-boundary_git.bb). If so, you'll also need to edit this file and change 'nitrogen6X_config' to 'nitrogen6q_config' if you're building for a SABRE Lite or Nitrogen6x with the standard Quad-Core/1GiB configuration: meta-fsl-arm-extra/conf/machine/nitrogen6x.conf Note that since U-Boot isn't required or recommended for the filesystem image on our boards, it probably makes sense to remove the dependency. Regards, Eric