Kernel Building: Difference between revisions
Jump to navigation
Jump to search
Michaelfung (talk | contribs) (Created page with '== Build == For fresh install, just run: bitbake virtual/kernel After done, you can collect the built image from under the deploy folder, for example: <tt>build/tmp/deploy/gl…') |
Michaelfung (talk | contribs) |
||
Line 9: | Line 9: | ||
== Custom config == | == Custom config == | ||
If you need to customize the kernel configuration | If you need to customize the kernel configuration, run the menuconfig task by: | ||
bitbake -c menuconfig virtual/kernel | bitbake -c menuconfig virtual/kernel | ||
'''Note:''' by default | '''Note:''' by default this command requires you to run in X Windows. |
Revision as of 14:20, 20 October 2010
Build
For fresh install, 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.
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.