From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C603AE002AB for ; Thu, 17 Jan 2013 09:12:20 -0800 (PST) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id 1A3CEF8126A; Thu, 17 Jan 2013 10:12:20 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hermes.chez-thomas.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=4.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM, NML_ADSP_CUSTOM_MED, T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id B0AD0F81269; Thu, 17 Jan 2013 10:12:19 -0700 (MST) Message-ID: <50F830FE.8070308@gmail.com> Date: Thu, 17 Jan 2013 10:12:30 -0700 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 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:12:20 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit On 2013-01-17 10: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: > > NOTE: Running task 248 of 248 (ID: 4, /home/jess/fsl-community-bsp/sources/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb , do_menuconfig) > NOTE: package linux-imx-2.6.35.3-r42.15: task do_menuconfig: Started > NOTE: package linux-imx-2.6.35.3-r42.15: task do_menuconfig: Succeeded > NOTE: Tasks Summary: Attempted 248 tasks of which 247 didn't need to be rerun and all succeeded. > > Any idea what's going on? I've tried this from both Ubuntu 12.10 and (since I got a compatibility warning) 12.04, same problem. > > Let me know if there is a better place to send my question. Have you run through the configure step previously? I'd try this sequence: $ bitbake virtual/kernel -c configure $ bitbake virtual/kernel -c menuconfig $ bitbake virtual/kernel