Difference between revisions of "EBC Exercise 24 Kconfig Edits"
Line 1: | Line 1: | ||
[[Category:ECE497]] | [[Category:ECE497]] | ||
{{YoderHead}} | {{YoderHead}} | ||
+ | |||
+ | Download the Linux Kernel by following [[EBC Exercise 22 Cross-Compiling and Finding the Right Kernel - bitbake]]. Then you can proceed. | ||
Section 4.4 shows how to modify '''Kconfig''' files. Find the correct Kconfig file and modify it so the following option appears when configuring the kernel. | Section 4.4 shows how to modify '''Kconfig''' files. Find the correct Kconfig file and modify it so the following option appears when configuring the kernel. |
Revision as of 21:23, 7 November 2012
Embedded Linux Class by Mark A. Yoder
Download the Linux Kernel by following EBC Exercise 22 Cross-Compiling and Finding the Right Kernel - bitbake. Then you can proceed.
Section 4.4 shows how to modify Kconfig files. Find the correct Kconfig file and modify it so the following option appears when configuring the kernel.
Hint: use make xconfig and search for a keyword
What changes do you have to make to the corresponding makefile for your new addition to be compiled?
Embedded Linux Class by Mark A. Yoder