summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/grub/grub2.inc')
-rw-r--r--meta/recipes-bsp/grub/grub2.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index ff17dbe8b7..d020103605 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -33,7 +33,7 @@ SRC_URI[sha256sum] = "f10c85ae3e204dbaec39ae22fa3c5e99f0665417e91c2cb49b7e503165
33 33
34DEPENDS = "flex-native bison-native gettext-native" 34DEPENDS = "flex-native bison-native gettext-native"
35 35
36COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)' 36COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|riscv.*)-(linux.*|freebsd.*)'
37COMPATIBLE_HOST_armv7a = 'null' 37COMPATIBLE_HOST_armv7a = 'null'
38COMPATIBLE_HOST_armv7ve = 'null' 38COMPATIBLE_HOST_armv7ve = 'null'
39 39
@@ -42,6 +42,8 @@ COMPATIBLE_HOST_armv7ve = 'null'
42 42
43GRUBPLATFORM_arm = "efi" 43GRUBPLATFORM_arm = "efi"
44GRUBPLATFORM_aarch64 = "efi" 44GRUBPLATFORM_aarch64 = "efi"
45GRUBPLATFORM_riscv32 = "efi"
46GRUBPLATFORM_riscv64 = "efi"
45GRUBPLATFORM ??= "pc" 47GRUBPLATFORM ??= "pc"
46 48
47inherit autotools gettext texinfo pkgconfig 49inherit autotools gettext texinfo pkgconfig