1From e26fe77b0ac9acc2c8086586d267aa7160969d2d Mon Sep 17 00:00:00 2001 2From: OpenEmbedded <oe.patch@oe> 3Date: Wed, 11 Apr 2018 22:51:05 +0200 4Subject: [PATCH] do not build test 5 6The purpose of this recipe is to build the smallest 7binaries. kexek klibc-static for armv5 is around 86 KiB 8 9Upstream-Status: Inappropriate [embedded specific] 10Signed-off-by: Andrea Adami <andrea.adami@gmail.com> 11 12--- 13 Makefile.in | 4 ++-- 14 1 file changed, 2 insertions(+), 2 deletions(-) 15 16diff --git a/Makefile.in b/Makefile.in 17index dbf1fb6..440730d 100644 18--- a/Makefile.in 19+++ b/Makefile.in 20@@ -173,8 +173,8 @@ PSRCS:=$(foreach s, $(SRCS), $(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(s)) 21 PGSRCS:=$(foreach s, $(GENERATED_SRCS), $(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(s)) 22 23 MAN_PAGES:=$(KEXEC_MANPAGE) $(VMCORE_DMESG_MANPAGE) 24-BINARIES_i386:=$(KEXEC_TEST) 25-BINARIES_x86_64:=$(KEXEC_TEST) 26+#BINARIES_i386:=$(KEXEC_TEST) 27+#BINARIES_x86_64:=$(KEXEC_TEST) 28 BINARIES:=$(KEXEC) $(VMCORE_DMESG) $(BINARIES_$(ARCH)) 29 30 UNINSTALL_KDUMP = $(sbindir)/kdump 31