From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from r-finger.com (r-finger.com [178.79.160.5]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C7C45E002AB for ; Thu, 17 Jan 2013 09:53:41 -0800 (PST) X-Greylist: delayed 312 seconds by postgrey-1.32 at r-finger.com; Thu, 17 Jan 2013 17:53:41 GMT Received: from [192.168.0.2] (host213-122-200-101.range213-122.btcentralplus.com [213.122.200.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by r-finger.com (Postfix) with ESMTPSA id 225A49BF8 for ; Thu, 17 Jan 2013 17:53:41 +0000 (GMT) Message-ID: <50F83AA4.30409@r-finger.com> Date: Thu, 17 Jan 2013 17:53:40 +0000 From: Tomas Frydrych User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120624 Icedove/10.0.5 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: In-Reply-To: Subject: Re: menuconfig isn't working 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: Thu, 17 Jan 2013 17:53:42 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On 17/01/13 17:05, Jess Sheneberger wrote: > Hi, I'm using instructions from here > (http://www.jann.cc/2012/08/08/building_freescale_s_community_yocto_bsp_for_the_olinuxino.html) > to build Freescale’s Community Yocto BSP for the OLinuXino. Everything > seems to be working fine, except when I try to configure the kernel > build using "bitbake -c menuconfig linux-imx"--the menuconfig window > appears and disappears very quickly and the log looks like this: Is this gnome-terminal by any chance? If it is, try switching Yocto to using xterm by adding OE_TERMINAL = "xterm" to your local.conf. Tomas