From 77e7cdb5de94801982d0b0c37d26a12884ae1785 Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Fri, 15 Jan 2016 09:47:35 +0100 Subject: [PATCH] perf: remove tests from target The perf tool installed test files in output/target/usr/libexec/perf-core/tests/ which amounted to about 30+K. Since they are not needed for normal perf operation, remove them. Signed-off-by: Thomas De Schampheleire Reviewed-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- linux/linux-tool-perf.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/linux-tool-perf.mk b/linux/linux-tool-perf.mk index 0bd0ed1a13..07c3514381 100644 --- a/linux/linux-tool-perf.mk +++ b/linux/linux-tool-perf.mk @@ -84,4 +84,5 @@ define PERF_INSTALL_TARGET_CMDS $(TARGET_MAKE_ENV) $(MAKE1) $(PERF_MAKE_FLAGS) \ -C $(@D)/tools/perf O=$(@D)/tools/perf/ install $(RM) -rf $(TARGET_DIR)/usr/libexec/perf-core/scripts/ + $(RM) -rf $(TARGET_DIR)/usr/libexec/perf-core/tests/ endef -- 2.30.2