[ptxdist] How to keep DWARF debugging symbols for libunwind?

2017-03-13 Thread Andreas Glatz
Hi I'm using libunwind [1] on i.MX6 together with my application to generate proper backtraces. I found that compiling my app with debugging symbols (-g) and then preloading libunwind with UNW_ARM_METHOD_DWARF gives quite meaningful backtraces. However, after flashing the target I cannot get

Re: [ptxdist] How to keep DWARF debugging symbols for libunwind?

2017-03-13 Thread Michael Olbrich
Hi, On Mon, Mar 13, 2017 at 08:32:00AM +, Andreas Glatz wrote: > I'm using libunwind [1] on i.MX6 together with my application to > generate proper backtraces. I found that compiling my app with > debugging symbols (-g) and then preloading libunwind with > UNW_ARM_METHOD_DWARF gives quite

Re: [ptxdist] [PATCH] mtd-utils.in: Add busybox dependency for ubirename

2017-03-13 Thread Michael Olbrich
On Sat, Mar 11, 2017 at 10:50:35AM +0100, Bernhard Walle wrote: > Avoid the usual file clash with ubirename from busybox and ubirename > from mtd-utils. > > Signed-off-by: Bernhard Walle Thanks, applied, Michael > --- > rules/mtd-utils.in | 4 > 1 file changed, 4

Re: [ptxdist] [PATCH] e2fsprogs: add busybox guard

2017-03-13 Thread Michael Olbrich
On Sat, Mar 11, 2017 at 10:49:45PM +0100, Alexander Dahl wrote: > We can only install one mke2fs, the one from e2fsprogs or the one from > busybox. > > Signed-off-by: Alexander Dahl Thanks, applied, Michael > --- > rules/e2fsprogs.in | 4 > 1 file changed, 4