blob: 1c471f5593b7b17a06d57e8b7d95a9c02bfd442c [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 9de68ec5af8db2eff352f12da28145fe5e96244d 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 fb01134..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