All of lore.kernel.org
 help / color / mirror / Atom feed
* Yocto 1.8 menuconfig does not show up
@ 2015-06-16  6:36 Seifert, Thomas (T.)
  2015-06-16 10:58 ` Daiane Angolini
  2015-06-16 14:17 ` Gary Thomas
  0 siblings, 2 replies; 4+ messages in thread
From: Seifert, Thomas (T.) @ 2015-06-16  6:36 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org


[-- Attachment #1.1: Type: text/plain, Size: 1003 bytes --]

Hello Wandboard Community,

My setup:
HW: Wandboard Quad + HDMI Touchscreen

SW: Yocto 1.8 https://github.com/Freescale/fsl-community-bsp-platform -b master -> build on VirtualBox Ububuntu 15.04



I can build a core-image-x11 on Ubuntu and run it on my hardware. That is good!



Now I want to activate USB touchscreen support in the kernel. BUT: bitbake linux-wandboard -c menuconfig leads to nothing :  no menuconfig menu does show up.

I can start menuconfig direct in ~/fsl-community-bsp/build/tmp/work/wandboard_quad-poky-linux-gnueabi/linux-wandboard/3.10.53-r0/git with "make menuconfig" but it has all default values in.

Has somebody experienced the same? And can help me?

Mit freundlichen Grüßen / with best regards
----------------------------------------------------------
Thomas Seifert
Lead Software Engineer
Visteon Inovation and Technology GmbH
Visteonstrasse 4-10
50170 Kerpen
Germany

[http://motoroids.com/wp-content/uploads/2013/08/VISTEON-logo.jpg]


[-- Attachment #1.2: Type: text/html, Size: 5876 bytes --]

[-- Attachment #2: image001.jpg --]
[-- Type: image/jpeg, Size: 2307 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Yocto 1.8 menuconfig does not show up
  2015-06-16  6:36 Yocto 1.8 menuconfig does not show up Seifert, Thomas (T.)
@ 2015-06-16 10:58 ` Daiane Angolini
  2015-06-16 11:10   ` Seifert, Thomas (T.)
  2015-06-16 14:17 ` Gary Thomas
  1 sibling, 1 reply; 4+ messages in thread
From: Daiane Angolini @ 2015-06-16 10:58 UTC (permalink / raw)
  To: Seifert, Thomas (T.); +Cc: meta-freescale@yoctoproject.org

On Tue, Jun 16, 2015 at 3:36 AM, Seifert, Thomas (T.)
<tbruenck@visteon.com> wrote:
>
> Hello Wandboard Community,
>
> My setup:
>
> HW: Wandboard Quad + HDMI Touchscreen
> SW: Yocto 1.8 https://github.com/Freescale/fsl-community-bsp-platform -b master -> build on VirtualBox Ububuntu 15.04


Yocto 1.8 is not -b master

In master, we are today developing 1.9. 1.8 is fido
http://freescale.github.io/doc/release-notes/1.8/

>
> I can build a core-image-x11 on Ubuntu and run it on my hardware. That is good!
>
> Now I want to activate USB touchscreen support in the kernel. BUT: bitbake linux-wandboard -c menuconfig leads to nothing :  no menuconfig menu does show up.
>

When you say nothing, what do you mean? No error, no warning, no log at all?

>
> I can start menuconfig direct in ~/fsl-community-bsp/build/tmp/work/wandboard_quad-poky-linux-gnueabi/linux-wandboard/3.10.53-r0/git with "make menuconfig" but it has all default values in.
>
> Has somebody experienced the same? And can help me?

I remember a long time ago I faced a similar problem and it was due to
remote server. It was caused somehow by ncurses. There was a variable
used to configure which program to use on remote server to display the
menuconfig window. But I don't remember more than that, sorry.

Daiane
>
>
>
> Mit freundlichen Grüßen / with best regards
> ----------------------------------------------------------
>
> Thomas Seifert
>
> Lead Software Engineer
>
> Visteon Inovation and Technology GmbH
>
> Visteonstrasse 4-10
>
> 50170 Kerpen
>
> Germany
>
>
>
>
>
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Yocto 1.8 menuconfig does not show up
  2015-06-16 10:58 ` Daiane Angolini
@ 2015-06-16 11:10   ` Seifert, Thomas (T.)
  0 siblings, 0 replies; 4+ messages in thread
From: Seifert, Thomas (T.) @ 2015-06-16 11:10 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: meta-freescale@yoctoproject.org

Hello Daiane,

thank you for you answer! 

to your question: When you say nothing, what do you mean? No error, no warning, no log at all?

Yes there is nothing. I start the command and the terminal does not come back and nothing does happen.


I can start menuconfig  with "make menuconfig"  in the kernel code folder. But it is not configured .

Do you suggest to use stable yocto fido 1.8?

Mit freundlichen Grüßen / with best regards
----------------------------------------------------------
Thomas Seifert
Lead Software Engineer
Visteon Inovation and Technology GmbH
Visteonstrasse 4-10
50170 Kerpen
Germany



-----Original Message-----
From: angolini@gmail.com [mailto:angolini@gmail.com] On Behalf Of Daiane Angolini
Sent: Dienstag, 16. Juni 2015 12:59
To: Seifert, Thomas (T.)
Cc: meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] Yocto 1.8 menuconfig does not show up

On Tue, Jun 16, 2015 at 3:36 AM, Seifert, Thomas (T.) <tbruenck@visteon.com> wrote:
>
> Hello Wandboard Community,
>
> My setup:
>
> HW: Wandboard Quad + HDMI Touchscreen
> SW: Yocto 1.8 https://github.com/Freescale/fsl-community-bsp-platform 
> -b master -> build on VirtualBox Ububuntu 15.04


Yocto 1.8 is not -b master

In master, we are today developing 1.9. 1.8 is fido http://freescale.github.io/doc/release-notes/1.8/

>
> I can build a core-image-x11 on Ubuntu and run it on my hardware. That is good!
>
> Now I want to activate USB touchscreen support in the kernel. BUT: bitbake linux-wandboard -c menuconfig leads to nothing :  no menuconfig menu does show up.
>

When you say nothing, what do you mean? No error, no warning, no log at all?

>
> I can start menuconfig direct in ~/fsl-community-bsp/build/tmp/work/wandboard_quad-poky-linux-gnueabi/linux-wandboard/3.10.53-r0/git with "make menuconfig" but it has all default values in.
>
> Has somebody experienced the same? And can help me?

I remember a long time ago I faced a similar problem and it was due to remote server. It was caused somehow by ncurses. There was a variable used to configure which program to use on remote server to display the menuconfig window. But I don't remember more than that, sorry.

Daiane
>
>
>
> Mit freundlichen Grüßen / with best regards
> ----------------------------------------------------------
>
> Thomas Seifert
>
> Lead Software Engineer
>
> Visteon Inovation and Technology GmbH
>
> Visteonstrasse 4-10
>
> 50170 Kerpen
>
> Germany
>
>
>
>
>
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Yocto 1.8 menuconfig does not show up
  2015-06-16  6:36 Yocto 1.8 menuconfig does not show up Seifert, Thomas (T.)
  2015-06-16 10:58 ` Daiane Angolini
@ 2015-06-16 14:17 ` Gary Thomas
  1 sibling, 0 replies; 4+ messages in thread
From: Gary Thomas @ 2015-06-16 14:17 UTC (permalink / raw)
  To: meta-freescale

On 2015-06-16 00:36, Seifert, Thomas (T.) wrote:
> Hello Wandboard Community,
>
> My setup:
>
> HW: Wandboard Quad + HDMI Touchscreen
>
> SW: Yocto 1.8https://github.com/Freescale/fsl-community-bsp-platform  -b master -> build on VirtualBox Ububuntu 15.04
>
>
>
> I can build a core-image-x11 on Ubuntu and run it on my hardware. That is good!
>
>
>
> Now I want to activate USB touchscreen support in the kernel. BUT:bitbake linux-wandboard -c menuconfig*leads to nothing :  no menuconfig menu does show up.*
>
> *I can start menuconfig* direct in ~/fsl-community-bsp/build/tmp/work/wandboard_quad-poky-linux-gnueabi/linux-wandboard/3.10.53-r0/git with "*make menuconfig*" but it has all
> default values in.
>
> Has somebody experienced the same? And can help me?

Try installing ncurses-dev to your build host (not normally
installed in Ubuntu 15.04)

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-06-16 14:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-16  6:36 Yocto 1.8 menuconfig does not show up Seifert, Thomas (T.)
2015-06-16 10:58 ` Daiane Angolini
2015-06-16 11:10   ` Seifert, Thomas (T.)
2015-06-16 14:17 ` Gary Thomas

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.