Skip to content
Snippets Groups Projects
Verified Commit b11dcf48 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>
parent 921f42c7
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !250. Comments created here will be created in the context of that merge request.
......@@ -16,3 +16,8 @@ TARGET_CFLAGS:remove = "-Werror=array-bounds"
# echo and halt modules, so that the GRUB boot script can print diagnostic
# messages or shut down on error.
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