mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
setup_board: Build grub platform modules
Run the emerge of the SDK sys-boot/grub again to pick up any config changes that were made in setup_board. This late emerge is needed to build grub modules for architectures that are different from the host. Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
851cf98945
commit
d82ef18ed0
@ -320,3 +320,6 @@ fi
|
||||
|
||||
# Setup BOARD_ROOT for QEMU user emulation.
|
||||
setup_qemu_static "${BOARD_ROOT}"
|
||||
|
||||
# Build grub platform modules if needed.
|
||||
sudo -E emerge --changed-use sys-boot/grub
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user