fix(cros-kernel2.eclass): Explicitly build bzImage in second pass

Build only bzImage instead of the default 'all' which also will re-link
all of the modules which is pointless and just causes the initramfs and
rootfs to become out of sync.
This commit is contained in:
Michael Marineau 2013-11-17 20:25:45 -08:00
parent 45f5b2b976
commit c83821a102

View File

@ -157,8 +157,8 @@ cros-kernel2_src_compile() {
modules_install
update_bootengine_cpio "${bootengine_root}"
# Build the final kernel image (bzImage)
kmake
# Build the final kernel image
kmake bzImage
}
cros-kernel2_src_install() {