[Buildroot] [PATCH 0 of 5 v2] Add find utility functions / exclude files from strip / reduce python

Thomas De Schampheleire patrickdepinguin+buildroot at gmail.com
Thu Nov 17 19:41:39 UTC 2011


This patch series adds a few utility functions to Makefile.package.in that
help in composing find commands, and uses these functions to:
* exclude user-configured files and directories from being stripped in
 target-finalize, and
* reduce a python installation to the bare minimum.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>

---
 Config.in                   |  19 +++++++++++++++++++
 Makefile                    |   9 +++++++--
 package/Makefile.package.in |  11 +++++++++++
 package/python/Config.in    |  26 ++++++++++++++++++++++----
 package/python/python.mk    |  28 +++++++++++++++++++++++++++-
 5 files changed, 86 insertions(+), 7 deletions(-)




More information about the buildroot mailing list