From e26fe77b0ac9acc2c8086586d267aa7160969d2d Mon Sep 17 00:00:00 2001 From: OpenEmbedded Date: Wed, 11 Apr 2018 22:51:05 +0200 Subject: [PATCH] do not build test The purpose of this recipe is to build the smallest binaries. kexek klibc-static for armv5 is around 86 KiB Upstream-Status: Inappropriate [embedded specific] Signed-off-by: Andrea Adami --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/Makefile.in +++ b/Makefile.in @@ -181,8 +181,8 @@ TARBALL.gz=$(TARBALL).gz SRCS:= $(dist) MAN_PAGES:=$(KEXEC_MANPAGE) $(VMCORE_DMESG_MANPAGE) -BINARIES_i386:=$(KEXEC_TEST) -BINARIES_x86_64:=$(KEXEC_TEST) +#BINARIES_i386:=$(KEXEC_TEST) +#BINARIES_x86_64:=$(KEXEC_TEST) BINARIES:=$(KEXEC) $(VMCORE_DMESG) $(BINARIES_$(ARCH)) UNINSTALL_KDUMP = $(sbindir)/kdump