All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/8] package/swupdate: let buildroot handle stripping
@ 2021-08-29  2:46 James Hilliard
  2021-08-29  2:46 ` [Buildroot] [PATCH v2 2/8] package/swupdate: don't require website for services James Hilliard
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: James Hilliard @ 2021-08-29  2:46 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

In buildroot, stripping for the target is configured and implemented
with the global `BR2_STRIP_strip` option that drive the stripping in
the target-finalize step.

So, we explicitly disable stripping at build time for swupdate.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/swupdate/swupdate.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/swupdate/swupdate.mk b/package/swupdate/swupdate.mk
index 402aa0a91f..42008cddd7 100644
--- a/package/swupdate/swupdate.mk
+++ b/package/swupdate/swupdate.mk
@@ -22,7 +22,7 @@ SWUPDATE_LICENSE_FILES = LICENSES/BSD-1-Clause.txt \
 # swupdate uses $CROSS-cc instead of $CROSS-gcc, which is not
 # available in all external toolchains, and use CC for linking. Ensure
 # TARGET_CC is used for both.
-SWUPDATE_MAKE_ENV = CC="$(TARGET_CC)" LD="$(TARGET_CC)"
+SWUPDATE_MAKE_ENV = CC="$(TARGET_CC)" LD="$(TARGET_CC)" SKIP_STRIP=y
 
 # swupdate bundles its own version of mongoose (version 6.16)
 
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-09-14 17:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-29  2:46 [Buildroot] [PATCH v2 1/8] package/swupdate: let buildroot handle stripping James Hilliard
2021-08-29  2:46 ` [Buildroot] [PATCH v2 2/8] package/swupdate: don't require website for services James Hilliard
2021-09-12 20:17   ` Peter Korsgaard
2021-08-29  2:46 ` [Buildroot] [PATCH v2 3/8] package/swupdate: use package make install for target install James Hilliard
2021-09-13  9:37   ` Peter Korsgaard
2021-08-29  2:46 ` [Buildroot] [PATCH v2 4/8] package/swupdate: enable/disable systemd support automatically James Hilliard
2021-09-13  9:46   ` Peter Korsgaard
2021-08-29  2:46 ` [Buildroot] [PATCH v2 5/8] package/swupdate: add comment on origin of services/configs James Hilliard
2021-09-13  9:48   ` Peter Korsgaard
2021-08-29  2:46 ` [Buildroot] [PATCH v2 6/8] package/swupdate: add webserver config option James Hilliard
2021-09-13 13:26   ` Peter Korsgaard
2021-08-29  2:46 ` [Buildroot] [PATCH v2 7/8] package/swupdate: prevent systemd from removing swupdate tmp folders James Hilliard
2021-09-13 13:26   ` Peter Korsgaard
2021-08-29  2:46 ` [Buildroot] [PATCH v2 8/8] package/swupdate: add progress/usb services James Hilliard
2021-09-11 14:11 ` [Buildroot] [PATCH v2 1/8] package/swupdate: let buildroot handle stripping Arnout Vandecappelle
2021-09-12 19:57 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.