Please note that User Registration has been temporarily disabled due to a recent increase in automated registrations. If anyone needs an account, please request one here: RequestAccount. Thanks for your patience!
Difference between revisions of "Kernel Building"
From Openembedded.org
Michaelfung (Talk | contribs) (→Build) |
Michaelfung (Talk | contribs) (→Custom config) |
||
| Line 16: | Line 16: | ||
'''Note:''' by default this command requires you to run in X Windows. | '''Note:''' by default this command requires you to run in X Windows. | ||
| + | |||
| + | After that, you can compile the kernel by: | ||
| + | bitbake -f -c compile virtual/kernel | ||
Revision as of 14:28, 20 October 2010
Default Build
For a default build, just run:
bitbake virtual/kernel
After done, you can collect the built image from under the deploy folder, for example: build/tmp/deploy/glibc/images/vmware/bzImage-vmware.bin.
Kernel configuration
The default .config file used is placed in ???.
Custom config
If you need to customize the kernel configuration, run the menuconfig task by:
bitbake -c menuconfig virtual/kernel
Note: by default this command requires you to run in X Windows.
After that, you can compile the kernel by:
bitbake -f -c compile virtual/kernel