mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
make_netboot: Enable I2C device driver for netboot kernel
This is needed as I2C device driver is also built-in for install shim kernel. BUG=chrome-os-partner:16712 TEST=Build netboot image and check I2C device driver is included. Change-Id: I71f21eea9cf599454fe18bd8adeeaa629d851db6 Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/41076 Reviewed-by: Bernie Thompson <bhthompson@chromium.org>
This commit is contained in:
parent
7efb76cde5
commit
435611e5ee
@ -108,7 +108,7 @@ fi
|
||||
# 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
|
||||
# upgrade kernel so often, this is probably fine.
|
||||
export USE='vfat blkdevram fbconsole'
|
||||
export USE='vfat blkdevram fbconsole i2cdev'
|
||||
export EMERGE_BOARD_CMD="emerge-${FLAGS_board}"
|
||||
emerge_custom_kernel ${temp_build_path}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user