From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 454D6E01405 for ; Mon, 19 Aug 2013 06:57:57 -0700 (PDT) Received: by mail-pa0-f41.google.com with SMTP id bj1so4639002pad.0 for ; Mon, 19 Aug 2013 06:57:57 -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=1pQ0oA2b0Kc7DN5njLYp1tsxH8Q948mya3RutAb4EIE=; b=jseumntYuvfSLFqdwYUkwYobxsWWwtJDHtalXZMD6SjUsfaGPAw593GsPw6XzP+6No 4W+yUzKuBTTKVf7bPm/rq4DPbYqV3kgyyheTpgSsGwaQvGrj8MdXtXAwHhDQ85d8jCER CyCxyHIWPZiRm2EyyXsloL99UuWj/37cHdRskhlfT7rGoNfHZ7ZtE02zAn9+5tQPsvfe kOQoBT3JW3Vs15R2HhPo6lcmcDr6B3/BncC72fiYg1fT4sGrPE9QhMR/GvVibH3taSmS IvQ+Xk1IOMx/gXXsJIp6YP6ZJ0w+tubOoZFFr43F9uuoUFaWEE1KhsfBMKoOGXO3JjOB Y2OQ== X-Gm-Message-State: ALoCoQluq/v4AmGzP0JmYWNVgi0mGNsbkPWDd//wzPa7i5aJfBt3D4vXlzH7LcpXoUvgACJn//oQ X-Received: by 10.68.107.162 with SMTP id hd2mr3172093pbb.126.1376920677658; Mon, 19 Aug 2013 06:57:57 -0700 (PDT) Received: from [192.168.1.8] (ip98-167-230-131.ph.ph.cox.net. [98.167.230.131]) by mx.google.com with ESMTPSA id fl3sm15865234pad.10.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 19 Aug 2013 06:57:56 -0700 (PDT) Message-ID: <52122460.5000907@boundarydevices.com> Date: Mon, 19 Aug 2013 06:57:52 -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: In-Reply-To: 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 13:57:59 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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. Regards, Eric