From d82ef18ed08aff48fde170320173d7a63dd75990 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Wed, 20 Jan 2016 09:49:15 -0800 Subject: [PATCH] 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 --- setup_board | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup_board b/setup_board index 725901954f..c1708639fa 100755 --- a/setup_board +++ b/setup_board @@ -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