Kernel Building

From Openembedded.org
Revision as of 14:18, 20 October 2010 by 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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 with menuconfig, do:

 bitbake -c menuconfig virtual/kernel

Note: by default that command requires you to run in X Windows.