[oe-commits] Roman Khimov : change INHIBIT_PACKAGE_STRIP to PACKAGE_STRIP with more options

git version control git at git.openembedded.org
Sun Apr 25 13:14:49 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 23e874a12711ee156bba5f1bbcd9fa8dd3f2ef83
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=23e874a12711ee156bba5f1bbcd9fa8dd3f2ef83

Author: Roman Khimov <khimov at altell.ru>
Date:   Sun Apr 18 22:41:40 2010 +0000

change INHIBIT_PACKAGE_STRIP to PACKAGE_STRIP with more options

Originally approached with "package.bbclass: introduce KEEP_GNU_DEBUGLINK":
http://patchwork.openembedded.org/patch/886/

Redone with a change from INHIBIT_PACKAGE_STRIP to PACKAGE_STRIP which
allows more options. By default it does exactly the same thing as is done
today, strips the binary, but keeps the gnu.debuglink section. When set to
"no", stripping is not done at all, when set to "full" the gnu.debuglink
section is not re-added to the binary.

Signed-off-by: Roman I Khimov <khimov at altell.ru>
Acked-by: Chris Larson <chris_larson at mentor.com>

---

 classes/package.bbclass                            |    5 +++--
 conf/distro/sharprom-compatible.conf               |    2 +-
 conf/local.conf.sample                             |   15 +++++++++++----
 recipes/gcc/gcc-package-cross.inc                  |    8 ++++----
 recipes/gcc/gcc-package-sdk.inc                    |    8 ++++----
 recipes/madwifi/madwifi-ng_r2826-20071105.bb       |    2 +-
 recipes/madwifi/madwifi-ng_r3314-20080131.bb       |    2 +-
 recipes/madwifi/madwifi-ng_r3837-20080802.bb       |    2 +-
 recipes/madwifi/madwifi-ng_r3878-20081204.bb       |    2 +-
 recipes/madwifi/madwifi-ng_r4029-20090525.bb       |    2 +-
 recipes/mii-diag/mii-diag_2.11.bb                  |    2 +-
 .../prism2-firmware-update_1.7.4.bb                |    2 +-
 recipes/mtd/mtd-utils-tests_1.2.0+git.bb           |    2 +-
 recipes/nvidia-drivers/nvidia-drivers.inc          |    2 +-
 recipes/nylon/nylon-scripts_cvs.bb                 |    2 +-
 recipes/nylon/nylon-statistics.bb                  |    2 +-
 .../omap3-sgx-modules_1.4.14.2514.bb               |    2 +-
 .../omap3-sgx-modules_1.4.14.2616.bb               |    2 +-
 recipes/snes232/snes232_cvs.bb                     |    2 +-
 recipes/ti/README                                  |    2 +-
 recipes/ti/ti-codecs-dm6467_1.0.0.bb               |    2 +-
 recipes/ti/ti-dm355mm-module_1.13.bb               |    2 +-
 recipes/ti/ti-dm365mm-module.inc                   |    2 +-
 recipes/ti/ti-dvsdk-demos.inc                      |    2 +-
 recipes/ti/ti-linuxutils.inc                       |    2 +-
 recipes/ti/ti-staging.inc                          |    2 +-
 26 files changed, 44 insertions(+), 36 deletions(-)

Diff:   http://gitweb.openembedded.net/?p=openembedded.git/?a=commitdiff;h=23e874a12711ee156bba5f1bbcd9fa8dd3f2ef83




More information about the Openembedded-commits mailing list