Difference between revisions of "Kernel Reconfiguration"
From Gumstix User Wiki
(New page: Category:How_to_-_linux To reconfigure the kernel with the current state of Gumstix's OE things, you will need ''gnome-terminal''. Run this command: '''bitbake gumstix-kernel -c menu...) |
|||
Line 3: | Line 3: | ||
To reconfigure the kernel with the current state of Gumstix's OE things, you will need ''gnome-terminal''. Run this command: '''bitbake gumstix-kernel -c menuconfig''' | To reconfigure the kernel with the current state of Gumstix's OE things, you will need ''gnome-terminal''. Run this command: '''bitbake gumstix-kernel -c menuconfig''' | ||
+ | |||
+ | NOTE: You have to have ncurses and ncurses-dev installed in order for the MENUCONFIG to actually work. |
Revision as of 08:07, 18 April 2008
To reconfigure the kernel with the current state of Gumstix's OE things, you will need gnome-terminal. Run this command: bitbake gumstix-kernel -c menuconfig
NOTE: You have to have ncurses and ncurses-dev installed in order for the MENUCONFIG to actually work.