[ptxdist] toolchain glibc symlink regression. Some symlinks are no longer installed

2016-08-18 Thread evermind.crazyfury
Hello I had problems with symlinks that are present within the toolcain but not present in the created rootfs, As result the rootfs was not bootable due to the missing symlinks. eg calling ptxdist targetinstall glibc will no longer create/copy necessary symlinks. for example

[ptxdist] [PATCH] libmodbus3: version bump 3.0.6 -> 3.1.4

2016-08-18 Thread Matthias Klein
Signed-off-by: Matthias Klein --- rules/libmodbus3.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libmodbus3.make b/rules/libmodbus3.make index 4e04c86..d46048e 100644 --- a/rules/libmodbus3.make +++ b/rules/libmodbus3.make @@ -16,8

Re: [ptxdist] [PATCH] ibrdtn: add packaging rules for IBR-DTN and dtndht

2016-08-18 Thread Michael Olbrich
On Wed, Aug 17, 2016 at 04:53:36PM +0200, Roland Hieber wrote: [...] > + @$(call install_copy,ibrdtnd, 0, 0, 0644, -, /etc/ibrdtnd.conf) You should probably use install_alternative here, so that the file can be overwritten in the BSP. Michael -- Pengutronix e.K.

Re: [ptxdist] [PATCH] ibrdtn: add packaging rules for IBR-DTN and dtndht

2016-08-18 Thread Michael Olbrich
On Wed, Aug 17, 2016 at 04:53:36PM +0200, Roland Hieber wrote: > IBR-DTN is a lightweight implementation of the Bundle Protocol (RFC > 5050), designed for embedded systems like the RouterBoard532A or > Ubiquiti RouterStation Pro. > > IBR-DTN consists of several upstream tarballs which split its >