From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 24D70E00566; Tue, 16 Sep 2014 14:02:15 -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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (ksathara[at]gmail.com) * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.179 listed in list.dnswl.org] Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E2F38E0054C for ; Tue, 16 Sep 2014 14:02:04 -0700 (PDT) Received: by mail-pd0-f179.google.com with SMTP id g10so578565pdj.24 for ; Tue, 16 Sep 2014 14:02:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:message-id:date:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=HB6eWuORwZBuDq4N9S3PeOULhQmg/2pmCztt+8uZ4eM=; b=VqwJSujll+F+RoxOYA9VEVVvGANQiRZWdRB61DDMpUYYHj7aNnKsOt46Ac6WwLQIHG /9eI+z6rKdfvlSV6psRjkCeUY4P8kWNqANXsHDvM9MygELc4838humRPrPaWlJIWauXF c2VwkNhoF2HIk9KT+aNEwEz5pPQJdcMP7i96YRecD0I4RrUcSygy9/nTNDjhETd8EcHk 0Ope7bz5jmLC3t4ulxfjNZ7Mnjetn2a2PvMgoi9Pj3IjOH5QCfLZGoymh9YZbL5NXIwY MzUBODCHAcsbiSl7mYosf8BSlDI8TyA/DKpyB8KEtMGX+VKn3ZT1YDRiHIQgUoVIbmBl h3HA== X-Received: by 10.66.141.165 with SMTP id rp5mr26838519pab.115.1410901324477; Tue, 16 Sep 2014 14:02:04 -0700 (PDT) Received: from [192.168.0.11] (c122-107-36-173.blktn5.nsw.optusnet.com.au. [122.107.36.173]) by mx.google.com with ESMTPSA id pn13sm14959483pdb.53.2014.09.16.14.02.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Sep 2014 14:02:03 -0700 (PDT) From: Kaushalya X-Google-Original-From: Kaushalya Message-ID: <5418A541.1090605@gmail.com> Date: Wed, 17 Sep 2014 07:01:53 +1000 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org X-Mailman-Approved-At: Mon, 22 Sep 2014 07:32:43 -0700 Subject: linux-wandboard-3.0.35-r0 do_fetch hangs 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: Tue, 16 Sep 2014 21:02:15 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, I am trying to bitbake for dora and bitbaking hangs at do_fetch of the following. Build Configuration: BB_VERSION = "1.20.0" BUILD_SYS = "i686-linux" NATIVELSBSTRING = "Ubuntu-12.04" TARGET_SYS = "arm-poky-linux-gnueabi" MACHINE = "wandboard-quad" DISTRO = "poky" DISTRO_VERSION = "1.5.3" TUNE_FEATURES = "armv7a vfp neon callconvention-hard cortexa9" TARGET_FPU = "vfp-neon" meta meta-yocto = "(nobranch):6d0a1893d1e2df20b62296ec2cc80924cbab8e90" meta-oe = "(nobranch):ee173678383683e972c7d4d6f0ef5790bfa50274" meta-fsl-arm = "(nobranch):5fdb620c09df11e70434092f675c891e0ba84108" meta-fsl-arm-extra = "(nobranch):375f89b70655be2a17bbde36de6adb4e4a5a6975" meta-fsl-demos = "(nobranch):5a12677ad000a926d23c444266722a778ea228a7" NOTE: Preparing runqueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks Currently 2 running tasks (506 of 1581): 0: linux-libc-headers-3.10-r0 do_fetch (pid 23018) 1: linux-wandboard-3.0.35-r0 do_fetch (pid 23019) I have tried several times but same result. Any help? Thanks, Kaushalya