diff options
author | Roman Khimov <khimov@altell.ru> | 2010-04-18 22:41:40 +0000 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-04-25 17:13:15 +0400 |
commit | 23e874a12711ee156bba5f1bbcd9fa8dd3f2ef83 (patch) | |
tree | 54e0523244d3710850111f6c95b1a1c62923ad14 /recipes/madwifi/madwifi-ng_r4029-20090525.bb | |
parent | dd7c2be839a8db7d4afaab6e700b4f81c24fb489 (diff) |
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@altell.ru>
Acked-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/madwifi/madwifi-ng_r4029-20090525.bb')
-rw-r--r-- | recipes/madwifi/madwifi-ng_r4029-20090525.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/madwifi/madwifi-ng_r4029-20090525.bb b/recipes/madwifi/madwifi-ng_r4029-20090525.bb index dc288d8e37..ab4deea996 100644 --- a/recipes/madwifi/madwifi-ng_r4029-20090525.bb +++ b/recipes/madwifi/madwifi-ng_r4029-20090525.bb @@ -2,7 +2,7 @@ # Disable stripping of kernel modules, since this action strips too # much out, and the resulting module won't load. -INHIBIT_PACKAGE_STRIP = "1" +PACKAGE_STRIP = "no" require madwifi-ng_r.inc |