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 49C62E002AB for ; Thu, 17 Jan 2013 09:47:23 -0800 (PST) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id E0A0EF8126A; Thu, 17 Jan 2013 10:47:22 -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 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 6CF99F811F6; Thu, 17 Jan 2013 10:47:18 -0700 (MST) Message-ID: <50F83930.9030407@gmail.com> Date: Thu, 17 Jan 2013 10:47:28 -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: Jess Sheneberger References: <50F830FE.8070308@gmail.com> In-Reply-To: Cc: meta-freescale@yoctoproject.org 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:47:23 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit On 2013-01-17 10:41, Jess Sheneberger wrote: > Thanks for the response, Gary. > > When I try: > bitbake virtual/kernel -c configure > > I get: > ... > ERROR: Nothing PROVIDES 'virtual-kernel' Looks like this is a typo. Be sure and use 'virtual/kernel' with a SLASH > ... > > So when I try this: > bitbake linux-imx -c configure > it completes without an error, but doesn't appear to show me the UI to configure the kernel. The next step: > bitbake virtual/kernel -c menuconfig > behaves the same as before; another window appears and disappears quickly. > bitbake linux-imx > Is still running; I'm not sure what it's doing but it hasn't shown me any UI. > > > > > > > On Thu, Jan 17, 2013 at 10:12 AM, Gary Thomas > wrote: > > 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 > _________________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.__org > https://lists.yoctoproject.__org/listinfo/meta-freescale > >