Explorar el Código

boot/shim: disable on mips64el

Fix the following build failure on mips64el raised since commit
11b347c03ab0b38389ec11b48f63236a3b4d6547:

In file included from shim.h:47,
                 from shim.c:14:
/nvmedata/autobuild/instance-17/output-1/build/shim-15.4/include/system/stdarg.h:72:2: error: #error what arch is this
   72 | #error what arch is this
      |  ^~~~~

Fixes:
 - http://autobuild.buildroot.org/results/74f4f1d010cfde6978fd614195ef0006f0acb45a

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice Fontaine hace 3 años
padre
commit
2fd41e56e0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      boot/shim/Config.in

+ 1 - 0
boot/shim/Config.in

@@ -2,6 +2,7 @@ config BR2_TARGET_SHIM
 	bool "shim"
 	bool "shim"
 	# it includes gnu-efi
 	# it includes gnu-efi
 	depends on BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS
 	depends on BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS
+	depends on !BR2_mips64el
 	help
 	help
 	  Boot loader to chain-load signed boot loaders under Secure
 	  Boot loader to chain-load signed boot loaders under Secure
 	  Boot.
 	  Boot.