Modify USE flags used when building network boot kernel

We need VFAT, ramdisk, and frame buffer console in network boot kernel.

BUG=chrome-os-partner:9805
TEST=Build success. Network boot and install success.

Change-Id: I267f305e2cedf44d002bb1acdf790b4279e20f2c
Reviewed-on: https://gerrit.chromium.org/gerrit/23196
Commit-Ready: Vic Yang <victoryang@chromium.org>
Reviewed-by: Vic Yang <victoryang@chromium.org>
Tested-by: Vic Yang <victoryang@chromium.org>
This commit is contained in:
Vic Yang 2012-05-22 15:24:27 +08:00 committed by Gerrit
parent 279f103240
commit c321a9a026

View File

@ -117,7 +117,7 @@ else
# and thus we only build kernel here. If this script is run against install # and thus we only build kernel here. If this script is run against install
# shim with different kernel version, this might not work. But as we don't # shim with different kernel version, this might not work. But as we don't
# upgrade kernel so often, this is probably fine. # upgrade kernel so often, this is probably fine.
export USE='netboot' export USE='vfat blkdevram fbconsole'
export EMERGE_BOARD_CMD="emerge-${FLAGS_board}" export EMERGE_BOARD_CMD="emerge-${FLAGS_board}"
emerge_custom_kernel ${temp_build_path} emerge_custom_kernel ${temp_build_path}