Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/2] Make remote debugging easier
@ 2019-10-01  1:36 unixmania at gmail.com
  2019-10-01  1:36 ` [Buildroot] [PATCH v2 1/2] Strip binaries in the rootfs creation instead of in target-finalize unixmania at gmail.com
  2019-10-01  1:36 ` [Buildroot] [PATCH v2 2/2] toolchain: install gdbinit under TARGET_DIR unixmania at gmail.com
  0 siblings, 2 replies; 10+ messages in thread
From: unixmania at gmail.com @ 2019-10-01  1:36 UTC (permalink / raw)
  To: buildroot

From: Carlos Santos <unixmania@gmail.com>

Patch 1 moves binaries stripping to the rootfs creation instead of in
target-finalize. This allows us to find the non-stripped executables
under TARGET_DIR, rather than searching inside the build directory.

Patch 2 updates the gdbinit file to set sysroot to TARGET_DIR.

Carlos Santos (2):
  Strip binaries in the rootfs creation instead of in target-finalize
  toolchain: install gdbinit under TARGET_DIR

 Makefile                                      | 34 -----------------
 docs/manual/quickstart.txt                    |  5 ++-
 docs/manual/using-buildroot-debugger.txt      | 11 ++++--
 fs/common.mk                                  | 37 ++++++++++++++++++-
 toolchain/helpers.mk                          |  4 +-
 .../pkg-toolchain-external.mk                 |  4 +-
 6 files changed, 50 insertions(+), 45 deletions(-)

-- 
2.18.1

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

end of thread, other threads:[~2020-04-14 10:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-01  1:36 [Buildroot] [PATCH v2 0/2] Make remote debugging easier unixmania at gmail.com
2019-10-01  1:36 ` [Buildroot] [PATCH v2 1/2] Strip binaries in the rootfs creation instead of in target-finalize unixmania at gmail.com
2019-10-01  6:52   ` Thomas Petazzoni
2019-10-01 11:26     ` Carlos Santos
2019-10-01 20:15     ` Yann E. MORIN
2020-04-13 14:02   ` Thomas Petazzoni
2020-04-13 23:41     ` Carlos Santos
2020-04-14  5:36       ` Thomas Petazzoni
2020-04-14 10:46         ` Carlos Santos
2019-10-01  1:36 ` [Buildroot] [PATCH v2 2/2] toolchain: install gdbinit under TARGET_DIR unixmania at gmail.com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox