From da5218c7e3c100daa3aa0188e7f3f2d21627d32b Mon Sep 17 00:00:00 2001 From: Dominik Adamski Date: Tue, 13 Nov 2018 10:31:29 +0100 Subject: [PATCH] Use fix GRUB version for kernels newer than 4.12 Previously we have always builded the newest version of the GRUB. It was unstable because we cannot track all changes in GRUB repository. Now we build only checked version of GRUB/ Signed-off-by: Dominik Adamski --- bbb-convert-stage-5.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bbb-convert-stage-5.sh b/bbb-convert-stage-5.sh index 84d2806..5108fac 100755 --- a/bbb-convert-stage-5.sh +++ b/bbb-convert-stage-5.sh @@ -123,6 +123,8 @@ build_grub_efi() { # To avoid error message: "plain image kernel not supported - rebuild # with CONFIG_(U)EFI_STUB enabled" - use a specific commit. git checkout 9b37229f0 >> "$build_log" 2>&1 + else + git checkout 72e80c025 >> "$build_log" 2>&1 fi mkdir -p $grub_arm_dir