Skip to content
Snippets Groups Projects
Commit 80798d3f authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

grub-efi: Add support for qemuarm-efi


oe-core avoids armv7ve builds. This is more of a blanket fix because
grub supports this arch. It doesn't support hardfp configuration that
can't be forced into softfp with a compiler flag. qemuarm-efi defaults
to softfp.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
Signed-off-by: default avatarLuca Seritan <luca.seritan@huawei.com>
parent 23e12f63
No related branches found
No related tags found
1 merge request!250Add support for qemuarm/64 machines with EFI
...@@ -16,3 +16,8 @@ TARGET_CFLAGS:remove = "-Werror=array-bounds" ...@@ -16,3 +16,8 @@ TARGET_CFLAGS:remove = "-Werror=array-bounds"
# echo and halt modules, so that the GRUB boot script can print diagnostic # echo and halt modules, so that the GRUB boot script can print diagnostic
# messages or shut down on error. # messages or shut down on error.
GRUB_BUILDIN:append = " squash4 halt echo" GRUB_BUILDIN:append = " squash4 halt echo"
# TODO oe-core avoids armv7ve builds. This is more of a blanket fix because
# grub supports this arch. It doesn't support hardfp configuration that can't
# be forced into softfp with a compiler flag. qemuarm-efi defaults to softfp.
COMPATIBLE_HOST:qemuarm-efi = 'arm.*-(linux.*|freebsd.*)'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment