* menuconfig isn't working
@ 2013-01-17 17:05 Jess Sheneberger
2013-01-17 17:12 ` Gary Thomas
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Jess Sheneberger @ 2013-01-17 17:05 UTC (permalink / raw)
To: meta-freescale
[-- Attachment #1: Type: text/plain, Size: 1021 bytes --]
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.
Thanks
Jess
[-- Attachment #2: Type: text/html, Size: 1447 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: menuconfig isn't working
2013-01-17 17:05 menuconfig isn't working Jess Sheneberger
@ 2013-01-17 17:12 ` Gary Thomas
2013-01-17 17:41 ` Jess Sheneberger
2013-01-17 17:51 ` John Mehaffey
2013-01-17 17:53 ` Tomas Frydrych
2 siblings, 1 reply; 8+ messages in thread
From: Gary Thomas @ 2013-01-17 17:12 UTC (permalink / raw)
To: meta-freescale
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 <http://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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: menuconfig isn't working
2013-01-17 17:12 ` Gary Thomas
@ 2013-01-17 17:41 ` Jess Sheneberger
2013-01-17 17:47 ` Gary Thomas
0 siblings, 1 reply; 8+ messages in thread
From: Jess Sheneberger @ 2013-01-17 17:41 UTC (permalink / raw)
To: Gary Thomas; +Cc: meta-freescale
[-- Attachment #1: Type: text/plain, Size: 2398 bytes --]
Thanks for the response, Gary.
When I try:
bitbake virtual/kernel -c configure
I get:
...
ERROR: Nothing PROVIDES 'virtual-kernel'
...
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 <samoht.yrag@gmail.com> 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<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<http://linux-imx_2.6.35.3.bb><
>> http://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 <meta-freescale@yoctoproject.org>
> https://lists.yoctoproject.**org/listinfo/meta-freescale<https://lists.yoctoproject.org/listinfo/meta-freescale>
>
[-- Attachment #2: Type: text/html, Size: 4077 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: menuconfig isn't working
2013-01-17 17:41 ` Jess Sheneberger
@ 2013-01-17 17:47 ` Gary Thomas
2013-01-17 18:01 ` Jess Sheneberger
0 siblings, 1 reply; 8+ messages in thread
From: Gary Thomas @ 2013-01-17 17:47 UTC (permalink / raw)
To: Jess Sheneberger; +Cc: meta-freescale
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 <samoht.yrag@gmail.com <mailto:samoht.yrag@gmail.com>> 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
> <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 <http://linux-imx_2.6.35.3.bb>
> <http://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 <mailto:meta-freescale@yoctoproject.org>
> https://lists.yoctoproject.__org/listinfo/meta-freescale <https://lists.yoctoproject.org/listinfo/meta-freescale>
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: menuconfig isn't working
2013-01-17 17:47 ` Gary Thomas
@ 2013-01-17 18:01 ` Jess Sheneberger
2013-01-18 11:10 ` Daiane Angolini
0 siblings, 1 reply; 8+ messages in thread
From: Jess Sheneberger @ 2013-01-17 18:01 UTC (permalink / raw)
To: Gary Thomas; +Cc: meta-freescale
[-- Attachment #1: Type: text/plain, Size: 3438 bytes --]
Yup, it was a typo. In this context, what's the difference between
virtual/kernel and linux-imx? Are these build targets, or bitbake recipes?
Sorry for the newb questions.
On Thu, Jan 17, 2013 at 10:47 AM, Gary Thomas <samoht.yrag@gmail.com> wrote:
> 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 <samoht.yrag@gmail.com<mailto:
>> samoht.yrag@gmail.com>**> 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<http://www.jann.cc/2012/08/__08/building_freescale_s___community_yocto_bsp_for_the___olinuxino.html>
>> <http://www.jann.cc/2012/08/**08/building_freescale_s_**
>> community_yocto_bsp_for_the_**olinuxino.html<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 <http://linux-imx_2.6.35.3.bb>
>> <http://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 <mailto:meta-freescale@**
>> yoctoproject.org <meta-freescale@yoctoproject.org>>
>> https://lists.yoctoproject.__**org/listinfo/meta-freescale <
>> https://lists.yoctoproject.**org/listinfo/meta-freescale<https://lists.yoctoproject.org/listinfo/meta-freescale>
>> >
>>
>>
>>
[-- Attachment #2: Type: text/html, Size: 4726 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: menuconfig isn't working
2013-01-17 17:05 menuconfig isn't working Jess Sheneberger
2013-01-17 17:12 ` Gary Thomas
@ 2013-01-17 17:51 ` John Mehaffey
2013-01-17 17:53 ` Tomas Frydrych
2 siblings, 0 replies; 8+ messages in thread
From: John Mehaffey @ 2013-01-17 17:51 UTC (permalink / raw)
To: Jess Sheneberger; +Cc: meta-freescale
[-- Attachment #1: Type: text/plain, Size: 1260 bytes --]
On Thu, Jan 17, 2013 at 9:05 AM, Jess Sheneberger <jsheneberger@gmail.com>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.
>
> Thanks
> Jess
>
You can always try "bitbake -c devshell linux-imx" followed by "make
menuconfig" in the devshell.
-mehaf
[-- Attachment #2: Type: text/html, Size: 1935 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: menuconfig isn't working
2013-01-17 17:05 menuconfig isn't working Jess Sheneberger
2013-01-17 17:12 ` Gary Thomas
2013-01-17 17:51 ` John Mehaffey
@ 2013-01-17 17:53 ` Tomas Frydrych
2 siblings, 0 replies; 8+ messages in thread
From: Tomas Frydrych @ 2013-01-17 17:53 UTC (permalink / raw)
To: meta-freescale
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
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-01-18 11:10 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-17 17:05 menuconfig isn't working Jess Sheneberger
2013-01-17 17:12 ` Gary Thomas
2013-01-17 17:41 ` Jess Sheneberger
2013-01-17 17:47 ` Gary Thomas
2013-01-17 18:01 ` Jess Sheneberger
2013-01-18 11:10 ` Daiane Angolini
2013-01-17 17:51 ` John Mehaffey
2013-01-17 17:53 ` Tomas Frydrych
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.