From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-f52.google.com (mail-ee0-f52.google.com [74.125.83.52]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 72B50E0027C for ; Fri, 3 May 2013 00:43:07 -0700 (PDT) Received: by mail-ee0-f52.google.com with SMTP id d41so589255eek.25 for ; Fri, 03 May 2013 00:43:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:reply-to:organization:user-agent :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=f62fO6PtFYupJll6uLO/I+kbeXd/kVlgeZ1aGubfe7g=; b=r59jiUoEgzx9WsEHL+b5xniwthvglBYT/SG7RSw3A3Y4sUcU1uLhaKzSft7wSa/RRZ yXELBobnQHri4YYSp4v+TP2i1GOzWPFg6AYH/U+mmgx1FOh4PLqt69iIZj4BCw43CDAv VSBcQirAwg2e5x4fha893+kxpZ5MkYWSwhKwhpmcsKvbfacdZ6V3YuDl3rCrRNluhHxz GAz8keBIP01GQuOGj3uzvGctNxH9qcWCoC43AZT3qgWNAJoyGXVlkS0Fq1sIrqZSJlPd TctdSGmrEMQPiLdxKKZCY3ZNfKjQvFmllNOFXWJhTyxovjtrwxcbgg0p5okZ3F72NvY0 wfSw== X-Received: by 10.14.106.200 with SMTP id m48mr28595034eeg.17.1367566985822; Fri, 03 May 2013 00:43:05 -0700 (PDT) Received: from [192.168.0.5] (host56-7-static.30-87-b.business.telecomitalia.it. [87.30.7.56]) by mx.google.com with ESMTPSA id t9sm1567857eeo.11.2013.05.03.00.43.03 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 03 May 2013 00:43:04 -0700 (PDT) Message-ID: <51836A86.90905@gmail.com> Date: Fri, 03 May 2013 09:43:02 +0200 From: Marco Organization: MC User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" References: In-Reply-To: Subject: Re: IMX6 - webkit memory exhausted X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: koansoftware@gmail.com 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: Fri, 03 May 2013 07:43:07 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Il 02/05/2013 22:36, Otavio Salvador ha scritto: > On Thu, May 2, 2013 at 4:49 PM, PAPARO Nino (MM) > wrote: >> Hello, >> >> I’m trying to create the minimal image possible with just x11, a webkit >> browser and dhcp for an imx6 sabre lite board. >> >> The meta-web-kiosk >> (https://wiki.yoctoproject.org/wiki/Web_Application_for_Interactive_Kiosk_Devices >> ) layer seems a good starting point so I copied and added it to my >> bblayers.conf >> >> If I try >> >> bitbake core-image-web-kiosk >> >> It keeps failing (probably due to “memory exhausted” )while building >> webkit-gtk-1.8.3- >> >> >> >> collect2: error: ld terminated with signal 9 [Killed] >> >> | make[1]: *** [libwebkitgtk-1.0.la] Error 1 >> >> | make[1]: Leaving directory >> `/home/npaparo/yocto/fsl-community-bsp__dylan/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/webkit-gtk/1.8.3-r1/webkit-1.8.3' >> >> | make: *** [all] Error 2 >> >> | ERROR: oe_runmake failed >> >> | ERROR: Function failed: do_compile (see >> /home/npaparo/yocto/fsl-community-bsp__dylan/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/webkit-gtk/1.8.3-r1/temp/log.do_compile.15983 >> for further information) >> >> ERROR: Task 2368 >> (/home/npaparo/yocto/fsl-community-bsp__dylan/sources/poky/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb, >> do_compile) failed with exit code '1' >> >> NOTE: Tasks Summary: Attempted 5374 tasks of which 5373 didn't need to be >> rerun and 1 failed. >> >> >> >> I have the same issue also if I try to simply bitbake midori. >> >> >> >> I’m running this build on an Virtual Machine (8 cores, 3 gigabytes of RAM) >> - Yocto 1.4 Dylan using the fsl community bsp >> >> Is adding more RAM the only solution? > > No, you may change the local.conf and override the parallel settings > so make it use a single thread and no parallel building. It will be > dead slow but should work. > Nino, Apart the precious suggestion Otavio told you, I would recommend you to have 1GB for each Processor core you want to use when running bitbake. Cordiali Saluti / Kindest Regards / Mit freundlichen Grüßen -- Marco Cavallini | KOAN sas | Bergamo - Italia embedded and real-time software engineering Phone:+39-035-255.235 - Fax:+39-178-22.39.748 http://www.KoanSoftware.com -- Marco