From: Alexander Graf Date: Mon, 18 Jun 2018 15:23:03 +0000 (+0200) Subject: efi_loader: Disable miniapps on sandbox X-Git-Tag: v2018.09-rc1~2^2~39 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c034bfab2975f4a02ef20f0e88ac82a451696f79;p=oweals%2Fu-boot.git efi_loader: Disable miniapps on sandbox In the sandbox environment we can not easily build efi stub binaries right now, so let's disable the respective test cases for the efi selftest suite. Signed-off-by: Alexander Graf Reviewed-by: Simon Glass Signed-off-by: Alexander Graf --- diff --git a/lib/efi_selftest/Makefile b/lib/efi_selftest/Makefile index 4fe404d88d..bf5c8199cb 100644 --- a/lib/efi_selftest/Makefile +++ b/lib/efi_selftest/Makefile @@ -41,7 +41,7 @@ endif # TODO: As of v2018.01 the relocation code for the EFI application cannot # be built on x86_64. -ifeq ($(CONFIG_X86_64),) +ifeq ($(CONFIG_X86_64)$(CONFIG_SANDBOX),) ifneq ($(CONFIG_CMD_BOOTEFI_SELFTEST),)