]> code.ossystems Code Review - openembedded-core.git/commit
grub2.inc: set GRUBPLATFORM_arm to efi
authorMingli Yu <Mingli.Yu@windriver.com>
Mon, 23 Jul 2018 07:37:42 +0000 (15:37 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jul 2018 12:16:31 +0000 (13:16 +0100)
commit6ad431974d96aec29d12079be8b94c479b91c446
treebdff370461d87143612e9b8f911ae035f1df73c7
parentdaa496e7104e3f06bc5192bb4ec7d894b22dba5d
grub2.inc: set GRUBPLATFORM_arm to efi

* grub-efi support on arm is enabled as below
  commit:
  commit 65f9fb788371a9a08e3b0e6febecb9cc2aaeefe7
  Author: Kristian Amlie <kristian.amlie@northern.tech>
  Date:   Tue Jul 10 16:07:12 2018 +0200

     grub-efi: Provide target architecture for 32-bit ARM.

* But it fails on arm as below:
  | grub-mkimage: error: cannot open `./grub-core//serial.mod': No such file or directory.

  Set GRUBPLATFORM_arm = "efi" to fix the above error

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-bsp/grub/grub2.inc