[ptxdist] ld-wrapper mislinks at91bootstrap

2017-11-06 Thread Ladislav Michl
Hi there, I just added new platform (at91) to my BSP and configured at91bootstrap v3.8.9. Problem is that PTXDist-2017.10 produces way too large binary: 2099622 at91sam9260ek-dataflashboot-barebox-3.8.9.bin while correct size is: 2470 at91sam9260ek-dataflashboot-barebox-3.8.9.bin Problem

[ptxdist] [PATCH 0/2] ptxdist: pkg-config changes

2017-11-06 Thread Clemens Gruber
Hi, this is a first attempt at fixing the problems with the hardcoded libraries, occuring on ArchLinux (before ncurses 6.0+20170902-3). As a solution, now we detect ncurses and its sublibraries panel and menu through pkg-config. The --with-ncurses argument can still be used to prepend the

Re: [ptxdist] ld-wrapper mislinks at91bootstrap

2017-11-06 Thread Ladislav Michl
On Mon, Nov 06, 2017 at 07:58:58PM +0100, Ladislav Michl wrote: > Hi there, > > I just added new platform (at91) to my BSP and configured at91bootstrap > v3.8.9. > > Problem is that PTXDist-2017.10 produces way too large binary: > 2099622 at91sam9260ek-dataflashboot-barebox-3.8.9.bin > while

Re: [ptxdist] ld-wrapper mislinks at91bootstrap

2017-11-06 Thread Ladislav Michl
On Tue, Nov 07, 2017 at 08:11:17AM +0100, Ladislav Michl wrote: > On Mon, Nov 06, 2017 at 07:58:58PM +0100, Ladislav Michl wrote: > > Hi there, > > > > I just added new platform (at91) to my BSP and configured at91bootstrap > > v3.8.9. > > > > Problem is that PTXDist-2017.10 produces way too

[ptxdist] [PATCH 2/2] krb5: add MIT Kerberos package

2017-11-06 Thread Jan Luebbe
This adds a package for the krb5 Kerberos implementation. The tools and admin libraries (which are not required for servers) are only installed when requested. Signed-off-by: Jan Luebbe --- rules/krb5.in | 37 + rules/krb5.make | 126

[ptxdist] [PATCH 1/2] e2fsprogs: install headers and host tools

2017-11-06 Thread Jan Luebbe
The compile_et and mk_cmds helpers are needed to generate code during compilation. Signed-off-by: Jan Luebbe --- rules/e2fsprogs.make | 2 +- rules/host-e2fsprogs.make | 14 ++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git