From b1cbf3b9f9e0b7fb35b54addf63630be5951e284 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sat, 1 Jul 2017 16:31:04 +0200 Subject: [PATCH] tools: move size-stat-compare out of support/scripts/ Move it to the top-level tools/ directory, so that it is easier to find for users. Signed-off-by: "Yann E. MORIN" Cc: Thomas De Schampheleire Cc: Thomas Petazzoni Cc: Arnout Vandecappelle Signed-off-by: Thomas Petazzoni --- tools/readme.txt | 6 ++++++ {support/scripts => tools}/size-stats-compare | 0 2 files changed, 6 insertions(+) rename {support/scripts => tools}/size-stats-compare (100%) diff --git a/tools/readme.txt b/tools/readme.txt index fc1108fded..dd8a1d4494 100644 --- a/tools/readme.txt +++ b/tools/readme.txt @@ -11,6 +11,12 @@ get-developpers of Buildroot, so they can be Cc:ed on a mail. Accepts a patch as input, a package name or and architecture name. +size-stat-compare + a script to compare the rootfs size between two differnt Buildroot + configurations. This can be used to identify the size impact of + a specific option, or of a set of specific options, or an update + to a newer Buildroot version... + test-pkg a script that tests a specific package against a set of various toolchains, with the goal to detect toolchain-related dependencies diff --git a/support/scripts/size-stats-compare b/tools/size-stats-compare similarity index 100% rename from support/scripts/size-stats-compare rename to tools/size-stats-compare -- 2.30.2